Is there a package that provides an xarray-based implementation of cdutil.vertical.reconstructPressureFromHybrid?
#440
Replies: 2 comments 1 reply
-
|
Hi Tom, We can wrap it in a function to construct pressure based on hybrid parameters, here is an example how geocat codes it https://github.com/NCAR/geocat-comp/blob/0263d2d77ab22a6be4d1d3f16d5bfcfc68057364/src/geocat/comp/interp_hybrid_to_pressure.py#L77 |
Beta Was this translation helpful? Give feedback.
-
|
Might be an opportunity to make a PR and fill out support for decoding other parametric vertical coordinates. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @xCDAT/core-developers or anybody in the xCDAT community. Have any of you come across a package that implements an xarray-based function similar to
cdutil.vertical.reconstructPressureFromHybrid? I am working on refactoringe3sm_diagsande3sm_to_cmipto use xarray/xCDAT and there are references to this function that I need to replace. Thanks!Docstring:
Examples Usages:
Beta Was this translation helpful? Give feedback.
All reactions