Changeset 1789 for trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90
- Timestamp:
- Sep 28, 2017, 3:43:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/physiq_mod.F90
r1788 r1789 375 375 !$OMP THREADPRIVATE(dycchi,qysat,nomqy) 376 376 377 real,dimension(:),allocatable,save :: tankCH4 ! Depth of surface methane tank 378 !$OMP THREADPRIVATE(tankCH4) 379 377 380 !----------------------------------------------------------------------------- 378 381 … … 402 405 ALLOCATE(qsurf(ngrid,nq)) 403 406 ALLOCATE(q2(ngrid,nlayer+1)) 407 ALLOCATE(tankCH4(ngrid)) 404 408 ALLOCATE(ztprevious(ngrid,nlayer)) 405 409 ALLOCATE(zuprevious(ngrid,nlayer)) … … 448 452 ! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 449 453 call phyetat0(startphy_file,ngrid,nlayer,"startfi.nc",0,0,nsoilmx,nq, & 450 day_ini,time_phys,tsurf,tsoil,emis,q2,qsurf )454 day_ini,time_phys,tsurf,tsoil,emis,q2,qsurf,tankCH4) 451 455 if (.not.startphy_file) then 452 456 ! additionnal "academic" initialization of physics … … 1241 1245 call physdem1("restartfi.nc",nsoilmx,ngrid,nlayer,nq, & 1242 1246 ptimestep,ztime_fin, & 1243 tsurf,tsoil,emis,q2,qsurf_hist )1247 tsurf,tsoil,emis,q2,qsurf_hist,tankCH4) 1244 1248 endif 1245 1249
Note: See TracChangeset
for help on using the changeset viewer.