public class VTfromExistingData extends VerticalTransformImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
existingDataField
The name of the Parameter whose value is the variable that contains the 2D Height or Pressure field
|
units
Constructor and Description |
---|
VTfromExistingData(NetcdfFile ds,
Dimension timeDim,
java.util.List<Parameter> params)
Constructor.
|
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, subset
public static final java.lang.String existingDataField
public VTfromExistingData(NetcdfFile ds, Dimension timeDim, java.util.List<Parameter> params)
ds
- containing DatasettimeDim
- time Dimensionparams
- list of transformation Parameterspublic ArrayDouble.D3 getCoordinateArray(int timeIndex) throws java.io.IOException, InvalidRangeException
VerticalTransformImpl
getCoordinateArray
in interface VerticalTransform
getCoordinateArray
in class VerticalTransformImpl
timeIndex
- the time index. Ignored if !isTimeDependent().java.io.IOException
- problem reading the 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_