Go to the source code of this file.
Functions/Subroutines | |
| subroutine | get_sizes_parallel (DTCO, DGU, UG, U, KPROC, KSIZE, KPROCMIN, KSIZE_TASK, OSHADOWS) |
| subroutine get_sizes_parallel | ( | type(data_cover_t), intent(inout) | DTCO, |
| type(diag_surf_atm_t), intent(inout) | DGU, | ||
| type(surf_atm_grid_t), intent(inout) | UG, | ||
| type(surf_atm_t), intent(inout) | U, | ||
| integer, intent(in) | KPROC, | ||
| integer, intent(in) | KSIZE, | ||
| integer, intent(in) | KPROCMIN, | ||
| integer, dimension(0:kproc-1), intent(out) | KSIZE_TASK, | ||
| logical, intent(in), optional | OSHADOWS | ||
| ) |
Definition at line 5 of file get_sizes_parallel.F90.


1.8.5