Changeset 2641 for LMDZ5/branches/testing/libf/dyn3d_common/initdynav.F90
- Timestamp:
- Sep 29, 2016, 11:26:46 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2596-2640
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3d_common/initdynav.F90
r2298 r2641 9 9 use com_io_dyn_mod, only : histaveid,histvaveid,histuaveid, & 10 10 dynhistave_file,dynhistvave_file,dynhistuave_file 11 USE comconst_mod, ONLY: pi 12 USE comvert_mod, ONLY: presnivs 13 USE temps_mod, ONLY: itau_dyn 14 11 15 implicit none 12 16 … … 34 38 include "dimensions.h" 35 39 include "paramet.h" 36 include "comconst.h"37 include "comvert.h"38 40 include "comgeom.h" 39 include "temps.h"40 include "ener.h"41 include "logic.h"42 41 include "description.h" 43 include "serre.h"44 42 include "iniprint.h" 45 43
Note: See TracChangeset
for help on using the changeset viewer.