Changeset 2639 for trunk/LMDZ.MARS/libf/phymars
- Timestamp:
- Mar 9, 2022, 4:37:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/conf_phys.F
r2628 r2639 310 310 write(*,*)" rdstorm = ",rdstorm 311 311 ! rocket dust storm detrainment coefficient 312 coeff_detrainment=0.0 5! default value312 coeff_detrainment=0.02 ! default value 313 313 call getin_p("coeff_detrainment",coeff_detrainment) 314 314 write(*,*)" coeff_detrainment = ",coeff_detrainment … … 414 414 write(*,*)" dustinjection = ",dustinjection 415 415 ! dust injection scheme coefficient 416 coeff_injection= 1.! default value416 coeff_injection=0.25 ! default value 417 417 call getin_p("coeff_injection",coeff_injection) 418 418 write(*,*)" coeff_in,jection = ",coeff_injection 419 419 ! timing for dust injection 420 ti_injection= 10. ! default value421 tf_injection= 12. ! default value420 ti_injection=0. ! default value 421 tf_injection=24. ! default value 422 422 call getin_p("ti_injection",ti_injection) 423 423 write(*,*)" ti_injection = ",ti_injection
Note: See TracChangeset
for help on using the changeset viewer.