Changeset 1815 for trunk/LMDZ.TITAN/libf/dynphy_lonlat
- Timestamp:
- Oct 31, 2017, 12:22:52 PM (7 years ago)
- Location:
- trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/newstart.F
r1789 r1815 38 38 use iniphysiq_mod, only: iniphysiq 39 39 use phyetat0_mod, only: phyetat0 40 use tracer_h 40 41 implicit none 41 42 … … 267 268 ! Initialize global tracer indexes (stored in tracer.h) 268 269 ! ... this has to be done before phyetat0 269 call initracer (ngridmx,nqtot,tname)270 call initracer2(nqtot,tname) 270 271 271 272 ! Take care of arrays in common modules -
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/start2archive.F
r1789 r1815 36 36 USE iniphysiq_mod, ONLY: iniphysiq 37 37 use phyetat0_mod, only: phyetat0 38 use tracer_h 38 39 implicit none 39 40 … … 219 220 220 221 ! Initialize tracer names, indexes and properties 221 CALL initracer (ngridmx,nqtot,tname)222 CALL initracer2(nqtot,tname) 222 223 223 224 CALL phyetat0(.true.,ngridmx,llm,fichnom,0,Lmodif,nsoilmx,nqtot,
Note: See TracChangeset
for help on using the changeset viewer.