|
||||||||||
| 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.AtmosSigma
public class AtmosSigma
Create a 3D height(z,y,x) array using the CF formula for "atmospheric sigma vertical coordinate".
pressure(x,y,z) = ptop + sigma(z)*surfacePressure(x,y)
| Field Summary | |
|---|---|
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 |
| Fields inherited from class ucar.unidata.geoloc.vertical.VerticalTransformImpl |
|---|
units |
| Constructor Summary | |
|---|---|
AtmosSigma(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
Create a new vertical transform for Ocean S coordinates |
|
| 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 PTOP
public static final java.lang.String PS
public static final java.lang.String SIGMA
| Constructor Detail |
|---|
public AtmosSigma(NetcdfDataset ds,
Dimension timeDim,
VerticalCT vCT)
ds - datasettimeDim - time dimensionvCT - vertical coordinate transform| Method Detail |
|---|
public ArrayDouble.D3 getCoordinateArray(int timeIndex)
throws java.io.IOException,
InvalidRangeException
getCoordinateArray in interface VerticalTransformgetCoordinateArray in class VerticalTransformImpltimeIndex - the time index. Ignored if !isTimeDependent().
java.io.IOException - problem reading data
InvalidRangeException - _more_
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||