|
real(dp) function | gd_d (x) |
| Gudermannian function (related to Mercator map projections) More...
|
|
real(sp) function | gd_s (x) |
| Gudermannian function (related to Mercator map projections) More...
|
|
Definition at line 19 of file pfun.f90.
real(dp) function pfun::gd::gd_d |
( |
real(dp), intent(in) |
x | ) |
|
|
private |
Gudermannian function (related to Mercator map projections)
- Parameters
-
[in] | x | double precision real argument of function |
- Returns
- y Gudermannian function of x
- Author
- R. J. Purser
Definition at line 53 of file pfun.f90.
real(sp) function pfun::gd::gd_s |
( |
real(sp), intent(in) |
x | ) |
|
|
private |
Gudermannian function (related to Mercator map projections)
- Parameters
-
[in] | x | single precision real argument of function |
- Returns
- y Gudermannian function of x
- Author
- R. J. Purser
Definition at line 40 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