fesData |
Internal data handle, which is a pointer to a fesData structure containing information about the tide computation. |
shortTide |
Computation mode. If mode is equals to FES_SHORT_TIDE, fesCore computes the short tide otherwise she computes the radial tide. |
mode |
One of FES_MEM, FES_IO, FES_ASCII
which request loading grids into memory, direct access from binary
grids or loading ASCII grids into memory. |
dir |
Directory containing grids. |
fes |
Internal data handle, which is a pointer to a fesData structure containing information about the tide computation. |
lat |
Latitude in degrees (positive north) for the position at which tide is computed. |
lon |
Longitude in degrees (positive north) for the position at which tide is computed. |
time |
Julian day (days since 1950-01-01 00:00:00.000 UTC). |
h |
Computed height of the diurnal and semi-diunral constituents of the tidal spectrum (in centimeters). |
hLp |
Computed height of the long period wave constituents of the tidal spectrum (in centimeters). It's always equal to zero for the radial tide. |
fes |
Pointer to the fesData structure that you want to free. |
err |
Error code that you want interpreted into an error message. |