public class AtmosSigma extends VerticalTransformImpl
pressure(x,y,z) = ptop + sigma(z)*surfacePressure(x,y)
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PS
Surface pressure name identifier
|
static java.lang.String |
PTOP
P-naught identifier
|
static java.lang.String |
SIGMA
The "depth" variable name identifier
|
units
Constructor and Description |
---|
AtmosSigma(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
(needds test!!!)
|
getParameterBooleanValue, getParameterStringValue, getTimeDimension, getUnitString, isTimeDependent, readArray, subset
public static final java.lang.String PTOP
public static final java.lang.String PS
public static final java.lang.String SIGMA
public AtmosSigma(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
ds
- datasettimeDim
- time dimensionparams
- list of transformation Parameterspublic ArrayDouble.D3 getCoordinateArray(int timeIndex) throws java.io.IOException, InvalidRangeException
getCoordinateArray
in interface VerticalTransform
getCoordinateArray
in class VerticalTransformImpl
timeIndex
- the time index. Ignored if !isTimeDependent().java.io.IOException
- problem reading dataInvalidRangeException
- _more_public ArrayDouble.D1 getCoordinateArray1D(int timeIndex, int xIndex, int yIndex) throws java.io.IOException, InvalidRangeException
getCoordinateArray1D
in interface VerticalTransform
getCoordinateArray1D
in class VerticalTransformImpl
timeIndex
- the time index. Ignored if !isTimeDependent().xIndex
- the x indexyIndex
- the y indexjava.io.IOException
- problem reading dataInvalidRangeException
- _more_