grid_tools  1.7.0
 All Data Structures Files Functions Variables
pfun::ahav Interface Reference

Private Member Functions

real(dp) function ahav_d (a)
 Arc-haversine function for double precision real. More...
 
real(sp) function ahav_s (a)
 Arc-haversine function for single precision real. More...
 

Detailed Description

Definition at line 23 of file pfun.f90.

Member Function/Subroutine Documentation

real(dp) function pfun::ahav::ahav_d ( real(dp), intent(in)  a)
private

Arc-haversine function for double precision real.

Parameters
[in]adouble precision real argument
Returns
t arc-haversine function of a
Author
R. J. Purser

Definition at line 156 of file pfun.f90.

real(sp) function pfun::ahav::ahav_s ( real(sp), intent(in)  a)
private

Arc-haversine function for single precision real.

Parameters
[in]asingle precision real argument
Returns
t arc-haversine function of a
Author
R. J. Purser

Definition at line 143 of file pfun.f90.


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