| 
| 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.
 
◆ gd_d()
  
  
      
        
          | 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 54 of file pfun.f90.
 
 
◆ gd_s()
  
  
      
        
          | 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 41 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/sorc/grid_tools.fd/regional_esg_grid.fd/pfun.f90