MOM6
|
A module with intrinsic functions that are used by MOM but are not supported by some compilers.
Functions/Subroutines | |
real function, public | invcosh (x) |
Evaluate the inverse cosh, either using a math library or an equivalent expression. More... | |
real function, public mom_intrinsic_functions::invcosh | ( | real, intent(in) | x | ) |
Evaluate the inverse cosh, either using a math library or an equivalent expression.
[in] | x | The argument of the inverse of cosh. NaNs will occur if x<1, but there is no error checking |
Definition at line 16 of file MOM_intrinsic_functions.F90.
Referenced by mom_bkgnd_mixing::calculate_bkgnd_mixing(), and mom_bkgnd_mixing::sfc_bkgnd_mixing().