Changeset 1965 for LMDZ5/trunk/libf/dyn3dmem
- Timestamp:
- Feb 11, 2014, 11:42:52 AM (11 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3dmem
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/mod_const_mpi.F90
r1907 r1965 17 17 USE ioipsl_getincom, only: getin 18 18 #endif 19 19 ! Use of Oasis-MCT coupler 20 #ifdef CPP_OMCT 21 USE mod_prism 22 #endif 20 23 IMPLICIT NONE 21 24 #ifdef CPP_MPI -
LMDZ5/trunk/libf/dyn3dmem/parallel_lmdz.F90
r1907 r1965 392 392 #endif 393 393 #ifdef CPP_COUPLE 394 ! Use of Oasis-MCT coupler 395 #if defined CPP_OMCT 396 use mod_prism 397 #else 394 398 use mod_prism_proto 399 #endif 395 400 ! Ehouarn: surface_data module is in 'phylmd' ... 396 401 use surface_data, only : type_ocean
Note: See TracChangeset
for help on using the changeset viewer.