Changeset 1785 for LMDZ5/trunk/libf/dyn3dmem
- Timestamp:
- Jul 16, 2013, 11:22:04 AM (12 years ago)
- Location:
- LMDZ5/trunk/libf/dyn3dmem
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/ce0l.F90
r1673 r1785 23 23 USE infotrac 24 24 USE parallel, ONLY: finalize_parallel 25 USE indice_sol_mod 25 26 26 27 #ifdef CPP_IOIPSL … … 39 40 #include "dimensions.h" 40 41 #include "paramet.h" 41 #include "indicesol.h"42 !#include "indicesol.h" 42 43 #include "iniprint.h" 43 44 #include "temps.h" -
LMDZ5/trunk/libf/dyn3dmem/gcm.F
r1749 r1785 19 19 USE filtreg_mod 20 20 USE control_mod 21 22 #ifdef INCA 23 ! Only INCA needs these informations (from the Earth's physics) 24 USE indice_sol_mod 25 #endif 21 26 22 27 #ifdef CPP_PHYS … … 75 80 #ifdef INCA 76 81 ! Only INCA needs these informations (from the Earth's physics) 77 #include "indicesol.h"82 !#include "indicesol.h" 78 83 #endif 79 84
Note: See TracChangeset
for help on using the changeset viewer.