MOM6
mom_eos::eos_type Type Reference

Detailed Description

A control structure for the equation of state.

Definition at line 86 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].
 

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