Ginan
Loading...
Searching...
No Matches
OceanPoleGrid Struct Reference

Structure for grid map of ocean pole load tide coefficients. More...

Detailed Description

Structure for grid map of ocean pole load tide coefficients.

Collaboration diagram for OceanPoleGrid:

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< OceanPoleCoeffgrid = {}
 grid map of ocean pole load tide coefficients
 

Field Documentation

◆ firstLatDeg

double OceanPoleGrid::firstLatDeg = 0

latitude of first grid point (degree)

◆ firstLonDeg

double OceanPoleGrid::firstLonDeg = 0

longitude of first grid point (degree)

◆ grid

vector<OceanPoleCoeff> OceanPoleGrid::grid = {}

grid map of ocean pole load tide coefficients

◆ lastLatDeg

double OceanPoleGrid::lastLatDeg = 0

latitude of last grid point (degree)

◆ lastLonDeg

double OceanPoleGrid::lastLonDeg = 0

longitude of last grid point (degree)

◆ latStepDeg

double OceanPoleGrid::latStepDeg = 0

step size of latitude grids

◆ lonStepDeg

double OceanPoleGrid::lonStepDeg = 0

step size of longitude grids

◆ numLatGrid

int OceanPoleGrid::numLatGrid = 0

number of latitude grids

◆ numLonGrid

int OceanPoleGrid::numLonGrid = 0

number of longitude grids


The documentation for this struct was generated from the following file: