| 
| 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.
 
◆ hav_d()
  
  
      
        
          | 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 103 of file pfun.f90.
 
 
◆ hav_s()
  
  
      
        
          | 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 90 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