Changeset 2669 for trunk/LMDZ.MARS


Ignore:
Timestamp:
Apr 25, 2022, 12:28:20 PM (3 years ago)
Author:
abierjon
Message:

Mars GCM:
Put the CO2 ice scavenging ratio for dust and water ice to 20 instead of 100, to prevent drying of the water cycle.

AB

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2661 r2669  
    36993699Put nuice_ref=01 as default value in conf_phys to maintain default behaviour.
    37003700
     3701== 25/04/2022 == AB
     3702Put 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  
    917917     
    918918c   Initialization:
    919       scav_ratio_dust = 100 !1 !10 !100 !1000
    920       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)
    921921      pdq_scav(:,:,:)=0.
    922922      pdqsc(:,:)=0.
Note: See TracChangeset for help on using the changeset viewer.