Package ucar.unidata.geoloc.vertical

Implementations of vertical coordinate transformations.

See:
          Description

Interface Summary
VerticalTransform A transformation to a vertical reference coordinate system, such as height or pressure.
 

Class Summary
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
 

Package ucar.unidata.geoloc.vertical Description

Implementations of vertical coordinate transformations.