Flip vertical levels in .meta #1061
bluefinweiwei
started this conversation in
metadata
Replies: 1 comment 1 reply
-
Not with Prebuild. In Capgen this is currently possible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to reverse the vertical coordinate in meta files?
Just like extracting a slab of a surface-layer field:
[ugrs(:,1)]
standard_name = x_wind_at_surface_adjacent_layer
long_name = zonal wind at lowest model layer
units = m s-1
dimensions = (horizontal_loop_extent)
type = real
kind = kind_phys
Is it possible to do [ugrs(:,::-1)] to directly pass in variables that are flipped in vertical? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions