MOM6
|
Compute the in situ density of sea water ([kg m-3]), or its anomaly with respect to a reference density, from absolute salinity (g/kg), conservative temperature (in deg C), and pressure [Pa], using the TEOS10 expressions.
Definition at line 28 of file MOM_EOS_TEOS10.F90.
Private functions | |
subroutine | calculate_density_scalar_teos10 (T, S, pressure, rho, rho_ref) |
This subroutine computes the in situ density of sea water (rho in [kg m-3]) from absolute salinity (S [g kg-1]), conservative temperature (T [degC]), and pressure [Pa]. It uses the expression from the TEOS10 website. More... | |
subroutine | calculate_density_array_teos10 (T, S, pressure, rho, start, npts, rho_ref) |
This subroutine computes the in situ density of sea water (rho in [kg m-3]) from absolute salinity (S [g kg-1]), conservative temperature (T [degC]), and pressure [Pa]. It uses the expression from the TEOS10 website. More... | |
|
private |
This subroutine computes the in situ density of sea water (rho in [kg m-3]) from absolute salinity (S [g kg-1]), conservative temperature (T [degC]), and pressure [Pa]. It uses the expression from the TEOS10 website.
[in] | t | Conservative temperature [degC]. |
[in] | s | Absolute salinity [g kg-1] |
[in] | pressure | pressure [Pa]. |
[out] | rho | in situ density [kg m-3]. |
[in] | start | the starting point in the arrays. |
[in] | npts | the number of values to calculate. |
[in] | rho_ref | A reference density [kg m-3]. |
Definition at line 84 of file MOM_EOS_TEOS10.F90.
|
private |
This subroutine computes the in situ density of sea water (rho in [kg m-3]) from absolute salinity (S [g kg-1]), conservative temperature (T [degC]), and pressure [Pa]. It uses the expression from the TEOS10 website.
[in] | t | Conservative temperature [degC]. |
[in] | s | Absolute salinity [g kg-1]. |
[in] | pressure | pressure [Pa]. |
[out] | rho | In situ density [kg m-3]. |
[in] | rho_ref | A reference density [kg m-3]. |
Definition at line 60 of file MOM_EOS_TEOS10.F90.