| 
| real(dp) function  | gdi_d (y) | 
|   | Inverse Gudermannian function for double precision real.  More...
  | 
|   | 
| real(sp) function  | gdi_s (y) | 
|   | Inverse Gudermannian function for single precision real.  More...
  | 
|   | 
Definition at line 20 of file pfun.f90.
 
◆ gdi_d()
  
  
      
        
          | real(dp) function pfun::gdi::gdi_d  | 
          ( | 
          real(dp), intent(in)  | 
          y | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Inverse Gudermannian function for double precision real. 
- Parameters
 - 
  
    | [in] | y | double precision real argument  | 
  
   
- Returns
 - x inverse Gudermannian function of y 
 
- Author
 - R. J. Purser 
 
Definition at line 78 of file pfun.f90.
 
 
◆ gdi_s()
  
  
      
        
          | real(sp) function pfun::gdi::gdi_s  | 
          ( | 
          real(sp), intent(in)  | 
          y | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Inverse Gudermannian function for single precision real. 
- Parameters
 - 
  
    | [in] | y | single precision real argument  | 
  
   
- Returns
 - x inverse Gudermannian function of y 
 
- Author
 - R. J. Purser 
 
Definition at line 66 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