|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.geoloc.vertical.VerticalTransformImpl
ucar.unidata.geoloc.vertical.WRFEta
public class WRFEta
Models the vertical coordinate for the Weather Research and Forecast (WRF) model's vertical Eta coordinate
| Field Summary | |
|---|---|
static java.lang.String |
BaseGeopotentialVariable
_more_ |
static java.lang.String |
BasePressureVariable
_more_ |
static java.lang.String |
IsStaggeredX
_more_ |
static java.lang.String |
IsStaggeredY
_more_ |
static java.lang.String |
IsStaggeredZ
_more_ |
static java.lang.String |
PerturbationGeopotentialVariable
_more_ |
static java.lang.String |
PerturbationPressureVariable
_more_ |
| Fields inherited from class ucar.unidata.geoloc.vertical.VerticalTransformImpl |
|---|
units |
| Constructor Summary | |
|---|---|
WRFEta(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
Construct a vertical coordinate for the Weather Research and Forecast (WRF) model's vertical Eta coordinate |
|
| Method Summary | |
|---|---|
ArrayDouble.D3 |
getCoordinateArray(int timeIndex)
Get the 3D vertical coordinate array for this time step. |
| Methods inherited from class ucar.unidata.geoloc.vertical.VerticalTransformImpl |
|---|
getTimeDimension, getUnitString, isTimeDependent, readArray, subset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String BasePressureVariable
public static final java.lang.String PerturbationPressureVariable
public static final java.lang.String BaseGeopotentialVariable
public static final java.lang.String PerturbationGeopotentialVariable
public static final java.lang.String IsStaggeredX
public static final java.lang.String IsStaggeredY
public static final java.lang.String IsStaggeredZ
| Constructor Detail |
|---|
public WRFEta(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
ds - netCDF datasettimeDim - time dimensionvCT - vertical coordinate transform| Method Detail |
|---|
public ArrayDouble.D3 getCoordinateArray(int timeIndex)
throws java.io.IOException
getCoordinateArray in interface VerticalTransformgetCoordinateArray in class VerticalTransformImpltimeIndex - the time index. Ignored if !isTimeDependent().
java.io.IOException - problem reading data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||