Ignore:
Timestamp:
Apr 2, 2026, 3:13:53 PM (8 days ago)
Author:
jmauxion
Message:

Mars PCM:
Updating callphys files in deftank according to the updated water cycle.
JM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/callphys.def.hdo.GCM5

    r4156 r4167  
    7474## Coefficient for Southern cap albedoes
    7575TESice_Scoef=1.6
    76 
     76# maximum allowed albedo for cap (default: 0.9)
     77max_icecap_albedo = 0.83
    7778
    7879## Radiative transfer options :
     
    9798# DUST: lifted by GCM surface winds ?
    9899lifting = .true.
     100# effective radius of lifted dust (m) :
     101reff_lift_dust = 2.5e-6
    99102# DUST: lifted by dust devils ?
    100103callddevil = .false.
     
    109112# WATER: Microphysical scheme for water-ice clouds?
    110113microphys = .true.
    111 # WATER: parameter contact
     114# WATER: contact parameter (only if temp_dependent_m = .false.)
    112115mteta = 0.95
     116## Temperature-dependent water contact parameter
     117#temp_dependent_m = .true.
     118## Enable adaptative timestep
     119#cloud_adapt_ts = .true.
    113120# WATER: current permanent caps at both poles. True IS RECOMMENDED
    114121#        (with .true., North cap is a source of water and South pole
     
    116123caps  = .true.
    117124# WATER: Water ice albedo ?
    118 albedo_h2o_cap = 0.35
     125albedo_h2o_cap = 0.38
    119126# WATER: Water ice thermal inertia
    120127inert_h2o_ice = 800
     
    123130# WATER: Effective variance for sedimentation for the log-normal
    124131#        distribution of ice particles ?
    125 nuice_sed=0.1
     132nuice_sed=0.15
    126133# WATER: microphysics is computed "imicro" times per physical timestep
    127134imicro = 30
Note: See TracChangeset for help on using the changeset viewer.