grid_tools  1.13.0
pmat5::ininmap Interface Reference

Private Member Functions

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...
 

Detailed Description

Definition at line 34 of file pmat5.f90.

Member Function/Subroutine Documentation

◆ 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]alon0geographical longitude (degrees) of projection center.
[in]alat0geographical latitude (degrees) of projection center.
[out]rot3rotation 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]alon0geographical longitude (degrees) of projection center.
[in]alat0geographical latitude (degrees) of projection center.
[out]rot3rotation 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: