|
real(dp) function | hav_d (t) |
| Haversine function for double precision real (for geometry on the sphere). More...
|
|
real(sp) function | hav_s (t) |
| Haversine function for single precision real (for geometry on the sphere). More...
|
|
Definition at line 21 of file pfun.f90.
real(dp) function pfun::hav::hav_d |
( |
real(dp), intent(in) |
t | ) |
|
|
private |
Haversine function for double precision real (for geometry on the sphere).
- Parameters
-
[in] | t | double precision real argument |
- Returns
- a haversine function of t
- Author
- R. J. Purser
Definition at line 102 of file pfun.f90.
real(sp) function pfun::hav::hav_s |
( |
real(sp), intent(in) |
t | ) |
|
|
private |
Haversine function for single precision real (for geometry on the sphere).
- Parameters
-
[in] | t | single precision real argument |
- Returns
- a haversine function of t
- Author
- R. J. Purser
Definition at line 89 of file pfun.f90.
The documentation for this interface was generated from the following file:
- /gpfs/dell2/emc/modeling/noscrub/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pfun.f90