|
MOM6
|
Compute the in situ density of sea water (in [kg m-3]), or its anomaly with respect to a reference density, from salinity (in psu), potential temperature (in deg C), and pressure [Pa], using the expressions from Wright, 1997, J. Atmos. Ocean. Tech., 14, 735-740.
Definition at line 32 of file MOM_EOS_Wright.F90.
Private functions | |
| subroutine | calculate_density_scalar_wright (T, S, pressure, rho, rho_ref) |
| This subroutine computes the in situ density of sea water (rho in [kg m-3]) from salinity (S [PSU]), potential temperature (T [degC]), and pressure [Pa]. It uses the expression from Wright, 1997, J. Atmos. Ocean. Tech., 14, 735-740. More... | |
| subroutine | calculate_density_array_wright (T, S, pressure, rho, start, npts, rho_ref) |
| This subroutine computes the in situ density of sea water (rho in [kg m-3]) from salinity (S [PSU]), potential temperature (T [degC]), and pressure [Pa]. It uses the expression from Wright, 1997, J. Atmos. Ocean. Tech., 14, 735-740. More... | |
Compute the in situ density of sea water (in [kg m-3]), or its anomaly with respect to a reference density, from salinity (in psu), potential temperature (in deg C), and pressure [Pa], using the expressions from Wright, 1997, J. Atmos. Ocean. Tech., 14, 735-740.
Definition at line 32 of file MOM_EOS_Wright.F90.
|
private |
This subroutine computes the in situ density of sea water (rho in [kg m-3]) from salinity (S [PSU]), potential temperature (T [degC]), and pressure [Pa]. It uses the expression from Wright, 1997, J. Atmos. Ocean. Tech., 14, 735-740.
| [in] | t | potential temperature relative to the surface [degC]. |
| [in] | s | salinity [PSU]. |
| [in] | pressure | pressure [Pa]. |
| [in,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 110 of file MOM_EOS_Wright.F90.
|
private |
This subroutine computes the in situ density of sea water (rho in [kg m-3]) from salinity (S [PSU]), potential temperature (T [degC]), and pressure [Pa]. It uses the expression from Wright, 1997, J. Atmos. Ocean. Tech., 14, 735-740.
| [in] | t | Potential temperature relative to the surface [degC]. |
| [in] | s | Salinity [PSU]. |
| [in] | pressure | pressure [Pa]. |
| [out] | rho | In situ density [kg m-3]. |
| [in] | rho_ref | A reference density [kg m-3]. |
Definition at line 80 of file MOM_EOS_Wright.F90.