grid_tools  1.13.0
pfun::havh Interface Reference

Private Member Functions

real(dp) function havh_d (t)
 Hyperbolic-haversine for double precision real (for pseudosphere geometry). More...
 
real(sp) function havh_s (t)
 Hyperbolic-haversine for single precision real (for pseudosphere geometry). More...
 

Detailed Description

Definition at line 22 of file pfun.f90.

Member Function/Subroutine Documentation

◆ havh_d()

real(dp) function pfun::havh::havh_d ( real(dp), intent(in)  t)
private

Hyperbolic-haversine for double precision real (for pseudosphere geometry).

Parameters
[in]tdouble precision real argument
Returns
a hyperbolic-haversine function of t
Author
R. J. Purser

Definition at line 131 of file pfun.f90.

◆ havh_s()

real(sp) function pfun::havh::havh_s ( real(sp), intent(in)  t)
private

Hyperbolic-haversine for single precision real (for pseudosphere geometry).

Note
The minus sign in the hyperbolic-haversine definition.
Parameters
[in]tsingle precision real argument
Returns
a hyperbolic-haversine function of t
Author
R. J. Purser

Definition at line 118 of file pfun.f90.


The documentation for this interface was generated from the following file: