Ginan
|
Structure for grid map of ocean pole load tide coefficients. More...
Structure for grid map of ocean pole load tide coefficients.
Data Fields | |
int | numLonGrid = 0 |
number of longitude grids | |
int | numLatGrid = 0 |
number of latitude grids | |
double | firstLonDeg = 0 |
longitude of first grid point (degree) | |
double | firstLatDeg = 0 |
latitude of first grid point (degree) | |
double | lastLonDeg = 0 |
longitude of last grid point (degree) | |
double | lastLatDeg = 0 |
latitude of last grid point (degree) | |
double | lonStepDeg = 0 |
step size of longitude grids | |
double | latStepDeg = 0 |
step size of latitude grids | |
vector< OceanPoleCoeff > | grid = {} |
grid map of ocean pole load tide coefficients | |
double OceanPoleGrid::firstLatDeg = 0 |
latitude of first grid point (degree)
double OceanPoleGrid::firstLonDeg = 0 |
longitude of first grid point (degree)
vector<OceanPoleCoeff> OceanPoleGrid::grid = {} |
grid map of ocean pole load tide coefficients
double OceanPoleGrid::lastLatDeg = 0 |
latitude of last grid point (degree)
double OceanPoleGrid::lastLonDeg = 0 |
longitude of last grid point (degree)
double OceanPoleGrid::latStepDeg = 0 |
step size of latitude grids
double OceanPoleGrid::lonStepDeg = 0 |
step size of longitude grids
int OceanPoleGrid::numLatGrid = 0 |
number of latitude grids
int OceanPoleGrid::numLonGrid = 0 |
number of longitude grids