|
MOM6
|
Compute the freezing point conservative temperature [degC] from absolute salinity [g/kg] and pressure [Pa] using the TEOS10 package.
Definition at line 33 of file MOM_TFreeze.F90.
Private functions | |
| subroutine | calculate_tfreeze_teos10_scalar (S, pres, T_Fr) |
| This subroutine computes the freezing point conservative temperature [degC] from absolute salinity [g/kg], and pressure [Pa] using the TEOS10 package. More... | |
| subroutine | calculate_tfreeze_teos10_array (S, pres, T_Fr, start, npts) |
| This subroutine computes the freezing point conservative temperature [degC] from absolute salinity [g/kg], and pressure [Pa] using the TEOS10 package. More... | |
Compute the freezing point conservative temperature [degC] from absolute salinity [g/kg] and pressure [Pa] using the TEOS10 package.
Definition at line 33 of file MOM_TFreeze.F90.
|
private |
This subroutine computes the freezing point conservative temperature [degC] from absolute salinity [g/kg], and pressure [Pa] using the TEOS10 package.
| [in] | s | absolute salinity [g/kg]. |
| [in] | pres | pressure [Pa]. |
| [out] | t_fr | Freezing point conservative temperature [degC]. |
| [in] | start | the starting point in the arrays. |
| [in] | npts | the number of values to calculate. |
Definition at line 148 of file MOM_TFreeze.F90.
|
private |
This subroutine computes the freezing point conservative temperature [degC] from absolute salinity [g/kg], and pressure [Pa] using the TEOS10 package.
| [in] | s | Absolute salinity [g/kg]. |
| [in] | pres | Pressure [Pa]. |
| [out] | t_fr | Freezing point conservative temperature [degC]. |
Definition at line 128 of file MOM_TFreeze.F90.