UPP (develop)
|
GRIDSPEC_mod assigns values to variables that define the model grid. More...
Go to the source code of this file.
Variables | |
integer | gridspec_mod::cenlat |
cenlat: center latitude of grid | |
integer | gridspec_mod::cenlatv |
center latitude of grid | |
integer | gridspec_mod::cenlon |
cenlon: center longitude of grid | |
integer | gridspec_mod::cenlonv |
center longitude of grid | |
integer | gridspec_mod::dxval |
grid cell size in x direction (can be degrees/meters) | |
integer | gridspec_mod::dyval |
grid cell size in y direction (can be degrees/meters) | |
character(len=1) | gridspec_mod::gridtype |
type of grid staggering as in Arakawa grids (Arakawa-A through Arakawa-E) | |
integer | gridspec_mod::latlast |
latitude of last grid point (upper right corner latitude) | |
integer | gridspec_mod::latlast_r |
latitude of last grid point (upper right corner latitude) | |
integer | gridspec_mod::latlastv |
latitude of last grid point (upper right corner latitude) | |
integer | gridspec_mod::latnw |
upper left corner latitude | |
integer | gridspec_mod::latse |
lower right corner latitude | |
integer | gridspec_mod::latstart |
latitude of first grid point (lower left corner latitude) | |
integer | gridspec_mod::latstart_r |
latitude of first grid point (lower left corner latitude) | |
integer | gridspec_mod::latstartv |
latitude of first grid point (lower left corner latitude) | |
integer | gridspec_mod::lonlast |
longitude of last grid point (upper right corner longitude) | |
integer | gridspec_mod::lonlast_r |
longitude of last grid point (upper right corner longitude) | |
integer | gridspec_mod::lonlastv |
longitude of last grid point (upper right corner longitude) | |
integer | gridspec_mod::lonnw |
upper left corner longitude | |
integer | gridspec_mod::lonse |
lower right corner longitude | |
integer | gridspec_mod::lonstart |
longitude of first grid point (lower left corner longitude) | |
integer | gridspec_mod::lonstart_r |
longitude of first grid point (lower left corner longitude) | |
integer | gridspec_mod::lonstartv |
longitude of first grid point (lower left corner longitude) | |
integer | gridspec_mod::maptype |
grid projection | |
real | gridspec_mod::psmapf |
map scale factor | |
integer | gridspec_mod::standlon |
longitude of meridian parallel to y-axis (hardcoded as cenlon) | |
integer | gridspec_mod::truelat1 |
first latitude from the pole at which the secant cone cuts the sphere | |
integer | gridspec_mod::truelat2 |
second latitude from the pole at which the secant cone cuts the sphere | |
GRIDSPEC_mod assigns values to variables that define the model grid.
Definition in file GRIDSPEC.f.
integer gridspec_mod::cenlat |
cenlat: center latitude of grid
Definition at line 14 of file GRIDSPEC.f.
integer gridspec_mod::cenlatv |
center latitude of grid
Definition at line 33 of file GRIDSPEC.f.
integer gridspec_mod::cenlon |
cenlon: center longitude of grid
Definition at line 15 of file GRIDSPEC.f.
integer gridspec_mod::cenlonv |
center longitude of grid
Definition at line 35 of file GRIDSPEC.f.
integer gridspec_mod::dxval |
grid cell size in x direction (can be degrees/meters)
Definition at line 12 of file GRIDSPEC.f.
integer gridspec_mod::dyval |
grid cell size in y direction (can be degrees/meters)
Definition at line 13 of file GRIDSPEC.f.
character(len=1) gridspec_mod::gridtype |
type of grid staggering as in Arakawa grids (Arakawa-A through Arakawa-E)
Definition at line 39 of file GRIDSPEC.f.
integer gridspec_mod::latlast |
latitude of last grid point (upper right corner latitude)
Definition at line 20 of file GRIDSPEC.f.
integer gridspec_mod::latlast_r |
latitude of last grid point (upper right corner latitude)
Definition at line 24 of file GRIDSPEC.f.
integer gridspec_mod::latlastv |
latitude of last grid point (upper right corner latitude)
Definition at line 36 of file GRIDSPEC.f.
integer gridspec_mod::latnw |
upper left corner latitude
Definition at line 26 of file GRIDSPEC.f.
integer gridspec_mod::latse |
lower right corner latitude
Definition at line 28 of file GRIDSPEC.f.
integer gridspec_mod::latstart |
latitude of first grid point (lower left corner latitude)
Definition at line 18 of file GRIDSPEC.f.
integer gridspec_mod::latstart_r |
latitude of first grid point (lower left corner latitude)
Definition at line 22 of file GRIDSPEC.f.
integer gridspec_mod::latstartv |
latitude of first grid point (lower left corner latitude)
Definition at line 32 of file GRIDSPEC.f.
integer gridspec_mod::lonlast |
longitude of last grid point (upper right corner longitude)
Definition at line 21 of file GRIDSPEC.f.
integer gridspec_mod::lonlast_r |
longitude of last grid point (upper right corner longitude)
Definition at line 25 of file GRIDSPEC.f.
integer gridspec_mod::lonlastv |
longitude of last grid point (upper right corner longitude)
Definition at line 37 of file GRIDSPEC.f.
integer gridspec_mod::lonnw |
upper left corner longitude
Definition at line 27 of file GRIDSPEC.f.
integer gridspec_mod::lonse |
lower right corner longitude
Definition at line 29 of file GRIDSPEC.f.
integer gridspec_mod::lonstart |
longitude of first grid point (lower left corner longitude)
Definition at line 19 of file GRIDSPEC.f.
integer gridspec_mod::lonstart_r |
longitude of first grid point (lower left corner longitude)
Definition at line 23 of file GRIDSPEC.f.
integer gridspec_mod::lonstartv |
longitude of first grid point (lower left corner longitude)
Definition at line 34 of file GRIDSPEC.f.
integer gridspec_mod::maptype |
grid projection
Definition at line 30 of file GRIDSPEC.f.
real gridspec_mod::psmapf |
map scale factor
Definition at line 38 of file GRIDSPEC.f.
integer gridspec_mod::standlon |
longitude of meridian parallel to y-axis (hardcoded as cenlon)
Definition at line 31 of file GRIDSPEC.f.
integer gridspec_mod::truelat1 |
first latitude from the pole at which the secant cone cuts the sphere
Definition at line 16 of file GRIDSPEC.f.
integer gridspec_mod::truelat2 |
second latitude from the pole at which the secant cone cuts the sphere
Definition at line 17 of file GRIDSPEC.f.