grid_tools  1.13.0
pfun::sechs Interface Reference

Private Member Functions

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...
 

Detailed Description

Definition at line 27 of file pfun.f90.

Member Function/Subroutine Documentation

◆ sechs_d()

real(dp) function pfun::sechs::sechs_d ( real(dp), intent(in)  x)
private

Hyperbolic secant-squared function (logistic distribution).

Parameters
[in]xdouble 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]xsingle 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: