Changeset 235 for trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2
- Timestamp:
- Jul 20, 2011, 3:07:02 PM (13 years ago)
- Location:
- trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars
- Files:
-
- 1 added
- 1 deleted
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/inifis.F
r234 r235 1 SUBROUTINE meso_inifis(ngrid,nlayer,nq, 2 $ wdt, 1 SUBROUTINE inifis(ngrid,nlayer, 3 2 $ wday_ini,wdaysec, 4 $ wappel_phys, wecri_phys,3 $ wappel_phys, 5 4 $ plat,plon,parea, 6 5 $ prad,pg,pr,pcpp, 6 $ nq, wdt, 7 7 $ womeg,wmugaz, 8 8 $ wyear_day,wperiheli,waphelie,wperi_day,wobliquit, … … 528 528 dtphys=wdt*float(wappel_phys) 529 529 print*,'Physical timestep (s) ',dtphys 530 ecri_phys= wecri_phys530 ecri_phys=8.e18 !! a dummy low frequency 531 531 print*,'Physical frequency for writing ',ecri_phys 532 532 c -
trunk/MESOSCALE/LMD_MM_MARS/SRC/WRFV2/mars_lmd/libf/phymars/physiq.F
r234 r235 1 SUBROUTINE meso_physiq(ngrid,nlayer,nq,1 SUBROUTINE physiq(ngrid,nlayer,nq, 2 2 $ firstcall,lastcall, 3 $ wday_ini,4 3 $ pday,ptime,ptimestep, 5 4 $ pplev,pplay,pphi, … … 8 7 $ pdu,pdv,pdt,pdq,pdpsrf,tracerdyn, 9 8 $ wtsurf,wtsoil,wemis,wq2,wqsurf,wco2ice, 10 $ w ecritphys,9 $ wday_ini, 11 10 $ output_tab2d, output_tab3d, 12 11 $ flag_LES) 13 14 12 15 13 … … 174 172 REAL wqsurf(ngridmx,nqmx) 175 173 REAL wq2(ngridmx,nlayermx+1) 176 REAL wecritphys177 174 REAL output_tab2d(ngridmx,n2d) 178 175 REAL output_tab3d(ngridmx,nlayer,n3d) … … 395 392 iphysiq=ptimestep 396 393 c 397 ecritphy= wecritphys394 ecritphy=8.e18 !! a dummy low frequency 398 395 PRINT*,'Write LMD physics each:',ecritphy,' seconds' 399 396 !!PRINT*,ecri_phys
Note: See TracChangeset
for help on using the changeset viewer.