Go to the source code of this file.
Functions/Subroutines | |
| subroutine | get_mesh_index (KLUOUT, KNBLINES, PLAT, PLON, KINDEX, PVALUE, PNODATA, KSSO, KISSOX, KISSOY) |
| subroutine get_mesh_index | ( | integer, intent(in) | KLUOUT, |
| integer, intent(in) | KNBLINES, | ||
| real, dimension(:), intent(in) | PLAT, | ||
| real, dimension(:), intent(in) | PLON, | ||
| integer, dimension(:,:), intent(out) | KINDEX, | ||
| real, dimension(:), intent(in), optional | PVALUE, | ||
| real, intent(in), optional | PNODATA, | ||
| integer, intent(in), optional | KSSO, | ||
| integer, dimension(:,:), intent(out), optional | KISSOX, | ||
| integer, dimension(:,:), intent(out), optional | KISSOY | ||
| ) |
Definition at line 6 of file get_mesh_index.F90.


1.8.5