public class HybridHeight extends VerticalTransformImpl
height(x,y,z) = a(z) + b(z)*orog(x,y)
| Modifier and Type | Field and Description |
|---|---|
static String |
A
The "a" variable name identifier
|
static String |
B
The "b" variable name identifier
|
static String |
OROG
Surface pressure name identifier
|
units| Constructor and Description |
|---|
HybridHeight(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Construct a coordinate transform for hybrid height
|
| Modifier and Type | Method and Description |
|---|---|
ArrayDouble.D3 |
getCoordinateArray(int timeIndex)
Get the 3D vertical coordinate array for this time step.
|
getParameterBooleanValue, getParameterStringValue, getTimeDimension, getUnitString, isTimeDependent, readArray, subsetpublic static final String OROG
public static final String A
public static final String B
public HybridHeight(NetcdfFile ds, Dimension timeDim, List<Parameter> params)
ds - netCDF datasettimeDim - time dimensionparams - list of transformation Parameterspublic ArrayDouble.D3 getCoordinateArray(int timeIndex) throws IOException, InvalidRangeException
getCoordinateArray in interface VerticalTransformgetCoordinateArray in class VerticalTransformImpltimeIndex - the time index. Ignored if !isTimeDependent().IOException - problem reading dataInvalidRangeException - not a valid time rangeCopyright © 1999-2012 UCAR/Unidata. All Rights Reserved.