MOM6
mom_eos::eos_type Type Reference

Detailed Description

A control structure for the equation of state.

Definition at line 108 of file MOM_EOS.F90.

Collaboration diagram for mom_eos::eos_type:
[legend]

Public variables and constants

integer form_of_eos = 0
 The equation of state to use.
 
integer form_of_tfreeze = 0
 The expression for the potential temperature of the freezing point.
 
logical eos_quadrature
 If true, always use the generic (quadrature) code for the integrals of density.
 
logical compressible = .true.
 If true, in situ density is a function of pressure.
 
real rho_t0_s0
 The density at T=0, S=0 [kg m-3].
 
real drho_dt
 The partial derivative of density with temperature [kg m-3 degC-1].
 
real drho_ds
 The partial derivative of density with salinity [kg m-3 ppt-1].
 
real tfr_s0_p0
 The freezing potential temperature at S=0, P=0 [degC].
 
real dtfr_ds
 The derivative of freezing point with salinity [degC ppt-1].
 
real dtfr_dp
 The derivative of freezing point with pressure [degC Pa-1].
 
real m_to_z = 1.
 A constant that translates distances in meters to the units of depth.
 
real kg_m3_to_r = 1.
 A constant that translates kilograms per meter cubed to the units of density.
 
real r_to_kg_m3 = 1.
 A constant that translates the units of density to kilograms per meter cubed.
 
real rl2_t2_to_pa = 1.
 Convert pressures from R L2 T-2 to Pa.
 
real l_t_to_m_s = 1.
 Convert lateral velocities from L T-1 to m s-1.
 

Detailed Description

A control structure for the equation of state.

Definition at line 108 of file MOM_EOS.F90.


The documentation for this type was generated from the following file: