- Timestamp:
- Sep 25, 2020, 4:24:18 PM (4 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2409 r2411 3145 3145 and variables (and remove them from callkeys.h) 3146 3146 3147 == 25/09/2020 == AB 3148 In conf_phys.F : 3149 Put the default value of rocketduststorm detrainment coefficient at 0.05 instead of 0. previously, 3150 in order to have an column-integrated dust optical depth that better follows the scenario and doesn't 3151 madly skyrocket in the dusty season. 3152 + correction of a comment for abort_physic -
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.