Changeset 1669 for trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd
- Timestamp:
- Feb 21, 2017, 9:17:00 AM (8 years ago)
- Location:
- trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/newstart.F
r1589 r1669 37 37 USE temps_mod, ONLY: day_ini 38 38 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 39 use tabfi_mod, only: tabfi 39 40 use iniphysiq_mod, only: iniphysiq 41 use phyetat0_mod, only: phyetat0 40 42 implicit none 41 43 … … 353 355 write(*,*) 'Reading file STARTFI' 354 356 fichnom = 'startfi.nc' 355 CALL phyetat0 (ngridmx,llm,fichnom,tab0,Lmodif,nsoilmx,357 CALL phyetat0(.true.,ngridmx,llm,fichnom,tab0,Lmodif,nsoilmx, 356 358 . nqtot,day_ini,time, 357 359 . tsurf,tsoil,emis,q2,qsurf, !) ! temporary modif by RDW -
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/start2archive.F
r1593 r1669 37 37 USE temps_mod, ONLY: day_ini 38 38 USE iniphysiq_mod, ONLY: iniphysiq 39 use phyetat0_mod, only: phyetat0 39 40 implicit none 40 41 … … 234 235 235 236 236 CALL phyetat0 (ngridmx,llm,fichnom,0,Lmodif,nsoilmx,nqtot,237 CALL phyetat0(.true.,ngridmx,llm,fichnom,0,Lmodif,nsoilmx,nqtot, 237 238 . day_ini_fi,timefi, 238 239 . tsurf,tsoil,emis,q2,qsurf,
Note: See TracChangeset
for help on using the changeset viewer.