MOM6
|
The equation of state using the Wright 1997 expressions.
Data Types | |
interface | calculate_density_derivs_wright |
For a given thermodynamic state, return the derivatives of density with temperature and salinity. More... | |
interface | calculate_density_second_derivs_wright |
For a given thermodynamic state, return the second derivatives of density with various combinations of temperature, salinity, and pressure. More... | |
interface | calculate_density_wright |
Compute the in situ density of sea water (in [kg m-3]), or its anomaly with respect to a reference density, 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. More... | |
interface | calculate_spec_vol_wright |
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. More... | |
real, parameter | a0 = 7.057924e-4 |
Parameters in the Wright equation of state. More... | |
real, parameter | a1 = 3.480336e-7 |
Parameters in the Wright equation of state. More... | |
real, parameter | a2 = -1.112733e-7 |
Parameters in the Wright equation of state. More... | |
real, parameter | b0 = 5.790749e8 |
Parameters in the Wright equation of state. More... | |
real, parameter | b1 = 3.516535e6 |
Parameters in the Wright equation of state. More... | |
real, parameter | b2 = -4.002714e4 |
Parameters in the Wright equation of state. More... | |
real, parameter | b3 = 2.084372e2 |
Parameters in the Wright equation of state. More... | |
real, parameter | b4 = 5.944068e5 |
Parameters in the Wright equation of state. More... | |
real, parameter | b5 = -9.643486e3 |
Parameters in the Wright equation of state. More... | |
real, parameter | c0 = 1.704853e5 |
Parameters in the Wright equation of state. More... | |
real, parameter | c1 = 7.904722e2 |
Parameters in the Wright equation of state. More... | |
real, parameter | c2 = -7.984422 |
Parameters in the Wright equation of state. More... | |
real, parameter | c3 = 5.140652e-2 |
Parameters in the Wright equation of state. More... | |
real, parameter | c4 = -2.302158e2 |
Parameters in the Wright equation of state. More... | |
real, parameter | c5 = -3.079464 |
Parameters in the Wright equation of state. More... | |
subroutine | calculate_density_scalar_wright (T, S, pressure, rho, rho_ref) |
This subroutine computes the in situ density of sea water (rho in [kg m-3]) 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. More... | |
subroutine | calculate_density_array_wright (T, S, pressure, rho, start, npts, rho_ref) |
This subroutine computes the in situ density of sea water (rho in [kg m-3]) 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. More... | |
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... | |
subroutine | calculate_density_derivs_array_wright (T, S, pressure, drho_dT, drho_dS, start, npts) |
For a given thermodynamic state, return the thermal/haline expansion coefficients. More... | |
subroutine | calculate_density_derivs_scalar_wright (T, S, pressure, drho_dT, drho_dS) |
The scalar version of calculate_density_derivs which promotes scalar inputs to a 1-element array and then demotes the output back to a scalar. More... | |
subroutine | calculate_density_second_derivs_array_wright (T, S, P, drho_ds_ds, drho_ds_dt, drho_dt_dt, drho_ds_dp, drho_dt_dp, start, npts) |
Second derivatives of density with respect to temperature, salinity, and pressure. More... | |
subroutine | calculate_density_second_derivs_scalar_wright (T, S, P, drho_ds_ds, drho_ds_dt, drho_dt_dt, drho_ds_dp, drho_dt_dp) |
Second derivatives of density with respect to temperature, salinity, and pressure for scalar inputs. Inputs promoted to 1-element array and output demoted to scalar. More... | |
subroutine, public | calculate_specvol_derivs_wright (T, S, pressure, dSV_dT, dSV_dS, start, npts) |
For a given thermodynamic state, return the partial derivatives of specific volume with temperature and salinity. More... | |
subroutine, public | calculate_compress_wright (T, S, pressure, rho, drho_dp, start, npts) |
This subroutine computes the in situ density of sea water (rho in [kg m-3]) and the compressibility (drho/dp = C_sound^-2) (drho_dp [s2 m-2]) from salinity (sal in psu), potential temperature (T [degC]), and pressure [Pa]. It uses the expressions from Wright, 1997, J. Atmos. Ocean. Tech., 14, 735-740. Coded by R. Hallberg, 1/01. More... | |
subroutine, public | int_density_dz_wright (T, S, z_t, z_b, rho_ref, rho_0, G_e, HII, HIO, dpa, intz_dpa, intx_dpa, inty_dpa, bathyT, dz_neglect, useMassWghtInterp) |
This subroutine calculates analytical and nearly-analytical integrals of pressure anomalies across layers, which are required for calculating the finite-volume form pressure accelerations in a Boussinesq model. More... | |
subroutine, public | int_spec_vol_dp_wright (T, S, p_t, p_b, spv_ref, HI, dza, intp_dza, intx_dza, inty_dza, halo_size, bathyP, dP_neglect, useMassWghtInterp) |
This subroutine calculates analytical and nearly-analytical integrals in pressure across layers of geopotential anomalies, which are required for calculating the finite-volume form pressure accelerations in a non-Boussinesq model. There are essentially no free assumptions, apart from the use of Bode's rule to do the horizontal integrals, and from a truncation in the series for log(1-eps/1+eps) that assumes that |eps| < 0.34. More... | |
subroutine, public mom_eos_wright::calculate_compress_wright | ( | real, dimension(:), intent(in) | T, |
real, dimension(:), intent(in) | S, | ||
real, dimension(:), intent(in) | pressure, | ||
real, dimension(:), intent(out) | rho, | ||
real, dimension(:), intent(out) | drho_dp, | ||
integer, intent(in) | start, | ||
integer, intent(in) | npts | ||
) |
This subroutine computes the in situ density of sea water (rho in [kg m-3]) and the compressibility (drho/dp = C_sound^-2) (drho_dp [s2 m-2]) from salinity (sal in psu), potential temperature (T [degC]), and pressure [Pa]. It uses the expressions from Wright, 1997, J. Atmos. Ocean. Tech., 14, 735-740. Coded by R. Hallberg, 1/01.
[in] | t | Potential temperature relative to the surface [degC]. |
[in] | s | Salinity [PSU]. |
[in] | pressure | pressure [Pa]. |
[out] | rho | In situ density [kg m-3]. |
[out] | drho_dp | The partial derivative of density with pressure (also the inverse of the square of sound speed) [s2 m-2]. |
[in] | start | The starting point in the arrays. |
[in] | npts | The number of values to calculate. |
Definition at line 380 of file MOM_EOS_Wright.F90.
References a0, a1, a2, b0, b1, b2, b3, b4, b5, c0, c1, c2, c3, c4, and c5.
|
private |
This subroutine computes the in situ density of sea water (rho in [kg m-3]) 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.
[in] | t | potential temperature relative to the surface [degC]. |
[in] | s | salinity [PSU]. |
[in] | pressure | pressure [Pa]. |
[out] | rho | in situ density [kg m-3]. |
[in] | start | the starting point in the arrays. |
[in] | npts | the number of values to calculate. |
[in] | rho_ref | A reference density [kg m-3]. |
Definition at line 111 of file MOM_EOS_Wright.F90.
References a0, a1, a2, b0, b1, b2, b3, b4, b5, c0, c1, c2, c3, c4, and c5.
Referenced by calculate_density_scalar_wright().
|
private |
For a given thermodynamic state, return the thermal/haline expansion coefficients.
[in] | t | Potential temperature relative to the surface [degC]. |
[in] | s | Salinity [PSU]. |
[in] | pressure | pressure [Pa]. |
[out] | drho_dt | The partial derivative of density with potential temperature [kg m-3 degC-1]. |
[out] | drho_ds | The partial derivative of density with salinity, in [kg m-3 PSU-1]. |
[in] | start | The starting point in the arrays. |
[in] | npts | The number of values to calculate. |
Definition at line 200 of file MOM_EOS_Wright.F90.
References a0, a1, a2, b0, b1, b2, b3, b4, b5, c0, c1, c2, c3, c4, and c5.
Referenced by calculate_density_derivs_scalar_wright().
|
private |
The scalar version of calculate_density_derivs which promotes scalar inputs to a 1-element array and then demotes the output back to a scalar.
[in] | t | Potential temperature relative to the surface [degC]. |
[in] | s | Salinity [PSU]. |
[in] | pressure | pressure [Pa]. |
[out] | drho_dt | The partial derivative of density with potential temperature [kg m-3 degC-1]. |
[out] | drho_ds | The partial derivative of density with salinity, in [kg m-3 PSU-1]. |
Definition at line 235 of file MOM_EOS_Wright.F90.
References calculate_density_derivs_array_wright().
|
private |
This subroutine computes the in situ density of sea water (rho in [kg m-3]) 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.
[in] | t | Potential temperature relative to the surface [degC]. |
[in] | s | Salinity [PSU]. |
[in] | pressure | pressure [Pa]. |
[out] | rho | In situ density [kg m-3]. |
[in] | rho_ref | A reference density [kg m-3]. |
Definition at line 81 of file MOM_EOS_Wright.F90.
References calculate_density_array_wright().
|
private |
Second derivatives of density with respect to temperature, salinity, and pressure.
[in] | t | Potential temperature referenced to 0 dbar [degC] |
[in] | s | Salinity [PSU] |
[in] | p | Pressure [Pa] |
[out] | drho_ds_ds | Partial derivative of beta with respect to S [kg m-3 PSU-2] |
[out] | drho_ds_dt | Partial derivative of beta with respcct to T [kg m-3 PSU-1 degC-1] |
[out] | drho_dt_dt | Partial derivative of alpha with respect to T [kg m-3 degC-2] |
[out] | drho_ds_dp | Partial derivative of beta with respect to pressure [kg m-3 PSU-1 Pa-1] |
[out] | drho_dt_dp | Partial derivative of alpha with respect to pressure [kg m-3 degC-1 Pa-1] |
[in] | start | Starting index in T,S,P |
[in] | npts | Number of points to loop over |
Definition at line 259 of file MOM_EOS_Wright.F90.
References a0, a1, a2, b0, b1, b2, b3, b4, b5, c0, c1, c2, c3, c4, and c5.
Referenced by calculate_density_second_derivs_scalar_wright().
|
private |
Second derivatives of density with respect to temperature, salinity, and pressure for scalar inputs. Inputs promoted to 1-element array and output demoted to scalar.
[in] | t | Potential temperature referenced to 0 dbar |
[in] | s | Salinity [PSU] |
[in] | p | pressure [Pa] |
[out] | drho_ds_ds | Partial derivative of beta with respect to S [kg m-3 PSU-2] |
[out] | drho_ds_dt | Partial derivative of beta with respcct to T [kg m-3 PSU-1 degC-1] |
[out] | drho_dt_dt | Partial derivative of alpha with respect to T [kg m-3 degC-2] |
[out] | drho_ds_dp | Partial derivative of beta with respect to pressure [kg m-3 PSU-1 Pa-1] |
[out] | drho_dt_dp | Partial derivative of alpha with respect to pressure [kg m-3 degC-1 Pa-1] |
Definition at line 311 of file MOM_EOS_Wright.F90.
References calculate_density_second_derivs_array_wright().
|
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] | 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.
References a0, a1, a2, b0, b1, b2, b3, b4, b5, c0, c1, c2, c3, c4, and c5.
Referenced by calculate_spec_vol_scalar_wright().
|
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.
References calculate_spec_vol_array_wright().
subroutine, public mom_eos_wright::calculate_specvol_derivs_wright | ( | real, dimension(:), intent(in) | T, |
real, dimension(:), intent(in) | S, | ||
real, dimension(:), intent(in) | pressure, | ||
real, dimension(:), intent(out) | dSV_dT, | ||
real, dimension(:), intent(out) | dSV_dS, | ||
integer, intent(in) | start, | ||
integer, intent(in) | npts | ||
) |
For a given thermodynamic state, return the partial derivatives of specific volume with temperature and salinity.
[in] | t | Potential temperature relative to the surface [degC]. |
[in] | s | Salinity [PSU]. |
[in] | pressure | pressure [Pa]. |
[out] | dsv_dt | The partial derivative of specific volume with potential temperature [m3 kg-1 degC-1]. |
[out] | dsv_ds | The partial derivative of specific volume with salinity [m3 kg-1 / Pa]. |
[in] | start | The starting point in the arrays. |
[in] | npts | The number of values to calculate. |
Definition at line 343 of file MOM_EOS_Wright.F90.
References a1, a2, b0, b1, b2, b3, b4, b5, c0, c1, c2, c3, c4, and c5.
subroutine, public mom_eos_wright::int_density_dz_wright | ( | real, dimension(hii%isd:hii%ied,hii%jsd:hii%jed), intent(in) | T, |
real, dimension(hii%isd:hii%ied,hii%jsd:hii%jed), intent(in) | S, | ||
real, dimension(hii%isd:hii%ied,hii%jsd:hii%jed), intent(in) | z_t, | ||
real, dimension(hii%isd:hii%ied,hii%jsd:hii%jed), intent(in) | z_b, | ||
real, intent(in) | rho_ref, | ||
real, intent(in) | rho_0, | ||
real, intent(in) | G_e, | ||
type(hor_index_type), intent(in) | HII, | ||
type(hor_index_type), intent(in) | HIO, | ||
real, dimension(hio%isd:hio%ied,hio%jsd:hio%jed), intent(out) | dpa, | ||
real, dimension(hio%isd:hio%ied,hio%jsd:hio%jed), intent(out), optional | intz_dpa, | ||
real, dimension(hio%isdb:hio%iedb,hio%jsd:hio%jed), intent(out), optional | intx_dpa, | ||
real, dimension(hio%isd:hio%ied,hio%jsdb:hio%jedb), intent(out), optional | inty_dpa, | ||
real, dimension(hii%isd:hii%ied,hii%jsd:hii%jed), intent(in), optional | bathyT, | ||
real, intent(in), optional | dz_neglect, | ||
logical, intent(in), optional | useMassWghtInterp | ||
) |
This subroutine calculates analytical and nearly-analytical integrals of pressure anomalies across layers, which are required for calculating the finite-volume form pressure accelerations in a Boussinesq model.
[in] | hii | The horizontal index type for the input arrays. |
[in] | hio | The horizontal index type for the output arrays. |
[in] | t | Potential temperature relative to the surface |
[in] | s | Salinity [PSU]. |
[in] | z_t | Height at the top of the layer in depth units [Z ~> m]. |
[in] | z_b | Height at the top of the layer [Z ~> m]. |
[in] | rho_ref | A mean density [kg m-3], that is subtracted out to reduce the magnitude of each of the integrals. (The pressure is calucated as p~=-z*rho_0*G_e.) |
[in] | rho_0 | Density [kg m-3], that is used to calculate the pressure (as p~=-z*rho_0*G_e) used in the equation of state. |
[in] | g_e | The Earth's gravitational acceleration [m2 Z-1 s-2 ~> m s-2]. |
[out] | dpa | The change in the pressure anomaly across the |
[out] | intz_dpa | The integral through the thickness of the layer |
[out] | intx_dpa | The integral in x of the difference between the |
[out] | inty_dpa | The integral in y of the difference between the |
[in] | bathyt | The depth of the bathymetry [Z ~> m]. |
[in] | dz_neglect | A miniscule thickness change [Z ~> m]. |
[in] | usemasswghtinterp | If true, uses mass weighting to interpolate T/S for top and bottom integrals. |
Definition at line 412 of file MOM_EOS_Wright.F90.
References a0, a1, a2, b0, b1, b2, b3, b4, b5, c0, c1, c2, c3, c4, and c5.
subroutine, public mom_eos_wright::int_spec_vol_dp_wright | ( | real, dimension(hi%isd:hi%ied,hi%jsd:hi%jed), intent(in) | T, |
real, dimension(hi%isd:hi%ied,hi%jsd:hi%jed), intent(in) | S, | ||
real, dimension(hi%isd:hi%ied,hi%jsd:hi%jed), intent(in) | p_t, | ||
real, dimension(hi%isd:hi%ied,hi%jsd:hi%jed), intent(in) | p_b, | ||
real, intent(in) | spv_ref, | ||
type(hor_index_type), intent(in) | HI, | ||
real, dimension(hi%isd:hi%ied,hi%jsd:hi%jed), intent(out) | dza, | ||
real, dimension(hi%isd:hi%ied,hi%jsd:hi%jed), intent(out), optional | intp_dza, | ||
real, dimension(hi%isdb:hi%iedb,hi%jsd:hi%jed), intent(out), optional | intx_dza, | ||
real, dimension(hi%isd:hi%ied,hi%jsdb:hi%jedb), intent(out), optional | inty_dza, | ||
integer, intent(in), optional | halo_size, | ||
real, dimension(hi%isd:hi%ied,hi%jsd:hi%jed), intent(in), optional | bathyP, | ||
real, intent(in), optional | dP_neglect, | ||
logical, intent(in), optional | useMassWghtInterp | ||
) |
This subroutine calculates analytical and nearly-analytical integrals in pressure across layers of geopotential anomalies, which are required for calculating the finite-volume form pressure accelerations in a non-Boussinesq model. There are essentially no free assumptions, apart from the use of Bode's rule to do the horizontal integrals, and from a truncation in the series for log(1-eps/1+eps) that assumes that |eps| < 0.34.
[in] | hi | The ocean's horizontal index type. |
[in] | t | Potential temperature relative to the surface |
[in] | s | Salinity [PSU]. |
[in] | p_t | Pressure at the top of the layer [Pa]. |
[in] | p_b | Pressure at the top of the layer [Pa]. |
[in] | spv_ref | A mean specific volume that is subtracted out to reduce the magnitude of each of the integrals [m3 kg-1]. The calculation is mathematically identical with different values of spv_ref, but this reduces the effects of roundoff. |
[out] | dza | The change in the geopotential anomaly across |
[out] | intp_dza | The integral in pressure through the layer of |
[out] | intx_dza | The integral in x of the difference between the |
[out] | inty_dza | The integral in y of the difference between the |
[in] | halo_size | The width of halo points on which to calculate dza. |
[in] | bathyp | The pressure at the bathymetry [Pa] |
[in] | dp_neglect | A miniscule pressure change with the same units as p_t [Pa] |
[in] | usemasswghtinterp | If true, uses mass weighting to interpolate T/S for top and bottom integrals. |
Definition at line 617 of file MOM_EOS_Wright.F90.
References a0, a1, a2, b0, b1, b2, b3, b4, b5, c0, c1, c2, c3, c4, and c5.
|
private |
Parameters in the Wright equation of state.
Definition at line 67 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 67 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 67 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 68 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 68 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 68 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 69 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 69 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 69 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 70 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 70 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 70 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 71 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 71 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().
|
private |
Parameters in the Wright equation of state.
Definition at line 71 of file MOM_EOS_Wright.F90.
Referenced by calculate_compress_wright(), calculate_density_array_wright(), calculate_density_derivs_array_wright(), calculate_density_second_derivs_array_wright(), calculate_spec_vol_array_wright(), calculate_specvol_derivs_wright(), int_density_dz_wright(), and int_spec_vol_dp_wright().