Go to the source code of this file.
Functions/Subroutines | |
| subroutine | read_grid (HPROGRAM, HGRID, PGRID_PAR, PLAT, PLON, PMESH_SIZE, KRESP, PDIR) |
| subroutine read_grid | ( | character(len=6), intent(in) | HPROGRAM, |
| character(len=10), intent(out) | HGRID, | ||
| real, dimension(:), pointer | PGRID_PAR, | ||
| real, dimension(:), intent(out) | PLAT, | ||
| real, dimension(:), intent(out) | PLON, | ||
| real, dimension(:), intent(out) | PMESH_SIZE, | ||
| integer, intent(out) | KRESP, | ||
| real, dimension(:), intent(out), optional | PDIR | ||
| ) |
Definition at line 6 of file read_grid.F90.


1.8.5