|
subroutine | guessak_geo (asp, arc, ak) |
| Given an aspect ratio, asp<=1, and major semi-axis, arc, in geographical (degree) units measured along the rectangle's median, return a first guess for the parameter vector, ak, approximately optimal for the domain of the given dimensions. More...
|
|
Definition at line 41 of file pesg.f90.
subroutine pesg::guessak_geo::guessak_geo |
( |
real(dp), intent(in) |
asp, |
|
|
real(dp), intent(in) |
arc, |
|
|
real(dp), dimension(2), intent(out) |
ak |
|
) |
| |
|
private |
Given an aspect ratio, asp<=1, and major semi-axis, arc, in geographical (degree) units measured along the rectangle's median, return a first guess for the parameter vector, ak, approximately optimal for the domain of the given dimensions.
- Parameters
-
asp | aspect ratio of intended domain |
arc | major semi-axis angle in degrees for intended domain |
ak | first guess of the parameter vector |
- Author
- R. J. Purser
Definition at line 807 of file pesg.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/pesg.f90