MOM6
|
For a given thermodynamic state, return the second derivatives of density with various combinations of conservative temperature, absolute salinity, and pressure, using the TEOS10 expressions.
Definition at line 47 of file MOM_EOS_TEOS10.F90.
Private functions | |
subroutine | calculate_density_second_derivs_scalar_teos10 (T, S, pressure, drho_dS_dS, drho_dS_dT, drho_dT_dT, drho_dS_dP, drho_dT_dP) |
Calculate the 5 second derivatives of the equation of state for scalar inputs. More... | |
subroutine | calculate_density_second_derivs_array_teos10 (T, S, pressure, drho_dS_dS, drho_dS_dT, drho_dT_dT, drho_dS_dP, drho_dT_dP, start, npts) |
Calculate the 5 second derivatives of the equation of state for scalar inputs. More... | |
|
private |
Calculate the 5 second derivatives of the equation of state for scalar inputs.
[in] | t | Conservative temperature [degC] |
[in] | s | Absolute Salinity [g kg-1] |
[in] | pressure | pressure [Pa]. |
[out] | drho_ds_ds | Partial derivative of beta with respect to S |
[out] | drho_ds_dt | Partial derivative of beta with resepct to T |
[out] | drho_dt_dt | Partial derivative of alpha with respect to T |
[out] | drho_ds_dp | Partial derivative of beta with respect to pressure |
[out] | drho_dt_dp | Partial derivative of alpha with respect to pressure |
[in] | start | The starting point in the arrays. |
[in] | npts | The number of values to calculate. |
Definition at line 277 of file MOM_EOS_TEOS10.F90.
|
private |
Calculate the 5 second derivatives of the equation of state for scalar inputs.
[in] | t | Conservative temperature [degC] |
[in] | s | Absolute Salinity [g kg-1] |
[in] | pressure | pressure [Pa]. |
[out] | drho_ds_ds | Partial derivative of beta with respect to S |
[out] | drho_ds_dt | Partial derivative of beta with resepct to T |
[out] | drho_dt_dt | Partial derivative of alpha with respect to T |
[out] | drho_ds_dp | Partial derivative of beta with respect to pressure |
[out] | drho_dt_dp | Partial derivative of alpha with respect to pressure |
Definition at line 252 of file MOM_EOS_TEOS10.F90.