grid_tools  1.13.0
pmat4::huarea Interface Reference

Private Member Functions

real(dp) function huarea_d (sa, sb)
 Spherical area of right-angle triangle whose orthogonal sides have orthographic projection dimensions, sa and sb, sphere of unit radius. More...
 
real(sp) function huarea_s (sa, sb)
 Spherical area of right-angle triangle whose orthogonal sides have orthographic projection dimensions, sa and sb, sphere of unit radius. More...
 

Detailed Description

Definition at line 80 of file pmat4.f90.

Member Function/Subroutine Documentation

◆ huarea_d()

real(dp) function pmat4::huarea::huarea_d ( real(dp), intent(in)  sa,
real(dp), intent(in)  sb 
)
private

Spherical area of right-angle triangle whose orthogonal sides have orthographic projection dimensions, sa and sb, sphere of unit radius.

Double precision version.

Parameters
[in]saorthographic projection of triangle's side A
[in]sborthographic projection of triangle's side B
Returns
area (steradians) of the right-angle spherical triangle
Author
R. J. Purser

Definition at line 648 of file pmat4.f90.

◆ huarea_s()

real(sp) function pmat4::huarea::huarea_s ( real(sp), intent(in)  sa,
real(sp), intent(in)  sb 
)
private

Spherical area of right-angle triangle whose orthogonal sides have orthographic projection dimensions, sa and sb, sphere of unit radius.

Single precision version.

Parameters
[in]saorthographic projection of triangle's side A
[in]sborthographic projection of triangle's side B
Returns
area (steradians) of the right-angle spherical triangle
Author
R. J. Purser

Definition at line 630 of file pmat4.f90.


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