Go to the source code of this file.
Functions/Subroutines |
subroutine | READHEAD (KGLB, PGLBLATMIN, PGLBLATMAX, PGLBLONMIN, PGLBLONMAX, KNBLAT, KNBLON, PCUTVAL, PDLAT, PDLON, PLAT, PLON, KERR) |
Function/Subroutine Documentation
subroutine READHEAD |
( |
INTEGER, intent(in) |
KGLB, |
|
|
REAL, intent(out) |
PGLBLATMIN, |
|
|
REAL, intent(out) |
PGLBLATMAX, |
|
|
REAL, intent(out) |
PGLBLONMIN, |
|
|
REAL, intent(out) |
PGLBLONMAX, |
|
|
INTEGER, intent(out) |
KNBLAT, |
|
|
INTEGER, intent(out) |
KNBLON, |
|
|
REAL, intent(out) |
PCUTVAL, |
|
|
REAL, intent(out) |
PDLAT, |
|
|
REAL, intent(out) |
PDLON, |
|
|
REAL, dimension(:), pointer |
PLAT, |
|
|
REAL, dimension(:), pointer |
PLON, |
|
|
INTEGER, intent(out) |
KERR |
|
) |
| |