Changeset 1422 for trunk/LMDZ.COMMON/libf/dyn3d_common/inithist.F
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d_common/inithist.F
r1403 r1422 10 10 use com_io_dyn_mod, only : histid,histvid,histuid, & 11 11 & dynhist_file,dynhistv_file,dynhistu_file 12 USE comvert_mod, ONLY: presnivs 13 USE comconst_mod, ONLY: pi 14 USE temps_mod, ONLY: itau_dyn 12 15 13 16 implicit none … … 40 43 #include "dimensions.h" 41 44 #include "paramet.h" 42 #include "comconst.h"43 #include "comvert.h"44 45 #include "comgeom.h" 45 #include "temps.h"46 #include "ener.h"47 #include "logic.h"48 #include "description.h"49 #include "serre.h"50 46 #include "iniprint.h" 51 47
Note: See TracChangeset
for help on using the changeset viewer.