|
MOM6
|
For a given thermodynamic state, return the derivatives of density with conservative temperature and absolute salinity, using the TEOS10 expressions.
Definition at line 41 of file MOM_EOS_TEOS10.F90.
Private functions | |
| subroutine | calculate_density_derivs_scalar_teos10 (T, S, pressure, drho_dT, drho_dS) |
| For a given thermodynamic state, calculate the derivatives of density with conservative temperature and absolute salinity, using the TEOS10 expressions. More... | |
| subroutine | calculate_density_derivs_array_teos10 (T, S, pressure, drho_dT, drho_dS, start, npts) |
| For a given thermodynamic state, calculate the derivatives of density with conservative temperature and absolute salinity, using the TEOS10 expressions. More... | |
For a given thermodynamic state, return the derivatives of density with conservative temperature and absolute salinity, using the TEOS10 expressions.
Definition at line 41 of file MOM_EOS_TEOS10.F90.
|
private |
For a given thermodynamic state, calculate the derivatives of density with conservative temperature and absolute salinity, using the TEOS10 expressions.
| [in] | t | Conservative temperature [degC]. |
| [in] | s | Absolute salinity [g kg-1]. |
| [in] | pressure | pressure [Pa]. |
| [out] | drho_dt | The partial derivative of density with conservative temperature [kg m-3 degC-1]. |
| [out] | drho_ds | The partial derivative of density with absolute salinity, [kg m-3 (g/kg)-1]. |
| [in] | start | The starting point in the arrays. |
| [in] | npts | The number of values to calculate. |
Definition at line 169 of file MOM_EOS_TEOS10.F90.
|
private |
For a given thermodynamic state, calculate the derivatives of density with conservative temperature and absolute salinity, using the TEOS10 expressions.
| [in] | t | Conservative temperature [degC] |
| [in] | s | Absolute Salinity [g kg-1] |
| [in] | pressure | pressure [Pa]. |
| [out] | drho_dt | The partial derivative of density with conservative temperature [kg m-3 degC-1]. |
| [out] | drho_ds | The partial derivative of density with absolute salinity, [kg m-3 (g/kg)-1]. |
Definition at line 200 of file MOM_EOS_TEOS10.F90.