Changeset 1550 for trunk/LMDZ.MARS/libf/phymars/dyn1d
- Timestamp:
- May 7, 2016, 7:48:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.