Go to the source code of this file.
Functions/Subroutines |
| subroutine | OI_LATLON_CONF_PROJ (NDIM, PLAT0, PLON0, PRPK, PBETA, PLATOR, PLONOR, PX, PY, PLAT, PLON) |
Function/Subroutine Documentation
| subroutine OI_LATLON_CONF_PROJ |
( |
INTEGER, intent(in) |
NDIM, |
|
|
REAL, intent(in) |
PLAT0, |
|
|
REAL, intent(in) |
PLON0, |
|
|
REAL, intent(in) |
PRPK, |
|
|
REAL, intent(in) |
PBETA, |
|
|
REAL, intent(in) |
PLATOR, |
|
|
REAL, intent(in) |
PLONOR, |
|
|
REAL, dimension(ndim), intent(in) |
PX, |
|
|
REAL, dimension(ndim), intent(in) |
PY, |
|
|
REAL, dimension(ndim), intent(out) |
PLAT, |
|
|
REAL, dimension(ndim), intent(out) |
PLON |
|
) |
| |