NCAR / ADF

A unified collection of python scripts used to generate standard plots from CAM outputs.
Creative Commons Attribution 4.0 International
35 stars 29 forks source link

Create TS files for pressure levels when requested #227

Open WillyChap opened 1 year ago

WillyChap commented 1 year ago

New feature type

New regridding method or regridding enhancement

What is this new feature?

@justin-richling

We would find it extremely useful (especially when working with other tool-boxes (i.e. the NOAA mdtf) if we could specify the creation of TS netcdf files for specific model levels when they are requested (i.e. [200, 850,...etc]) from the 3D fields.

IE. when we add:

''' diag_var_list: -U850 -U200 '''

Those TS nc's are created from the 3D U field.
This interpolation code is currently available in the plotting routines (i.e., /ADF/lib/plotting_functions.py), but it would be awesome if we could utilize it for standard pressure level output also!

Assistance required?

Yes, I am requesting a new feature but won't have time to develop it

Extra info

No response