public class OneTauDataDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
ArrayList<Object> |
airTemp |
double |
dX
delta X
|
double |
dY
delta Y
|
ArrayList<Object> |
geoPotHgt |
ArrayList<Float> |
isoLevels
discrete isobar levels (i.e., number of Grib files per variable
|
double |
lat0 |
double |
lat1 |
int |
LEVEL_ISOBARIC
GRIB 1 spec
|
double |
lon0 |
double |
lon1 |
int |
nX
number of data "columns", W to E
|
int |
nY
number of data "rows", S to N
|
ArrayList<Object> |
windU |
ArrayList<Object> |
windV |
ArrayList<Object> |
windZ |
Constructor and Description |
---|
OneTauDataDescriptor(File directory,
double lat0,
double lon0,
double lat1,
double lon1) |
public double lat0
public double lon0
public double lat1
public double lon1
public final int LEVEL_ISOBARIC
public int nX
public int nY
public double dX
public double dY
public ArrayList<Float> isoLevels