- Timestamp:
- Apr 30, 2015, 12:33:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dynlonlat_phylonlat/phymars/start2archive.F
r1415 r1422 26 26 use filtreg_mod, only: inifilr 27 27 use control_mod, only: planet_type 28 USE comvert_mod, ONLY: ap,bp 29 USE comconst_mod, ONLY: g,cpp 30 USE logic_mod, ONLY: grireg 31 USE temps_mod, ONLY: day_ini,hour_ini 28 32 implicit none 29 33 … … 31 35 integer, parameter :: ngridmx = (2+(jjm-1)*iim - 1/jjm) 32 36 #include "paramet.h" 33 #include "comconst.h"34 37 #include "comdissip.h" 35 #include "comvert.h"36 38 #include "comgeom.h" 37 #include "logic.h"38 #include "temps.h"39 #include "ener.h"40 #include "description.h"41 39 #include "netcdf.inc" 42 40
Note: See TracChangeset
for help on using the changeset viewer.