My Project
 All Classes Files Functions Variables Macros
mod_const_mpi.F90
Go to the documentation of this file.
2 
3  INTEGER :: COMM_LMDZ
4  INTEGER :: MPI_REAL_LMDZ
5 
6 
7 CONTAINS
8 
9  SUBROUTINE init_const_mpi
10  IMPLICIT NONE
11 
12  comm_lmdz=0
13  mpi_real_lmdz=0
14  END SUBROUTINE init_const_mpi
15 
16 END MODULE mod_const_mpi