|
||||||||||
| 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.HybridHeight
public class HybridHeight
Create a 3D height(z,y,x) array using the netCDF CF convention formula for "Atmospheric Hybrid Height".
height(x,y,z) = a(z) + b(z)*orog(x,y)
| Field Summary | |
|---|---|
static java.lang.String |
A
The "a" variable name identifier |
static java.lang.String |
B
The "b" variable name identifier |
static java.lang.String |
OROG
Surface pressure name identifier |
| Constructor Summary | |
|---|---|
HybridHeight(NetcdfFile ds,
Dimension timeDim,
java.util.List<ucar.unidata.util.Parameter> params)
Construct a coordinate transform for hybrid height |
|
| 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 |
|---|
getUnitString, isTimeDependent, subset |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String OROG
public static final java.lang.String A
public static final java.lang.String B
| Constructor Detail |
|---|
public HybridHeight(NetcdfFile ds,
Dimension timeDim,
java.util.List<ucar.unidata.util.Parameter> params)
ds - netCDF datasettimeDim - time dimensionparams - list of transformation Parameters| 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 - not a valid time range
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||