MOM6
|
Global positioning system (aka container for information to describe the grid)
Definition at line 33 of file MOM_grid_initialize.F90.
Public variables and constants | |
real | len_lon |
The longitudinal or x-direction length of the domain. More... | |
real | len_lat |
The latitudinal or y-direction length of the domain. More... | |
real | west_lon |
The western longitude of the domain or the equivalent starting value for the x-axis. More... | |
real | south_lat |
The southern latitude of the domain or the equivalent starting value for the y-axis. More... | |
real | rad_earth |
The radius of the Earth [m]. More... | |
real | lat_enhance_factor |
The amount by which the meridional resolution is enhanced within LAT_EQ_ENHANCE of the equator. More... | |
real | lat_eq_enhance |
The latitude range to the north and south of the equator over which the resolution is enhanced, in degrees. More... | |
logical | isotropic |
If true, an isotropic grid on a sphere (also known as a Mercator grid) is used. With an isotropic grid, the meridional extent of the domain (LENLAT), the zonal extent (LENLON), and the number of grid points in each direction are not independent. In MOM the meridional extent is determined to fit the zonal extent and the number of grid points, while grid is perfectly isotropic. More... | |
logical | equator_reference |
If true, the grid is defined to have the equator at the nearest q- or h- grid point to (-LOWLAT*NJGLOBAL/LENLAT). More... | |
integer | niglobal |
The number of i-points in the global grid computational domain. More... | |
integer | njglobal |
The number of j-points in the global grid computational domain. More... | |
logical mom_grid_initialize::gps::equator_reference |
If true, the grid is defined to have the equator at the nearest q- or h- grid point to (-LOWLAT*NJGLOBAL/LENLAT).
Definition at line 51 of file MOM_grid_initialize.F90.
logical mom_grid_initialize::gps::isotropic |
If true, an isotropic grid on a sphere (also known as a Mercator grid) is used. With an isotropic grid, the meridional extent of the domain (LENLAT), the zonal extent (LENLON), and the number of grid points in each direction are not independent. In MOM the meridional extent is determined to fit the zonal extent and the number of grid points, while grid is perfectly isotropic.
Definition at line 45 of file MOM_grid_initialize.F90.
real mom_grid_initialize::gps::lat_enhance_factor |
The amount by which the meridional resolution is enhanced within LAT_EQ_ENHANCE of the equator.
Definition at line 41 of file MOM_grid_initialize.F90.
real mom_grid_initialize::gps::lat_eq_enhance |
The latitude range to the north and south of the equator over which the resolution is enhanced, in degrees.
Definition at line 43 of file MOM_grid_initialize.F90.
real mom_grid_initialize::gps::len_lat |
The latitudinal or y-direction length of the domain.
Definition at line 35 of file MOM_grid_initialize.F90.
real mom_grid_initialize::gps::len_lon |
The longitudinal or x-direction length of the domain.
Definition at line 34 of file MOM_grid_initialize.F90.
integer mom_grid_initialize::gps::niglobal |
The number of i-points in the global grid computational domain.
Definition at line 53 of file MOM_grid_initialize.F90.
integer mom_grid_initialize::gps::njglobal |
The number of j-points in the global grid computational domain.
Definition at line 54 of file MOM_grid_initialize.F90.
real mom_grid_initialize::gps::rad_earth |
The radius of the Earth [m].
Definition at line 40 of file MOM_grid_initialize.F90.
real mom_grid_initialize::gps::south_lat |
The southern latitude of the domain or the equivalent starting value for the y-axis.
Definition at line 38 of file MOM_grid_initialize.F90.
real mom_grid_initialize::gps::west_lon |
The western longitude of the domain or the equivalent starting value for the x-axis.
Definition at line 36 of file MOM_grid_initialize.F90.