arlmet.VerticalAxis#
- class arlmet.VerticalAxis(levels, *, offset=0.0)[source]#
Abstract base class for ARL vertical coordinate axes.
Use
from_flag()to construct from a raw ARL flag integer, or instantiate a subclass directly (e.g.PressureAxis(levels=[...])).
Methods
|
|
|
Return the native level coordinate values stored in the file. |
|
Construct the appropriate subclass from an ARL vertical flag. |
|
Compute height above ground level [m] at each level. |
|
Compute pressure [hPa] at each level. |
Attributes
|
|
|
|
|