|
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).
|
|
Definition at line 22 of file pfun.f90.
◆ 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] | t | double 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] | t | single 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:
- /scratch4/NCEPDEV/nems/Brian.Curtis/git/BrianCurtis-NOAA/UFS_UTILS/v1_14_0/sorc/grid_tools.fd/regional_esg_grid.fd/pfun.f90