Go to the source code of this file.
Functions/Subroutines | |
subroutine | GET_MESH_DIM (HGRID, KGRID_PAR, KL, PGRID_PAR, PDX, PDY, PMESHSIZE) |
subroutine GET_MESH_DIM | ( | CHARACTER(LEN=10), intent(in) | HGRID, |
INTEGER, intent(in) | KGRID_PAR, | ||
INTEGER, intent(in) | KL, | ||
REAL, dimension(kgrid_par), intent(in) | PGRID_PAR, | ||
REAL, dimension(kl), intent(out) | PDX, | ||
REAL, dimension(kl), intent(out) | PDY, | ||
REAL, dimension(kl), intent(in) | PMESHSIZE | ||
) |
Definition at line 2 of file get_mesh_dim.F90.