|
subroutine | get_edges (arcx, arcy, edgex, edgey) |
| For angles (degrees) of the arcs spanning the halfwidths between the region's center and its x and y edges, get the two cartesian vectors that represent the locations of these edge midpoints in the positive x and y directions. More...
|
|
Definition at line 36 of file pesg.f90.
◆ get_edges()
subroutine pesg::get_edges::get_edges |
( |
real(dp), intent(in) |
arcx, |
|
|
real(dp), intent(in) |
arcy, |
|
|
real(dp), dimension(3), intent(out) |
edgex, |
|
|
real(dp), dimension(3), intent(out) |
edgey |
|
) |
| |
|
private |
For angles (degrees) of the arcs spanning the halfwidths between the region's center and its x and y edges, get the two cartesian vectors that represent the locations of these edge midpoints in the positive x and y directions.
- Parameters
-
[in] | arcx | Center-relative angle (degrees) of edge midpoint in +x |
[in] | arcy | Center-relative angle (degrees) of edge midpoint in +y |
[out] | edgex | region's +x edge midpoint as cartesian unit 3-vector |
[out] | edgey | region's +y edge midpoint as cartesian unit 3-vector |
- Author
- R. J. Purser
Definition at line 489 of file pesg.f90.
The documentation for this interface was generated from the following file:
- /lfs/h2/emc/global/noscrub/George.Gayno/ufs_utils.git/UFS_UTILS.upstream/sorc/grid_tools.fd/regional_esg_grid.fd/pesg.f90