|
subroutine | mom_eos::calculate_density_scalar (T, S, pressure, rho, EOS, rho_ref, scale) |
| Calls the appropriate subroutine to calculate density of sea water for scalar inputs. If rho_ref is present, the anomaly with respect to rho_ref is returned. More...
|
|
subroutine | mom_eos::calculate_density_array (T, S, pressure, rho, start, npts, EOS, rho_ref, scale) |
| Calls the appropriate subroutine to calculate the density of sea water for 1-D array inputs. If rho_ref is present, the anomaly with respect to rho_ref is returned. More...
|
|
subroutine | mom_eos::calculate_spec_vol_scalar (T, S, pressure, specvol, EOS, spv_ref, scale) |
| Calls the appropriate subroutine to calculate specific volume of sea water for scalar inputs. More...
|
|
subroutine | mom_eos::calculate_spec_vol_array (T, S, pressure, specvol, start, npts, EOS, spv_ref, scale) |
| Calls the appropriate subroutine to calculate the specific volume of sea water for 1-D array inputs. More...
|
|
subroutine | mom_eos::calculate_tfreeze_scalar (S, pressure, T_fr, EOS) |
| Calls the appropriate subroutine to calculate the freezing point for scalar inputs. More...
|
|
subroutine | mom_eos::calculate_tfreeze_array (S, pressure, T_fr, start, npts, EOS) |
| Calls the appropriate subroutine to calculate the freezing point for a 1-D array. More...
|
|
subroutine | mom_eos::calculate_density_derivs_array (T, S, pressure, drho_dT, drho_dS, start, npts, EOS, scale) |
| Calls the appropriate subroutine to calculate density derivatives for 1-D array inputs. More...
|
|
subroutine | mom_eos::calculate_density_derivs_scalar (T, S, pressure, drho_dT, drho_dS, EOS, scale) |
| Calls the appropriate subroutines to calculate density derivatives by promoting a scalar to a one-element array. More...
|
|
subroutine | mom_eos::calculate_density_second_derivs_array (T, S, pressure, drho_dS_dS, drho_dS_dT, drho_dT_dT, drho_dS_dP, drho_dT_dP, start, npts, EOS, scale) |
| Calls the appropriate subroutine to calculate density second derivatives for 1-D array inputs. More...
|
|
subroutine | mom_eos::calculate_density_second_derivs_scalar (T, S, pressure, drho_dS_dS, drho_dS_dT, drho_dT_dT, drho_dS_dP, drho_dT_dP, EOS, scale) |
| Calls the appropriate subroutine to calculate density second derivatives for scalar nputs. More...
|
|
subroutine, public | mom_eos::calculate_specific_vol_derivs (T, S, pressure, dSV_dT, dSV_dS, start, npts, EOS, scale) |
| Calls the appropriate subroutine to calculate specific volume derivatives for an array. More...
|
|
subroutine | mom_eos::calculate_compress_array (T, S, pressure, rho, drho_dp, start, npts, EOS) |
| Calls the appropriate subroutine to calculate the density and compressibility for 1-D array inputs. More...
|
|
subroutine | mom_eos::calculate_compress_scalar (T, S, pressure, rho, drho_dp, EOS) |
| Calculate density and compressibility for a scalar. This just promotes the scalar to an array with a singleton dimension and calls calculate_compress_array. More...
|
|
subroutine, public | mom_eos::int_specific_vol_dp (T, S, p_t, p_b, alpha_ref, HI, EOS, dza, intp_dza, intx_dza, inty_dza, halo_size, bathyP, dP_tiny, useMassWghtInterp) |
| Calls the appropriate subroutine to alculate 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| < . More...
|
|
subroutine, public | mom_eos::int_density_dz (T, S, z_t, z_b, rho_ref, rho_0, G_e, HII, HIO, EOS, 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...
|
|
logical function, public | mom_eos::query_compressible (EOS) |
| Returns true if the equation of state is compressible (i.e. has pressure dependence) More...
|
|
subroutine, public | mom_eos::eos_init (param_file, EOS) |
| Initializes EOS_type by allocating and reading parameters. More...
|
|
subroutine, public | mom_eos::eos_manual_init (EOS, form_of_EOS, form_of_TFreeze, EOS_quadrature, Compressible, Rho_T0_S0, drho_dT, dRho_dS, TFr_S0_P0, dTFr_dS, dTFr_dp) |
| Manually initialized an EOS type (intended for unit testing of routines which need a specific EOS) More...
|
|
subroutine, public | mom_eos::eos_allocate (EOS) |
| Allocates EOS_type. More...
|
|
subroutine, public | mom_eos::eos_end (EOS) |
| Deallocates EOS_type. More...
|
|
subroutine, public | mom_eos::eos_use_linear (Rho_T0_S0, dRho_dT, dRho_dS, EOS, use_quadrature) |
| Set equation of state structure (EOS) to linear with given coefficients. More...
|
|
subroutine, public | mom_eos::int_density_dz_generic (T, S, z_t, z_b, rho_ref, rho_0, G_e, HII, HIO, EOS, dpa, intz_dpa, intx_dpa, inty_dpa, bathyT, dz_neglect, useMassWghtInterp) |
| This subroutine calculates (by numerical quadrature) integrals of pressure anomalies across layers, which are required for calculating the finite-volume form pressure accelerations in a Boussinesq model. More...
|
|
subroutine, public | mom_eos::int_density_dz_generic_plm (T_t, T_b, S_t, S_b, z_t, z_b, rho_ref, rho_0, G_e, dz_subroundoff, bathyT, HII, HIO, EOS, dpa, intz_dpa, intx_dpa, inty_dpa, useMassWghtInterp) |
| Compute pressure gradient force integrals by quadrature for the case where T and S are linear profiles. More...
|
|
subroutine, public | mom_eos::find_depth_of_pressure_in_cell (T_t, T_b, S_t, S_b, z_t, z_b, P_t, P_tgt, rho_ref, G_e, EOS, P_b, z_out, z_tol) |
| Find the depth at which the reconstructed pressure matches P_tgt. More...
|
|
real function | mom_eos::frac_dp_at_pos (T_t, T_b, S_t, S_b, z_t, z_b, rho_ref, G_e, pos, EOS) |
| Returns change in anomalous pressure change from top to non-dimensional position pos between z_t and z_b. More...
|
|
subroutine, public | mom_eos::int_density_dz_generic_ppm (T, T_t, T_b, S, S_t, S_b, z_t, z_b, rho_ref, rho_0, G_e, HII, HIO, EOS, dpa, intz_dpa, intx_dpa, inty_dpa) |
| Compute pressure gradient force integrals for the case where T and S are parabolic profiles. More...
|
|
subroutine | mom_eos::compute_integral_quadratic (x, y, f, integral) |
| Compute the integral of the quadratic function. More...
|
|
subroutine | mom_eos::evaluate_shape_bilinear (xi, eta, phi, dphidxi, dphideta) |
| Evaluation of the four bilinear shape fn and their gradients at (xi,eta) More...
|
|
subroutine | mom_eos::evaluate_shape_quadratic (xi, eta, phi, dphidxi, dphideta) |
| Evaluation of the nine quadratic shape fn weights and their gradients at (xi,eta) More...
|
|
subroutine, public | mom_eos::int_spec_vol_dp_generic (T, S, p_t, p_b, alpha_ref, HI, EOS, dza, intp_dza, intx_dza, inty_dza, halo_size, bathyP, dP_neglect, useMassWghtInterp) |
| This subroutine calculates integrals of specific volume anomalies in pressure across layers, 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 quadrature to do the integrals. More...
|
|
subroutine, public | mom_eos::int_spec_vol_dp_generic_plm (T_t, T_b, S_t, S_b, p_t, p_b, alpha_ref, dP_neglect, bathyP, HI, EOS, dza, intp_dza, intx_dza, inty_dza, useMassWghtInterp) |
| This subroutine calculates integrals of specific volume anomalies in pressure across layers, 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 quadrature to do the integrals. More...
|
|
subroutine, public | mom_eos::convert_temp_salt_for_teos10 (T, S, press, G, kd, mask_z, EOS) |
| Convert T&S to Absolute Salinity and Conservative Temperature if using TEOS10. More...
|
|
subroutine, public | mom_eos::extract_member_eos (EOS, form_of_EOS, form_of_TFreeze, EOS_quadrature, Compressible, Rho_T0_S0, drho_dT, dRho_dS, TFr_S0_P0, dTFr_dS, dTFr_dp) |
| Extractor routine for the EOS type if the members need to be accessed outside this module. More...
|
|
|
integer, parameter, public | mom_eos::eos_linear = 1 |
| A named integer specifying an equation of state. More...
|
|
integer, parameter, public | mom_eos::eos_unesco = 2 |
| A named integer specifying an equation of state. More...
|
|
integer, parameter, public | mom_eos::eos_wright = 3 |
| A named integer specifying an equation of state. More...
|
|
integer, parameter, public | mom_eos::eos_teos10 = 4 |
| A named integer specifying an equation of state. More...
|
|
integer, parameter, public | mom_eos::eos_nemo = 5 |
| A named integer specifying an equation of state. More...
|
|
character *(10), parameter | mom_eos::eos_linear_string = "LINEAR" |
| A string for specifying the equation of state. More...
|
|
character *(10), parameter | mom_eos::eos_unesco_string = "UNESCO" |
| A string for specifying the equation of state. More...
|
|
character *(10), parameter | mom_eos::eos_wright_string = "WRIGHT" |
| A string for specifying the equation of state. More...
|
|
character *(10), parameter | mom_eos::eos_teos10_string = "TEOS10" |
| A string for specifying the equation of state. More...
|
|
character *(10), parameter | mom_eos::eos_nemo_string = "NEMO" |
| A string for specifying the equation of state. More...
|
|
character *(10), parameter | mom_eos::eos_default = EOS_WRIGHT_STRING |
| The default equation of state. More...
|
|
integer, parameter | mom_eos::tfreeze_linear = 1 |
| A named integer specifying a freezing point expression. More...
|
|
integer, parameter | mom_eos::tfreeze_millero = 2 |
| A named integer specifying a freezing point expression. More...
|
|
integer, parameter | mom_eos::tfreeze_teos10 = 3 |
| A named integer specifying a freezing point expression. More...
|
|
character *(10), parameter | mom_eos::tfreeze_linear_string = "LINEAR" |
| A string for specifying the freezing point expression. More...
|
|
character *(10), parameter | mom_eos::tfreeze_millero_string = "MILLERO_78" |
| A string for specifying freezing point expression. More...
|
|
character *(10), parameter | mom_eos::tfreeze_teos10_string = "TEOS10" |
| A string for specifying the freezing point expression. More...
|
|
character *(10), parameter | mom_eos::tfreeze_default = TFREEZE_LINEAR_STRING |
| The default freezing point expression. More...
|
|