grid_tools 1.14.0
Loading...
Searching...
No Matches
pfun::havh Interface Reference

Public Member Functions

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

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)

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 130 of file pfun.f90.

References pietc::o2, and pietc::t.

◆ havh_s()

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

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 117 of file pfun.f90.


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