LMDZ
mod_phys_lmdz_para Module Reference

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
 

Function/Subroutine Documentation

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.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine mod_phys_lmdz_para::init_phys_lmdz_para ( integer, intent(in)  iim,
integer, intent(in)  jjp1,
integer, intent(in)  nb_proc,
integer, dimension(0:nb_proc-1), intent(in)  distrib 
)

Definition at line 19 of file mod_phys_lmdz_para.F90.

Here is the call graph for this function:

subroutine mod_phys_lmdz_para::test_transfert ( )

Definition at line 47 of file mod_phys_lmdz_para.F90.

Here is the caller graph for this function:

Variable Documentation

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.