LMDZ
|
Functions/Subroutines | |
subroutine | init_phys_lmdz_omp_data (klon_mpi) |
subroutine | print_module_data |
Variables | |
integer, save | omp_size |
integer, save | omp_rank |
logical, save | is_omp_root |
logical, save | is_using_omp |
integer, dimension(:), allocatable, save | klon_omp_para_nb |
integer, dimension(:), allocatable, save | klon_omp_para_begin |
integer, dimension(:), allocatable, save | klon_omp_para_end |
integer, save | klon_omp |
integer, save | klon_omp_begin |
integer, save | klon_omp_end |
subroutine mod_phys_lmdz_omp_data::init_phys_lmdz_omp_data | ( | integer, intent(in) | klon_mpi | ) |
Definition at line 23 of file mod_phys_lmdz_omp_data.F90.
subroutine mod_phys_lmdz_omp_data::print_module_data | ( | ) |
Definition at line 92 of file mod_phys_lmdz_omp_data.F90.
logical, save mod_phys_lmdz_omp_data::is_omp_root |
Definition at line 8 of file mod_phys_lmdz_omp_data.F90.
logical, save mod_phys_lmdz_omp_data::is_using_omp |
Definition at line 9 of file mod_phys_lmdz_omp_data.F90.
integer, save mod_phys_lmdz_omp_data::klon_omp |
Definition at line 15 of file mod_phys_lmdz_omp_data.F90.
integer, save mod_phys_lmdz_omp_data::klon_omp_begin |
Definition at line 16 of file mod_phys_lmdz_omp_data.F90.
integer, save mod_phys_lmdz_omp_data::klon_omp_end |
Definition at line 17 of file mod_phys_lmdz_omp_data.F90.
integer, dimension(:), allocatable, save mod_phys_lmdz_omp_data::klon_omp_para_begin |
Definition at line 12 of file mod_phys_lmdz_omp_data.F90.
integer, dimension(:), allocatable, save mod_phys_lmdz_omp_data::klon_omp_para_end |
Definition at line 13 of file mod_phys_lmdz_omp_data.F90.
integer, dimension(:), allocatable, save mod_phys_lmdz_omp_data::klon_omp_para_nb |
Definition at line 11 of file mod_phys_lmdz_omp_data.F90.
integer, save mod_phys_lmdz_omp_data::omp_rank |
Definition at line 7 of file mod_phys_lmdz_omp_data.F90.
integer, save mod_phys_lmdz_omp_data::omp_size |
Definition at line 6 of file mod_phys_lmdz_omp_data.F90.