- Timestamp:
- May 7, 2016, 7:48:36 AM (9 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/LMDZ.MARS/README ¶
r1549 r1550 2289 2289 == 06/05/2016 == EM 2290 2290 - turn physiq.F into module physiq_mod.F 2291 2292 == 07/05/2016 == EM 2293 - Bug fix in testphys1d, enforce iphysiq=1 after conf_phys (where its 2294 value might be modified). -
TabularUnified trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F ¶
r1549 r1550 426 426 write(*,*) " day_step = ",day_step 427 427 428 iphysiq=1 ! in 1D model physics are called every time step429 428 ecritphy=day_step ! default value for ecritphy, output every time step 430 429 … … 502 501 call conf_phys(1,llm,nq) 503 502 503 ! in 1D model physics are called every time step 504 ! ovverride iphysiq value that has been set by conf_phys 505 if (iphysiq/=1) then 506 write(*,*) "testphys1d: setting iphysiq=1" 507 iphysiq=1 508 endif 504 509 505 510 c Initialize albedo / soil thermal inertia
Note: See TracChangeset
for help on using the changeset viewer.