- Timestamp:
- Apr 14, 2015, 9:46:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/dynlonlat_phylonlat/phymars/start2archive.F
r1403 r1415 19 19 c======================================================================= 20 20 21 use infotrac, only: in iadvtrac, nqtot, tname21 use infotrac, only: infotrac_init, nqtot, tname 22 22 use comsoil_h, only: nsoilmx, inertiedat 23 23 use surfdat_h, only: ini_surfdat_h, qsurf … … 25 25 use comgeomphy, only: initcomgeomphy 26 26 use filtreg_mod, only: inifilr 27 use control_mod, only: planet_type 27 28 implicit none 28 29 … … 120 121 CALL init_phys_lmdz(iim,jjp1,llm,1,(/(jjm-1)*iim+2/)) 121 122 call initcomgeomphy 123 planet_type='mars' 122 124 123 125 c======================================================================= … … 125 127 c======================================================================= 126 128 ! Load tracer number and names: 127 call iniadvtrac(nqtot,numvanle) 129 ! call iniadvtrac(nqtot,numvanle) 130 call infotrac_init 128 131 129 132 ! allocate arrays: … … 135 138 136 139 fichnom = 'start.nc' 137 CALL dynetat0(fichnom, nqtot,vcov,ucov,teta,q,masse,140 CALL dynetat0(fichnom,vcov,ucov,teta,q,masse, 138 141 . ps,phis,timedyn) 139 142
Note: See TracChangeset
for help on using the changeset viewer.