|
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.
|
|
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.
|
|
Definition at line 80 of file pmat4.f90.
◆ huarea_d()
real(dp) function pmat4::huarea::huarea_d |
( |
real(dp), intent(in) | sa, |
|
|
real(dp), intent(in) | sb ) |
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] | sa | orthographic projection of triangle's side A |
[in] | sb | orthographic projection of triangle's side B |
- Returns
- area (steradians) of the right-angle spherical triangle
- Author
- R. J. Purser
Definition at line 647 of file pmat4.f90.
◆ huarea_s()
real(sp) function pmat4::huarea::huarea_s |
( |
real(sp), intent(in) | sa, |
|
|
real(sp), intent(in) | sb ) |
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] | sa | orthographic projection of triangle's side A |
[in] | sb | orthographic projection of triangle's side B |
- Returns
- area (steradians) of the right-angle spherical triangle
- Author
- R. J. Purser
Definition at line 629 of file pmat4.f90.
The documentation for this interface was generated from the following file:
- /scratch4/NCEPDEV/nems/Brian.Curtis/git/BrianCurtis-NOAA/UFS_UTILS/v1_14_0/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90