source: ICOSA_LMDZ/src/phylmd/icolmdz_initialize.f90 @ 5874

Last change on this file since 5874 was 5725, checked in by yann meurdesoif, 5 months ago

Delegate mpi initialization to driver instead of dynamico.

YM

  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 224 bytes
Line 
1MODULE icolmdz_initialize
2
3CONTAINS
4
5  SUBROUTINE initialize
6  USE icolmdz_mpipara, ONLY : set_mpi_wrapper => set_wrapper
7  IMPLICIT NONE
8
9    CALL set_mpi_wrapper
10
11  END SUBROUTINE initialize
12
13END MODULE icolmdz_initialize
Note: See TracBrowser for help on using the repository browser.