Changeset 1224 for trunk/LMDZ.MARS/libf/phymars/newstart.F
- Timestamp:
- Apr 15, 2014, 4:57:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/newstart.F
r1208 r1224 383 383 ! (for instance initracer needs to know about some flags, and/or 384 384 ! 'datafile' path may be changed by user) 385 call inifis(ngridmx,llm,nqtot,day_ini,daysec,dtphys,386 & latfi,lonfi,airefi,rad,g,r,cpp)385 call phys_state_var_init(ngridmx,llm,nqtot,latfi,lonfi,airefi) 386 call conf_phys(nqtot,day_ini,daysec,dtphys,rad,g,r,cpp) 387 387 388 388 c======================================================================= … … 484 484 485 485 ! initialize tracer names noms(:) and indexes (igcm_co2, igcm_h2o_vap, ...) 486 call initracer(ngridmx,nqtot,qsurf ,co2ice)486 call initracer(ngridmx,nqtot,qsurf) 487 487 488 488 if (count.eq.nqtot) then
Note: See TracChangeset
for help on using the changeset viewer.