|
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...
|
|
Definition at line 80 of file pmat4.f90.
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] | 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.
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] | 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:
- /gpfs/dell2/emc/modeling/noscrub/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90