Calculate the derivatives of specific volume with temperature and salinity from T, S, and P. More...
Private Member Functions | |
| subroutine | calculate_spec_vol_derivs_array (T, S, pressure, dSV_dT, dSV_dS, start, npts, EOS) |
| Calls the appropriate subroutine to calculate specific volume derivatives for an array. More... | |
| subroutine | calc_spec_vol_derivs_1d (T, S, pressure, dSV_dT, dSV_dS, EOS, dom, scale) |
| Calls the appropriate subroutine to calculate specific volume derivatives for 1-d array inputs, potentially limiting the domain of indices that are worked on. More... | |
Calculate the derivatives of specific volume with temperature and salinity from T, S, and P.
Definition at line 87 of file MOM_EOS.F90.
|
private |
Calls the appropriate subroutine to calculate specific volume derivatives for 1-d array inputs, potentially limiting the domain of indices that are worked on.
| [in] | t | Potential temperature referenced to the surface [degC] |
| [in] | s | Salinity [ppt] |
| [in] | pressure | Pressure [R L2 T-2 ~> Pa] |
| [in,out] | dsv_dt | The partial derivative of specific volume with potential temperature [R-1 degC-1 ~> m3 kg-1 degC-1] |
| [in,out] | dsv_ds | The partial derivative of specific volume with salinity [R-1 ppt-1 ~> m3 kg-1 ppt-1] |
| eos | Equation of state structure | |
| [in] | dom | The domain of indices to work on, taking into account that arrays start at 1. |
| [in] | scale | A multiplicative factor by which to scale specific volume in combination with scaling given by US [various] |
Definition at line 1040 of file MOM_EOS.F90.
|
private |
Calls the appropriate subroutine to calculate specific volume derivatives for an array.
| [in] | t | Potential temperature referenced to the surface [degC] |
| [in] | s | Salinity [ppt] |
| [in] | pressure | Pressure [Pa] |
| [in,out] | dsv_dt | The partial derivative of specific volume with potential temperature [m3 kg-1 degC-1] |
| [in,out] | dsv_ds | The partial derivative of specific volume with salinity [m3 kg-1 ppt-1] |
| [in] | start | Starting index within the array |
| [in] | npts | The number of values to calculate |
| eos | Equation of state structure |
Definition at line 988 of file MOM_EOS.F90.
1.8.13