| 
| real(dp) function  | sechs_d (x) | 
|   | Hyperbolic secant-squared function (logistic distribution).  More...
  | 
|   | 
| real(sp) function  | sechs_s (x) | 
|   | Hyperbolic secant-squared function (logistic distribution).  More...
  | 
|   | 
Definition at line 27 of file pfun.f90.
 
◆ sechs_d()
  
  
      
        
          | real(dp) function pfun::sechs::sechs_d  | 
          ( | 
          real(dp), intent(in)  | 
          x | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Hyperbolic secant-squared function (logistic distribution). 
- Parameters
 - 
  
    | [in] | x | double precision real argument  | 
  
   
- Returns
 - r sech-squared of x 
 
- Author
 - R. J. Purser 
 
Definition at line 279 of file pfun.f90.
 
 
◆ sechs_s()
  
  
      
        
          | real(sp) function pfun::sechs::sechs_s  | 
          ( | 
          real(sp), intent(in)  | 
          x | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Hyperbolic secant-squared function (logistic distribution). 
- Parameters
 - 
  
    | [in] | x | single precision real argument  | 
  
   
- Returns
 - r sech-squared of x 
 
- Author
 - R. J. Purser 
 
Definition at line 267 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