-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Record and Use Theta levels for the plot function and a few enhancements #16
base: master
Are you sure you want to change the base?
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.