|
MOM6
|
Compute the in situ specific volume of sea water (in [m3 kg-1]), or an anomaly with respect to a reference specific volume, 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 39 of file MOM_EOS_Wright.F90.
Private functions | |
| subroutine | calculate_spec_vol_scalar_wright (T, S, pressure, specvol, spv_ref) |
| This subroutine computes the in situ specific volume of sea water (specvol in [m3 kg-1]) 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. If spv_ref is present, specvol is an anomaly from spv_ref. More... | |
| subroutine | calculate_spec_vol_array_wright (T, S, pressure, specvol, start, npts, spv_ref) |
| This subroutine computes the in situ specific volume of sea water (specvol in [m3 kg-1]) 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. If spv_ref is present, specvol is an anomaly from spv_ref. More... | |
Compute the in situ specific volume of sea water (in [m3 kg-1]), or an anomaly with respect to a reference specific volume, 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 39 of file MOM_EOS_Wright.F90.
|
private |
This subroutine computes the in situ specific volume of sea water (specvol in [m3 kg-1]) 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. If spv_ref is present, specvol is an anomaly from spv_ref.
| [in] | t | potential temperature relative to the surface [degC]. |
| [in] | s | salinity [PSU]. |
| [in] | pressure | pressure [Pa]. |
| [in,out] | specvol | in situ specific volume [m3 kg-1]. |
| [in] | start | the starting point in the arrays. |
| [in] | npts | the number of values to calculate. |
| [in] | spv_ref | A reference specific volume [m3 kg-1]. |
Definition at line 172 of file MOM_EOS_Wright.F90.
|
private |
This subroutine computes the in situ specific volume of sea water (specvol in [m3 kg-1]) 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. If spv_ref is present, specvol is an anomaly from spv_ref.
| [in] | t | potential temperature relative to the surface [degC]. |
| [in] | s | salinity [PSU]. |
| [in] | pressure | pressure [Pa]. |
| [out] | specvol | in situ specific volume [m3 kg-1]. |
| [in] | spv_ref | A reference specific volume [m3 kg-1]. |
Definition at line 151 of file MOM_EOS_Wright.F90.