Go to the source code of this file.
Functions/Subroutines | |
| subroutine | get_surf_mask_n (DTCO, U, HTYPE, KDIM, KMASK, KLU, KLUOUT) |
| subroutine | get_mask (KLU, YTYPE, IMASK) |
| subroutine get_surf_mask_n::get_mask | ( | integer, intent(in) | KLU, |
| character(len=*), intent(in) | YTYPE, | ||
| integer, dimension(:), intent(out) | IMASK | ||
| ) |
Definition at line 106 of file get_surf_maskn.F90.


| subroutine get_surf_mask_n | ( | type(data_cover_t), intent(inout) | DTCO, |
| type(surf_atm_t), intent(inout) | U, | ||
| character(len=*), intent(in) | HTYPE, | ||
| integer, intent(in) | KDIM, | ||
| integer, dimension(kdim), intent(out) | KMASK, | ||
| integer, intent(inout) | KLU, | ||
| integer, intent(in) | KLUOUT | ||
| ) |
Definition at line 6 of file get_surf_maskn.F90.


1.8.5