Changeset 1864 for LMDZ5/branches/testing/libf/dyn3dpar/gcm.F
- Timestamp:
- Sep 11, 2013, 11:45:01 AM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1797-1799,1801-1811,1813-1834,1836,1838-1840,1842-1860
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dpar/gcm.F
r1795 r1864 10 10 #endif 11 11 12 12 13 USE mod_const_mpi, ONLY: init_const_mpi 13 USE parallel 14 USE parallel_lmdz 14 15 USE infotrac 15 16 USE mod_interface_dyn_phys … … 186 187 c Initialisation partie parallele 187 188 c------------------------------------ 189 188 190 CALL init_const_mpi 189 190 191 call init_parallel 191 192 call ini_getparam("out.def") … … 213 214 c$OMP END PARALLEL 214 215 #endif 216 217 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 218 ! Initialisation de XIOS 219 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 220 215 221 216 222 c-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.