Changeset 2597 for LMDZ5/trunk/libf/dyn3dmem/leapfrog_loc.F
- Timestamp:
- Jul 22, 2016, 8:44:47 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dmem/leapfrog_loc.F
r2475 r2597 32 32 use exner_hyb_loc_m, only: exner_hyb_loc 33 33 use exner_milieu_loc_m, only: exner_milieu_loc 34 USE comconst_mod, ONLY: cpp, dtvr, ihf 34 35 IMPLICIT NONE 35 36 … … 65 66 c ------------- 66 67 67 #include "dimensions.h" 68 #include "paramet.h" 69 #include "comconst.h" 70 #include "comdissnew.h" 71 #include "comvert.h" 72 #include "comgeom.h" 73 #include "logic.h" 74 #include "temps.h" 75 #include "ener.h" 76 #include "description.h" 77 #include "serre.h" 78 !#include "com_io_dyn.h" 79 #include "iniprint.h" 80 #include "academic.h" 81 ! include "mpif.h" 68 include "dimensions.h" 69 include "paramet.h" 70 include "comdissnew.h" 71 include "comvert.h" 72 include "comgeom.h" 73 include "logic.h" 74 include "temps.h" 75 include "ener.h" 76 include "description.h" 77 include "serre.h" 78 include "iniprint.h" 79 include "academic.h" 82 80 83 81 REAL,INTENT(IN) :: time_0 ! not used
Note: See TracChangeset
for help on using the changeset viewer.