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

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

Location:
trunk/LMDZ.MARS/deftank
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/callphys.def.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
  • trunk/LMDZ.MARS/deftank/callphys.def.GCM6

    r4156 r4167  
    105105## Coefficient for Southern cap albedoes
    106106TESice_Scoef=1.6
    107 
     107# maximum allowed albedo for cap (default: 0.9)
     108max_icecap_albedo = 0.83
    108109
    109110## Radiative transfer options :
     
    128129# DUST: lifted by GCM surface winds ?
    129130lifting = .true.
     131# effective radius of lifted dust (m) :
     132reff_lift_dust = 2.5e-6
    130133# DUST: lifted by dust devils ?
    131134callddevil = .false.
     
    168171# WATER: Effective variance for sedimentation for the log-normal
    169172#        distribution of ice particles ?
    170 nuice_sed=0.1
     173nuice_sed=0.15
    171174# WATER: contact parameter (only if temp_dependent_m = .false.)
    172175##mteta = 0.95
    173176# Temperature-dependent water contact parameter
    174177temp_dependent_m = .true.
     178# Enable adaptative timestep
     179cloud_adapt_ts = .true.
    175180# WATER: current permanent caps at both poles. True IS RECOMMENDED
    176181#        (with .true., North cap is a source of water and South pole
     
    179184# WATER: Water ice albedos (old ice/fresh frost)?
    180185# Perennial ice albedo
    181 albedo_h2o_cap = 0.30
     186albedo_h2o_cap = 0.38
    182187# Account for fresh frost ice albedo if cst_cap_albedo = .false.
    183188cst_cap_albedo = .false.
    184189# Fresh frost albedo (only used if cst_cap_albedo = .false.)
    185 albedo_h2o_frost = 0.35
     190albedo_h2o_frost = 0.38
    186191# Frost thickness threshold for albedo
    187192frost_albedo_threshold = 0.005
  • trunk/LMDZ.MARS/deftank/callphys.def.MCD5

    r4156 r4167  
    7272## Coefficient for Southern cap albedoes
    7373TESice_Scoef=1.6
    74 
     74# maximum allowed albedo for cap (default: 0.9)
     75max_icecap_albedo = 0.83
    7576
    7677## Radiative transfer options :
     
    9394# DUST: lifted by GCM surface winds ?
    9495lifting = .true.
     96# effective radius of lifted dust (m) :
     97reff_lift_dust = 2.5e-6
    9598# DUST: lifted by dust devils ?
    9699callddevil = .false.
     
    105108# WATER: Microphysical scheme for water-ice clouds?
    106109microphys = .true.
    107 # WATER: parameter contact
     110# WATER: contact parameter (only if temp_dependent_m = .false.)
    108111mteta = 0.95
     112## Temperature-dependent water contact parameter
     113#temp_dependent_m = .true.
     114## Enable adaptative timestep
     115#cloud_adapt_ts = .true.
    109116# WATER: Effective variance for sedimentation for the log-normal
    110117#        distribution of ice particles ?
    111 nuice_sed=0.1
     118nuice_sed=0.15
    112119# WATER: current permanent caps at both poles. True IS RECOMMENDED
    113120#        (with .true., North cap is a source of water and South pole
     
    115122caps  = .true.
    116123# WATER: Water ice albedo ?
    117 albedo_h2o_cap = 0.35
     124albedo_h2o_cap = 0.38
    118125# WATER: Water ice thermal inertia
    119126inert_h2o_ice = 800
  • trunk/LMDZ.MARS/deftank/callphys.def.MCD6

    r4156 r4167  
    105105## Coefficient for Southern cap albedoes
    106106TESice_Scoef=1.6
     107# maximum allowed albedo for cap (default: 0.9)
     108max_icecap_albedo = 0.83
    107109
    108110
     
    128130# DUST: lifted by GCM surface winds ?
    129131lifting = .true.
     132# effective radius of lifted dust (m) :
     133reff_lift_dust = 2.5e-6
    130134# DUST: lifted by dust devils ?
    131135callddevil = .false.
     
    168172# WATER: Effective variance for sedimentation for the log-normal
    169173#        distribution of ice particles ?
    170 nuice_sed=0.1
     174nuice_sed=0.15
    171175# WATER: contact parameter (only if temp_dependent_m = .false.)
    172176##mteta = 0.95
    173177# Temperature-dependent water contact parameter
    174178temp_dependent_m = .true.
     179# Enable adaptative timestep
     180cloud_adapt_ts = .true.
    175181# WATER: current permanent caps at both poles. True IS RECOMMENDED
    176182#        (with .true., North cap is a source of water and South pole
     
    179185# WATER: Water ice albedos (old ice/fresh frost)?
    180186# Perennial ice albedo
    181 albedo_h2o_cap = 0.30
     187albedo_h2o_cap = 0.38
    182188# Account for fresh frost ice albedo if cst_cap_albedo = .false.
    183189cst_cap_albedo = .false.
    184190# Fresh frost albedo (only used if cst_cap_albedo = .false.)
    185 albedo_h2o_frost = 0.35
     191albedo_h2o_frost = 0.38
    186192# Frost thickness threshold for albedo
    187193frost_albedo_threshold = 0.005
  • trunk/LMDZ.MARS/deftank/callphys.def.co2clouds.GCM5

    r4156 r4167  
    7373## Coefficient for Southern cap albedoes
    7474TESice_Scoef=1.6
    75 
     75# maximum allowed albedo for cap (default: 0.9)
     76max_icecap_albedo = 0.83
    7677
    7778## Radiative transfer options :
     
    9495# DUST: lifted by GCM surface winds ?
    9596lifting = .false.
     97# effective radius of lifted dust (m) :
     98reff_lift_dust = 2.5e-6
    9699# DUST: lifted by dust devils ?
    97100callddevil = .false.
     
    106109# WATER: Microphysical scheme for water-ice clouds?
    107110microphys = .true.
    108 # WATER: parameter contact
     111# WATER: contact parameter (only if temp_dependent_m = .false.)
    109112mteta = 0.95
     113## Temperature-dependent water contact parameter
     114#temp_dependent_m = .true.
     115## Enable adaptative timestep
     116#cloud_adapt_ts = .true.
    110117# WATER: Effective variance for sedimentation for the log-normal
    111118#        distribution of ice particles ?
    112 nuice_sed=0.1
     119nuice_sed=0.15
    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
  • 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.