Changeset 1422 for trunk/LMDZ.COMMON/libf/dyn3d_common/initdynav.F90
- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d_common/initdynav.F90
r1403 r1422 9 9 use com_io_dyn_mod, only : histaveid,histvaveid,histuaveid, & 10 10 dynhistave_file,dynhistvave_file,dynhistuave_file 11 USE comvert_mod, ONLY: presnivs 12 USE comconst_mod, ONLY: pi 13 USE temps_mod, ONLY: itau_dyn 11 14 implicit none 12 15 … … 34 37 include "dimensions.h" 35 38 include "paramet.h" 36 include "comconst.h"37 include "comvert.h"38 39 include "comgeom.h" 39 include "temps.h"40 include "ener.h"41 include "logic.h"42 include "description.h"43 include "serre.h"44 40 include "iniprint.h" 45 41
Note: See TracChangeset
for help on using the changeset viewer.