MOM6
|
The thermo_var_ptrs structure contains pointers to an assortment of thermodynamic fields that may be available, including potential temperature, salinity, heat capacity, and the equation of state control structure.
Definition at line 91 of file MOM_variables.F90.
Public variables and constants | |
real, dimension(:,:,:), pointer | t => NULL() |
Potential temperature in C. More... | |
real, dimension(:,:,:), pointer | s => NULL() |
Salnity in psu or ppt. More... | |
type(eos_type), pointer | eqn_of_state => NULL() |
Type that indicates the equation of state to use. More... | |
real | p_ref |
The coordinate-density reference pressure in Pa. This is the pressure used to calculate Rml from T and S when eqn_of_state is associated. More... | |
real | c_p |
The heat capacity of seawater, in J K-1 kg-1. When conservative temperature is used, this is constant and exactly 3991.86795711963 J K kg-1. More... | |
real, dimension(:,:), pointer | frazil => NULL() |
The energy needed to heat the ocean column to the. More... | |
real, dimension(:,:), pointer | salt_deficit => NULL() |
The salt needed to maintain the ocean column. More... | |
real, dimension(:,:), pointer | tempxpme => NULL() |
The net inflow of water into the ocean times the. More... | |
real, dimension(:,:), pointer | internal_heat => NULL() |
Any internal or geothermal heat sources that. More... | |
real mom_variables::thermo_var_ptrs::c_p |
The heat capacity of seawater, in J K-1 kg-1. When conservative temperature is used, this is constant and exactly 3991.86795711963 J K kg-1.
Definition at line 100 of file MOM_variables.F90.
type(eos_type), pointer mom_variables::thermo_var_ptrs::eqn_of_state => NULL() |
Type that indicates the equation of state to use.
Definition at line 95 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::thermo_var_ptrs::frazil => NULL() |
The energy needed to heat the ocean column to the.
Definition at line 103 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::thermo_var_ptrs::internal_heat => NULL() |
Any internal or geothermal heat sources that.
Definition at line 103 of file MOM_variables.F90.
real mom_variables::thermo_var_ptrs::p_ref |
The coordinate-density reference pressure in Pa. This is the pressure used to calculate Rml from T and S when eqn_of_state is associated.
Definition at line 97 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::thermo_var_ptrs::s => NULL() |
Salnity in psu or ppt.
Definition at line 94 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::thermo_var_ptrs::salt_deficit => NULL() |
The salt needed to maintain the ocean column.
Definition at line 103 of file MOM_variables.F90.
real, dimension(:,:,:), pointer mom_variables::thermo_var_ptrs::t => NULL() |
Potential temperature in C.
Definition at line 93 of file MOM_variables.F90.
real, dimension(:,:), pointer mom_variables::thermo_var_ptrs::tempxpme => NULL() |
The net inflow of water into the ocean times the.
Definition at line 103 of file MOM_variables.F90.