MOM6
mom_intrinsic_functions Module Reference

Functions/Subroutines

real function, public invcosh (x)
 

Function/Subroutine Documentation

◆ invcosh()

real function, public mom_intrinsic_functions::invcosh ( real, intent(in)  x)

Definition at line 20 of file MOM_intrinsic_functions.F90.

Referenced by mom_set_diffusivity::set_diffusivity().

20  real, intent(in) :: x
21  real :: invcosh
22 
23 #ifdef __INTEL_COMPILER
24  invcosh=acosh(x)
25 #else
26  invcosh=log(x+sqrt(x*x-1))
27 #endif
28 
Here is the caller graph for this function: