Go to the source code of this file.
Functions/Subroutines | |
subroutine | LATLON_GRID (HGRID, KGRID_PAR, KL, KLUOUT, PGRID_PAR, PLAT, PLON, PMESH_SIZE, PDIR) |
subroutine LATLON_GRID | ( | CHARACTER(LEN=10), intent(in) | HGRID, |
INTEGER, intent(in) | KGRID_PAR, | ||
INTEGER, intent(in) | KL, | ||
INTEGER, intent(in) | KLUOUT, | ||
REAL, dimension(:), intent(in) | PGRID_PAR, | ||
REAL, dimension(:), intent(out) | PLAT, | ||
REAL, dimension(:), intent(out) | PLON, | ||
REAL, dimension(:), intent(out) | PMESH_SIZE, | ||
REAL, dimension(:), intent(out), optional | PDIR | ||
) |
Definition at line 2 of file latlon_grid.F90.