See: Description
| Interface | Description |
|---|---|
| VerticalTransform | Deprecated
will move to ucar.unidata.geoloc in ver6
|
| 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
"Atmospheric Hybrid Height".
|
| HybridSigmaPressure |
Create a 3D height(z,y,x) array using the netCDF CF convention formula for
"Hybrid Sigma Pressure".
|
| OceanS |
Create a 3D height(z,y,x) array using the CF formula for
"ocean s vertical 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 vertical coordinate".
|
| VerticalTransformImpl |
A transformation to a vertical reference coordinate system,
such as height or pressure.
|
| 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
|
INTERNAL CLASSES DO NOT USE: Implementations of vertical coordinate transformations.