LMDZ
|
Data Types | |
interface | gather_surf |
interface | gather_surf_mpi |
interface | gather_surf_omp |
interface | scatter_surf |
interface | scatter_surf_mpi |
interface | scatter_surf_omp |
Functions/Subroutines | |
subroutine | init_surf_para (knon) |
subroutine | finalize_surf_para |
subroutine | gather_surf_i (FieldIn, FieldOut) |
subroutine | gather_surf_omp_i (FieldIn, FieldOut) |
subroutine | gather_surf_mpi_i (FieldIn, FieldOut) |
subroutine | gather_surf_r (FieldIn, FieldOut) |
subroutine | gather_surf_omp_r (FieldIn, FieldOut) |
subroutine | gather_surf_mpi_r (FieldIn, FieldOut) |
subroutine | scatter_surf_i (FieldIn, FieldOut) |
subroutine | scatter_surf_omp_i (FieldIn, FieldOut) |
subroutine | scatter_surf_mpi_i (FieldIn, FieldOut) |
subroutine | scatter_surf_r (FieldIn, FieldOut) |
subroutine | scatter_surf_omp_r (FieldIn, FieldOut) |
subroutine | scatter_surf_mpi_r (FieldIn, FieldOut) |
Variables | |
integer, save | knon_omp |
integer, save | knon_omp_begin |
integer, save | knon_omp_end |
integer, dimension(:), allocatable, save | knon_omp_para |
integer, dimension(:), allocatable, save | knon_omp_begin_para |
integer, dimension(:), allocatable, save | knon_omp_end_para |
integer, save | knon_mpi |
integer, dimension(:), allocatable, save | knon_mpi_para |
integer, dimension(:), allocatable, save | knon_mpi_begin_para |
integer, dimension(:), allocatable, save | knon_mpi_end_para |
integer, save | knon_glo |
integer, dimension(:), allocatable, save | knon_glo_para |
integer, dimension(:), allocatable, save | knon_glo_begin_para |
integer, dimension(:), allocatable, save | knon_glo_end_para |
subroutine mod_surf_para::finalize_surf_para | ( | ) |
subroutine mod_surf_para::init_surf_para | ( | integer | knon | ) |
integer, save mod_surf_para::knon_glo |
Definition at line 42 of file mod_surf_para.F90.
integer, dimension(:), allocatable, save mod_surf_para::knon_glo_begin_para |
Definition at line 44 of file mod_surf_para.F90.
integer, dimension(:), allocatable, save mod_surf_para::knon_glo_end_para |
Definition at line 45 of file mod_surf_para.F90.
integer, dimension(:), allocatable, save mod_surf_para::knon_glo_para |
Definition at line 43 of file mod_surf_para.F90.
integer, save mod_surf_para::knon_mpi |
Definition at line 37 of file mod_surf_para.F90.
integer, dimension(:), allocatable, save mod_surf_para::knon_mpi_begin_para |
Definition at line 39 of file mod_surf_para.F90.
integer, dimension(:), allocatable, save mod_surf_para::knon_mpi_end_para |
Definition at line 40 of file mod_surf_para.F90.
integer, dimension(:), allocatable, save mod_surf_para::knon_mpi_para |
Definition at line 38 of file mod_surf_para.F90.
integer, save mod_surf_para::knon_omp |
Definition at line 29 of file mod_surf_para.F90.
integer, save mod_surf_para::knon_omp_begin |
Definition at line 30 of file mod_surf_para.F90.
integer, dimension(:), allocatable, save mod_surf_para::knon_omp_begin_para |
Definition at line 34 of file mod_surf_para.F90.
integer, save mod_surf_para::knon_omp_end |
Definition at line 31 of file mod_surf_para.F90.
integer, dimension(:), allocatable, save mod_surf_para::knon_omp_end_para |
Definition at line 35 of file mod_surf_para.F90.
integer, dimension(:), allocatable, save mod_surf_para::knon_omp_para |
Definition at line 33 of file mod_surf_para.F90.