Changeset 2411 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Sep 25, 2020, 4:24:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/conf_phys.F
r2409 r2411 302 302 write(*,*)" rdstorm = ",rdstorm 303 303 ! rocket dust storm detrainment coefficient 304 coeff_detrainment=0. ! default value304 coeff_detrainment=0.05 ! default value 305 305 call getin_p("coeff_detrainment",coeff_detrainment) 306 306 write(*,*)" coeff_detrainment = ",coeff_detrainment … … 437 437 call abort_physic(modname, 438 438 & "freedust option with dustinjection = 0"// 439 & " requires lifting ",1)439 & " requires lifting to be false",1) 440 440 endif 441 441 endif
Note: See TracChangeset
for help on using the changeset viewer.