Changeset 685


Ignore:
Timestamp:
Jun 1, 2012, 6:03:04 PM (13 years ago)
Author:
tnavarro
Message:

update on parameters for the water cycle

File:
1 edited

Legend:

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

    r677 r685  
    33#Run with or without tracer transport ?
    44tracer=.true.
    5 
    6 #Where are the external files (dust, topography; chemistry,...)
    7 #datadir=/u/forget/WWW/datagcm/datafile
    85
    96#Diurnal cycle ?  if diurnal=False, diurnal averaged solar heating
     
    2219calleofdump = .false.
    2320
     21#Directory where external input files are:
     22datadir=/users/forget/WWW/datagcm/datafile/
     23
    2424## Dust scenario. Used if the dust is prescribed (i.e. if tracer=F or active=F)
    2525## ~~~~~~~~~~~~~
     
    2929#  =24 Mars Year 24  ; =25 Mars Year 25 (year with a global dust storm) ; ...
    3030#  =30 Mars Year 30
    31 iaervar = 26 
     31iaervar = 26
    3232# Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case)
    3333tauvis=0.2
     
    5959# Impose polar cap surface albedos as observed by TES?
    6060TESicealbedo = .true.
     61## Coefficient for Northern cap albedoes
     62TESice_Ncoef=1.4
     63## Coefficient for Southern cap albedoes
     64TESice_Scoef=1.4
     65
    6166
    6267## Radiative transfer options :
     
    8388# DUST: lifted by dust devils ?
    8489callddevil = .false.
    85 # DUST: Scavenging by CO2 snowfall ?
    86 scavenging = .false.
     90# DUST: Scavenging by H2O/CO2 snowfall ?
     91scavenging = .true.
    8792# DUST/WATERICE: Gravitationnal sedimentation ?
    8893sedimentation = .true.
     
    9398# WATER: Microphysical scheme for water-ice clouds?
    9499microphys = .true.
     100# WATER: parameter contact
     101mteta = 0.95
    95102# WATER: current permanent caps at both poles. True IS RECOMMENDED
    96103#        (with .true., North cap is a source of water and South pole
    97104#         is a cold trap)
    98105caps  = .true.
    99 # WATER: water ice albedo ?
    100 albedo_h2o_ice = 0.4
    101 # WATER: water ice thermal inertia (SI) ?
    102 inert_h2o_ice = 1000.
    103 # WATER: water ice frost minimal thickness (ie kg.m^-2, ie 0.92 mm) for albedo
     106# WATER: Water ice albedo ?
     107albedo_h2o_ice = 0.35
     108# WATER: Water ice thermal inertia
     109inert_h2o_ice = 800
     110# WATER: Frost thickness threshold for albedo
    104111frost_albedo_threshold = 0.005
     112# WATER: Effective variance for sedimentation for the log-normal
     113#        distribution of ice particles ?
     114nuice_sed=0.1
    105115# PHOTOCHEMISTRY: include chemical species
    106116photochem  = .false.
    107 # WATER: parameter contact
    108 mteta = 0.95
    109 # WATER: Effective variance for sedimentation for the log-normal
    110 #        distribution of ice particles ?
    111 nuice_sed = 0.5
    112117
    113118## Thermospheric options (relevant if tracer=T) :
     
    130135## (Solar min=1996.4 ave=1993.4 max=1990.6)
    131136solarcondate = 1993.4
     137       
     138## Thermals
     139## ~~~~~~~~
     140calltherm = .true.
     141callrichsl = .true.
    132142
    133        
    134 
    135 
Note: See TracChangeset for help on using the changeset viewer.