|
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...
|
|
Definition at line 22 of file pfun.f90.
real(dp) function pfun::havh::havh_d |
( |
real(dp), intent(in) |
t | ) |
|
|
private |
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.
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] | 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:
- /scratch1/NCEPDEV/da/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pfun.f90