You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While most observations in DART are likely to use the pressure vertical coordinate, the height vertical coordinate is also often used. In my previous experiments, for example, I used height exclusively. Some sets of obs may even use both, depending on the types of observations being used.
Currently, the profile plot can only handle observations with the pressure vertical coordinate. I'd like to see the plotting function able to handle obs_seq files with the height vertical coordinate as well.
Solution(s)
I'd add an input in plots.plot_profile that determines the vertical coordinate to be plotted, with a default value of pressure coordinates. Only observation types that use the selected vertical coordinate will be plotted.
The text was updated successfully, but these errors were encountered:
I have a version of this working, will look at getting the plotting tests up to speed next. Currently, the new version of plot_profile defaults to using pressure coordinates, but can take in any vert_unit value desired. It then slices the given data down to just the rows that use the selected coordinate and returns an error if none are found.
It's been a bit, but I'd like to get back on the horse on this project this week! Will be working on getting the plotting tests up to speed here after updating my fork.
Description
While most observations in DART are likely to use the pressure vertical coordinate, the height vertical coordinate is also often used. In my previous experiments, for example, I used height exclusively. Some sets of obs may even use both, depending on the types of observations being used.
Currently, the profile plot can only handle observations with the pressure vertical coordinate. I'd like to see the plotting function able to handle obs_seq files with the height vertical coordinate as well.
Solution(s)
The text was updated successfully, but these errors were encountered: