extracting vertical level from NEMO output #5149
-
Hi everyone, I am using iris with NEMO outputs, and always get stuck when trying to extract a cube with iris tools. my problem is the name of the Depth dimension , here is what a 3D cube from NEMO-MEDUSA looks like:
Do you have an idea how to extract the surface field for example, using iris.Extract and iris.Constraint ? Huge thanks in advance for your help Cheers, Julien |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @jupalm, thanks for getting in touch. We believe this is due to the spaces in |
Beta Was this translation helpful? Give feedback.
Hi @jupalm, thanks for getting in touch. We believe this is due to the spaces in
Vertical T levels
. Try usingcoord_values
, as documented here.