|
subroutine | dininmap (alon0, alat0, rot3) |
| Initialize the rotation matrix ROT3 needed to transform standard earth-centered cartesian components to the alternative cartesian frame oriented so as to put geographical point (ALAT0,ALON0) on the projection axis. More...
|
|
subroutine | sininmap (alon0, alat0, rot3) |
| Initialize the rotation matrix ROT3 needed to transform standard earth-centered cartesian components to the alternative cartesian frame oriented so as to put geographical point (ALAT0,ALON0) on the projection axis. More...
|
|
Definition at line 34 of file pmat5.f90.
◆ dininmap()
subroutine pmat5::ininmap::dininmap |
( |
real(dp), intent(in) |
alon0, |
|
|
real(dp), intent(in) |
alat0, |
|
|
real(dp), dimension(3,3), intent(out) |
rot3 |
|
) |
| |
|
private |
Initialize the rotation matrix ROT3 needed to transform standard earth-centered cartesian components to the alternative cartesian frame oriented so as to put geographical point (ALAT0,ALON0) on the projection axis.
Double precision version.
- Parameters
-
[in] | alon0 | geographical longitude (degrees) of projection center. |
[in] | alat0 | geographical latitude (degrees) of projection center. |
[out] | rot3 | rotation matrix. |
- Author
- R. J. Purser
Definition at line 86 of file pmat5.f90.
◆ sininmap()
subroutine pmat5::ininmap::sininmap |
( |
real(sp), intent(in) |
alon0, |
|
|
real(sp), intent(in) |
alat0, |
|
|
real(sp), dimension(3,3), intent(out) |
rot3 |
|
) |
| |
|
private |
Initialize the rotation matrix ROT3 needed to transform standard earth-centered cartesian components to the alternative cartesian frame oriented so as to put geographical point (ALAT0,ALON0) on the projection axis.
Single precision version.
- Parameters
-
[in] | alon0 | geographical longitude (degrees) of projection center. |
[in] | alat0 | geographical latitude (degrees) of projection center. |
[out] | rot3 | rotation matrix. |
- Author
- R. J. Purser
- Date
- 1995
Definition at line 64 of file pmat5.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/pmat5.f90