|
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.
◆ 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] | 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 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] | 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 630 of file pmat4.f90.
The documentation for this interface was generated from the following file:
- /lfs/h2/emc/global/noscrub/George.Gayno/ufs_utils.git/UFS_UTILS/sorc/grid_tools.fd/regional_esg_grid.fd/pmat4.f90