See: Description
| Class | Description |
|---|---|
| AtmosLnPressure |
Implement CF vertical coordinate "atmosphere_ln_pressure_coordinate"
pressure(z) = p0 * exp(-lev(k))" .
|
| AtmosSigma |
Create a 3D height(z,y,x) array using the CF formula for "atmospheric sigma vertical coordinate".
|
| HybridHeight |
Create a 3D height(z,y,x) array using the netCDF CF convention formula for
"atmosphere_hybrid_height_coordinate".
|
| HybridSigmaPressure |
Create a 3D height(z,y,x) array using the netCDF CF convention formula for
"atmosphere_hybrid_sigma_pressure_coordinate".
|
| OceanS |
Create a 3D height(z,y,x) array using the CF formula for "ocean_s_coordinate".
|
| OceanSG1 |
Create a 3D height(z,y,x) array using the CF formula for "ocean s vertical coordinate g1".
|
| OceanSG2 |
Create a 3D height(z,y,x) array using the CF formula for "ocean s vertical coordinate g2".
|
| OceanSigma |
Create a 3D height(z,y,x) array using the CF formula for "ocean_sigma_z_coordinate".
|
| VerticalTransformSubset |
A subset of a vertical transform.
|
| VTfromExistingData |
This implements a VerticalTransform using an existing 3D variable.
|
| WRFEta |
Models the vertical coordinate for the Weather Research and Forecast (WRF) model's vertical Eta coordinate
|