|
LMDZ
|
Functions/Subroutines | |
| subroutine | init_phys_lmdz_para (nbp, nbp_lon, nbp_lat, communicator) |
| subroutine | test_transfert |
| subroutine | init_phys_lmdz_para (iim, jjp1, nb_proc, distrib) |
Variables | |
| integer, save | klon_loc |
| logical, save | is_sequential |
| logical, save | is_parallel |
| logical, save | is_master |
| subroutine mod_phys_lmdz_para::init_phys_lmdz_para | ( | integer, intent(in) | nbp, |
| integer, intent(in) | nbp_lon, | ||
| integer, intent(in) | nbp_lat, | ||
| integer, intent(in) | communicator | ||
| ) |
Definition at line 19 of file mod_phys_lmdz_para.F90.
| subroutine mod_phys_lmdz_para::test_transfert | ( | ) |
| logical save mod_phys_lmdz_para::is_master |
Definition at line 12 of file mod_phys_lmdz_para.F90.
| logical save mod_phys_lmdz_para::is_parallel |
Definition at line 11 of file mod_phys_lmdz_para.F90.
| logical save mod_phys_lmdz_para::is_sequential |
Definition at line 10 of file mod_phys_lmdz_para.F90.
| integer save mod_phys_lmdz_para::klon_loc |
Definition at line 9 of file mod_phys_lmdz_para.F90.