MOM6
|
The following structure contains pointers to various fields which may be used describe the surface state of MOM, and which will be returned to a the calling program.
Definition at line 49 of file MOM_variables.F90.
Public variables and constants | |
real, dimension(:,:), allocatable | sst |
The sea surface temperature in C. More... | |
real, dimension(:,:), allocatable | sss |
The sea surface salinity in psu. More... | |
real, dimension(:,:), allocatable | sfc_density |
The mixed layer density in kg m-3. More... | |
real, dimension(:,:), allocatable | hml |
The mixed layer depth in m. More... | |
real, dimension(:,:), allocatable | u |
The mixed layer zonal velocity in m s-1. More... | |
real, dimension(:,:), allocatable | v |
The mixed layer meridional velocity in m s-1. More... | |
real, dimension(:,:), allocatable | sea_lev |
The sea level in m. If a reduced surface gravity is. More... | |
real, dimension(:,:), allocatable | ocean_mass |
The total mass of the ocean in kg m-2. More... | |
real, dimension(:,:), allocatable | ocean_heat |
The total heat content of the ocean in C kg m-2. More... | |
real, dimension(:,:), allocatable | ocean_salt |
The total salt content of the ocean in kgSalt m-2. More... | |
real, dimension(:,:), allocatable | salt_deficit |
The salt needed to maintain the ocean column at a minimum. More... | |
real, dimension(:,:), pointer | taux_shelf => NULL() |
The zonal and meridional stresses on the ocean. More... | |
real, dimension(:,:), pointer | tauy_shelf => NULL() |
under shelves, in Pa. More... | |
real, dimension(:,:), pointer | frazil => NULL() |
The energy needed to heat the ocean column to the. More... | |
real, dimension(:,:), pointer | tempxpme => NULL() |
The net inflow of water into the ocean times. More... | |
real, dimension(:,:), pointer | internal_heat => NULL() |
Any internal or geothermal heat sources that. More... | |
type(coupler_2d_bc_type), pointer | tr_fields => NULL() |
A structure that may contain an array of named. More... | |
logical | arrays_allocated = .false. |
A flag that indicates whether the surface type has had its memory allocated. More... | |
logical mom_variables::surface::arrays_allocated = .false. |
A flag that indicates whether the surface type has had its memory allocated.
Definition at line 84 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::surface::frazil => NULL() |
The energy needed to heat the ocean column to the.
Definition at line 64 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::surface::hml |
The mixed layer depth in m.
Definition at line 50 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::surface::internal_heat => NULL() |
Any internal or geothermal heat sources that.
Definition at line 64 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::surface::ocean_heat |
The total heat content of the ocean in C kg m-2.
Definition at line 50 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::surface::ocean_mass |
The total mass of the ocean in kg m-2.
Definition at line 50 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::surface::ocean_salt |
The total salt content of the ocean in kgSalt m-2.
Definition at line 50 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::surface::salt_deficit |
The salt needed to maintain the ocean column at a minimum.
Definition at line 50 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::surface::sea_lev |
The sea level in m. If a reduced surface gravity is.
Definition at line 50 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::surface::sfc_density |
The mixed layer density in kg m-3.
Definition at line 50 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::surface::sss |
The sea surface salinity in psu.
Definition at line 50 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::surface::sst |
real, dimension(:,:), pointer mom_variables::surface::taux_shelf => NULL() |
real, dimension(:,:), pointer mom_variables::surface::tauy_shelf => NULL() |
under shelves, in Pa.
Definition at line 64 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::surface::tempxpme => NULL() |
The net inflow of water into the ocean times.
Definition at line 64 of file MOM_variables.F90.
type(coupler_2d_bc_type), pointer mom_variables::surface::tr_fields => NULL() |
A structure that may contain an array of named.
Definition at line 78 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::surface::u |
The mixed layer zonal velocity in m s-1.
Definition at line 50 of file MOM_variables.F90.
real, dimension(:,:), allocatable mom_variables::surface::v |
The mixed layer meridional velocity in m s-1.
Definition at line 50 of file MOM_variables.F90.