public class AtmosLnPressure extends VerticalTransformImpl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LEV |
static java.lang.String |
P0 |
units| Constructor and Description |
|---|
AtmosLnPressure(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Create a new vertical transform for Ocean S coordinates
|
| Modifier and Type | Method and Description |
|---|---|
ArrayDouble.D3 |
getCoordinateArray(int timeIndex)
Get the 3D vertical coordinate array for this time step.
|
ArrayDouble.D1 |
getCoordinateArray1D(int timeIndex,
int xIndex,
int yIndex)
Get the 1D vertical coordinate array for this time step and point
|
getParameterBooleanValue, getParameterStringValue, getTimeDimension, getUnitString, isTimeDependent, readArray, subsetpublic static final java.lang.String P0
public static final java.lang.String LEV
public AtmosLnPressure(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
ds - datasettimeDim - time dimensionparams - list of transformation Parameterspublic ArrayDouble.D3 getCoordinateArray(int timeIndex)
getCoordinateArray in interface VerticalTransformgetCoordinateArray in class VerticalTransformImpltimeIndex - the time index. Ignored if !isTimeDependent().public ArrayDouble.D1 getCoordinateArray1D(int timeIndex, int xIndex, int yIndex)
getCoordinateArray1D in interface VerticalTransformgetCoordinateArray1D in class VerticalTransformImpltimeIndex - the time index. Ignored if !isTimeDependent().xIndex - the x indexyIndex - the y index