public class OceanSigma extends VerticalTransformImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
DEPTH
The "depth" variable name identifier
|
static String |
ETA
The eta variable name identifier
|
static String |
SIGMA
The "s" variable name identifier
|
units| Constructor and Description |
|---|
OceanSigma(NetcdfFile ds,
Dimension timeDim,
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.
|
getParameterBooleanValue, getParameterStringValue, getTimeDimension, getUnitString, isTimeDependent, readArray, subsetpublic static final String ETA
public static final String SIGMA
public static final String DEPTH
public OceanSigma(NetcdfFile ds, Dimension timeDim, List<Parameter> params)
ds - 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 - _more_Copyright © 1999-2012 UCAR/Unidata. All Rights Reserved.