SURFEX v8.1
General documentation of Surfex
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | init_index_mpi (DTCO, U, UG, GCP, HPROGRAM, HINIT, HALG, PIO_FRAC, OSHADOWS) |
subroutine | set_nb_points_lin (KPROC, KPROCMIN, KSIZE, KINDEX, OSHADOWS) |
subroutine | set_nb_points_adj (KPROC, KSIZE, KDIM_FULL, KLEFT, KRIGHT, KTOP, KBOTTOM, KINDEX, OSHADOWS) |
subroutine | set_nb_points_til (HPROGRAM, HALG, KPROC, KDIM_FULL, KLEFT, KRIGHT, KTOP, KBOTTOM, KINDEX, OSHADOWS) |
subroutine init_index_mpi | ( | type(data_cover_t), intent(inout) | DTCO, |
type(surf_atm_t), intent(inout) | U, | ||
type(surf_atm_grid_t), intent(inout) | UG, | ||
type(grid_conf_proj_t), intent(inout) | GCP, | ||
character(len=6), intent(in) | HPROGRAM, | ||
character(len=3), intent(in) | HINIT, | ||
character(len=4), intent(inout) | HALG, | ||
real, intent(in) | PIO_FRAC, | ||
logical, intent(in), optional | OSHADOWS | ||
) |
Definition at line 6 of file init_index_mpi.F90.
subroutine init_index_mpi::set_nb_points_adj | ( | integer, intent(in) | KPROC, |
integer, intent(in) | KSIZE, | ||
integer, intent(in) | KDIM_FULL, | ||
integer, dimension(kdim_full), intent(in) | KLEFT, | ||
integer, dimension(kdim_full), intent(in) | KRIGHT, | ||
integer, dimension(kdim_full), intent(in) | KTOP, | ||
integer, dimension(kdim_full), intent(in) | KBOTTOM, | ||
integer, dimension(kdim_full), intent(inout) | KINDEX, | ||
logical, intent(in) | OSHADOWS | ||
) |
Definition at line 360 of file init_index_mpi.F90.
subroutine init_index_mpi::set_nb_points_lin | ( | integer, intent(in) | KPROC, |
integer, intent(in) | KPROCMIN, | ||
integer, intent(in) | KSIZE, | ||
integer, dimension(:), intent(inout) | KINDEX, | ||
logical, intent(in) | OSHADOWS | ||
) |
Definition at line 312 of file init_index_mpi.F90.
subroutine init_index_mpi::set_nb_points_til | ( | character(len=6), intent(in) | HPROGRAM, |
character(len=4), intent(in) | HALG, | ||
integer, intent(in) | KPROC, | ||
integer, intent(in) | KDIM_FULL, | ||
integer, dimension(kdim_full), intent(in) | KLEFT, | ||
integer, dimension(kdim_full), intent(in) | KRIGHT, | ||
integer, dimension(kdim_full), intent(in) | KTOP, | ||
integer, dimension(kdim_full), intent(in) | KBOTTOM, | ||
integer, dimension(kdim_full), intent(inout) | KINDEX, | ||
logical, intent(in) | OSHADOWS | ||
) |
Definition at line 463 of file init_index_mpi.F90.