|
|||||||||
| 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.HybridSigmaPressure
public class HybridSigmaPressure
Create a 3D height(z,y,x) array using the netCDF CF convention formula for "Hybrid Sigma Pressure".
pressure(x,y,z) = a(z)*p0 + b(z)*surfacePressure(x,y) or
pressure(x,y,z) = ap(z) + b(z)*surfacePressure(x,y)
| Field Summary | |
|---|---|
static String |
A
The "a" variable name identifier |
static String |
AP
The "a" variable name identifier |
static String |
B
The "b" variable name identifier |
static String |
P0
P-naught identifier |
static String |
PS
Surface pressure name identifier |
| Fields inherited from class ucar.unidata.geoloc.vertical.VerticalTransformImpl |
|---|
units |
| Constructor Summary | |
|---|---|
HybridSigmaPressure(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
Construct a coordinate transform for sigma pressure |
|
| 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 |
|---|
getParameterBooleanValue, getParameterStringValue, 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 String P0
public static final String PS
public static final String A
public static final String AP
public static final String B
| Constructor Detail |
|---|
public HybridSigmaPressure(NetcdfFile ds,
Dimension timeDim,
List<Parameter> params)
ds - netCDF datasettimeDim - time dimensionparams - list of transformation Parameters| Method Detail |
|---|
public ArrayDouble.D3 getCoordinateArray(int timeIndex)
throws IOException,
InvalidRangeException
getCoordinateArray in interface VerticalTransformgetCoordinateArray in class VerticalTransformImpltimeIndex - the time index. Ignored if !isTimeDependent().
IOException - problem reading data
InvalidRangeException - _more_
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||