Go to the source code of this file.
Functions/Subroutines | |
subroutine | GET_MESH_INDEX_GAUSS (KGRID_PAR, KL, PGRID_PAR, PLAT, PLON, KINDEX, KSSO, KISSOX, KISSOY) |
subroutine GET_MESH_INDEX_GAUSS | ( | INTEGER, intent(in) | KGRID_PAR, |
INTEGER, intent(in) | KL, | ||
REAL, dimension(kgrid_par), intent(in) | PGRID_PAR, | ||
REAL, dimension(kl), intent(in) | PLAT, | ||
REAL, dimension(kl), intent(in) | PLON, | ||
INTEGER, dimension(kl), intent(out) | KINDEX, | ||
INTEGER, intent(in) | KSSO, | ||
INTEGER, dimension(kl), intent(out) | KISSOX, | ||
INTEGER, dimension(kl), intent(out) | KISSOY | ||
) |
Definition at line 2 of file get_mesh_index_gauss.F90.