grid_tools  1.13.0
pmat4::hav Interface Reference

Private Member Functions

real(dp) function hav_d (t)
 Haversine function in double precision. More...
 
real(sp) function hav_s (t)
 Haversine function in single precision. More...
 

Detailed Description

Definition at line 85 of file pmat4.f90.

Member Function/Subroutine Documentation

◆ hav_d()

real(dp) function pmat4::hav::hav_d ( real(dp), intent(in)  t)
private

Haversine function in double precision.

Parameters
[in]tinput argument
Returns
a result
Author
R. J. Purser

Definition at line 964 of file pmat4.f90.

◆ hav_s()

real(sp) function pmat4::hav::hav_s ( real(sp), intent(in)  t)
private

Haversine function in single precision.

Parameters
[in]tinput argument
Returns
a result
Author
R. J. Purser

Definition at line 951 of file pmat4.f90.


The documentation for this interface was generated from the following file: