Record and Use Theta levels for the plot function and a few enhancements#16
Conversation
DD (2024/08/01) creation
If la_wmo_boxes_file is removed, automatically recreate it from climatology repository (useful when changing climatology version).
auto-creation of output directories if they do not exist already.
Includes: 3.1 - Performance: save boxes_id from get_region_ow and recompute the index to provide as input to retr_region_ow 3.2 - Performance: Inside retr_region_ow, save loaded data, and at each following profile, reload only new boxes and delete unused. 3.3 - Performance: Inside map_data_grid, comment calculation of vdataerror as this is never used afterwards.
correct la_bhist_Z after CC validation tests
|
Thanks Delphine, Here are the figures that have changes between intitial execution (left) and 4.5 run (right) Suggested changes:
|
account for Cecile Cabanes comments
|
Thanks Cécile for your comments. I've updated the Pull Request accordingly. Let me know if everything is fine now. |
|
For Figure 5, if the upper most stable theta level is, say, around 12°C, and the lower most stable theta level is around 4°C (e.g. in NE Atlantic), then I would expect that most of the figure to be squeezed into the lower panel. This ensure that the bottom panel is always a zoom on the deepest levels. The change should also be made for figure 7 (~l.664) |
fl.axes modified with respect to CC's comment
|
I think this is a good idea; I've updated the code as suggested. |




Records and uses saved theta levels in plots in case of multiple calibration series. Additionally makes a few plots enhancements.