Changeset 2669 for trunk/LMDZ.MARS
- Timestamp:
- Apr 25, 2022, 12:28:20 PM (3 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r2661 r2669 3699 3699 Put nuice_ref=01 as default value in conf_phys to maintain default behaviour. 3700 3700 3701 == 25/04/2022 == AB 3702 Put the CO2 ice scavenging ratio for dust and water ice to 20 instead of 100, to prevent drying of the water cycle. -
trunk/LMDZ.MARS/libf/phymars/co2condens_mod.F
r2660 r2669 917 917 918 918 c Initialization: 919 scav_ratio_dust = 100 !1 !10 !100 !1000920 scav_ratio_wice = scav_ratio_dust 919 scav_ratio_dust = 20 !1 !10 !100 !1000 ! the scavenging ratio value of 20 is a good compromise to remove the dust in the polar night 920 scav_ratio_wice = scav_ratio_dust ! while not drying up the water cycle (which occurs at scav_ratio_wice values above 50 at least) 921 921 pdq_scav(:,:,:)=0. 922 922 pdqsc(:,:)=0.
Note: See TracChangeset
for help on using the changeset viewer.