Changeset 2785 for trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd
- Timestamp:
- Aug 3, 2022, 5:07:41 PM (3 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/callphysiq_mod.F90
r1576 r2785 70 70 llm, & ! nlayer 71 71 nqtot, & ! nq 72 tname, & ! nametrac73 72 debut_split, & ! firstcall 74 73 lafin_split, & ! lastcall -
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/newstart.F
r2354 r2785 285 285 ! Initialize global tracer indexes (stored in tracer.h) 286 286 ! ... this has to be done before phyetat0 287 call initracer(ngridmx,nqtot,tname) 287 ! and requires that "datadir" be correctly initialized 288 call getin_p("datadir",datadir) 289 call initracer(ngridmx,nqtot) 288 290 289 291 ! Initialize dimphy module (klon,klev,..) -
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/start2archive.F
r2354 r2785 236 236 237 237 ! Initialize tracer names, indexes and properties 238 CALL initracer(ngridmx,nqtot ,tname)238 CALL initracer(ngridmx,nqtot) 239 239 240 240 CALL phyetat0(.true.,ngridmx,llm,fichnom,0,Lmodif,nsoilmx,nqtot,
Note: See TracChangeset
for help on using the changeset viewer.