Ignore:
Timestamp:
Sep 19, 2013, 2:15:35 AM (11 years ago)
Author:
aslmd
Message:

MESOSCALE. def files closer to callphys.def.MCD5

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/newphys_THARSIS_WATER/callphys.def.mars0.nothermals

    r1041 r1042  
    33#Run with or without tracer transport ?
    44tracer=.false.
     5
     6#Directory where external input files are:
     7datadir=/planeto/emlmd/run_mcd5.v0_new/datadir
     8#datadir = /san/home/spiga/DATAFILE
     9#datadir = /d5/aslmd/datafile
     10#datadir=/users/forget/WWW/datagcm/datafile
    511
    612#Diurnal cycle ?  if diurnal=False, diurnal averaged solar heating
     
    2329#  =1 Dust opt.deph read in startfi; =2 Viking scenario; =3 MGS scenario,
    2430#  =4 Mars Year 24 from TES assimilation (old version of MY24; dust_tes.nc file)
    25 #  =24 Mars Year 24 from TES assimilation (ie: MCD reference case)
    26 #  =25 Mars Year 25 from TES assimilation (ie: a year with a global dust storm)
    27 #  =26 Mars Year 26 from TES assimilation
    28 iaervar = 26
    29 # Dust opacity at 700 Pa (when constant, i.e. for the iaervar=1 case)
    30 tauvis=0.2
     31#  =6 "cold" (low dust) scenario ; =7 "warm" (high dust) scenario
     32#  =24 Mars Year 24  ; =25 Mars Year 25 (year with a global dust storm) ; ...
     33#  =30 Mars Year 30
     34iaervar = 24
     35iaervar = 26
     36# Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case)
     37tauvis=0.1
    3138# Dust vertical distribution:
    3239# (=0: old distrib. (Pollack90), =1: top set by "topdustref",
     
    4148callrad   = .true.
    4249# call NLTE radiative schemes ?   matters only if callrad=T
     50callnlte = .true.
    4351callnlte = .false.
     52# NLTE 15um scheme to use.
     53# 0-> Old scheme, static oxygen
     54# 1-> Old scheme, dynamic oxygen
     55# 2-> New scheme
     56nltemodel = 2
     57nltemodel = 0
    4458# call CO2 NIR absorption ?   matters only if callrad=T
    4559callnirco2 = .true.
     60# NIR NLTE correction ? matters only if callnirco2=T
     61nircorr=1
     62nircorr=0
    4663# call turbulent vertical diffusion ?
    4764calldifv  = .true.
    4865# call convective adjustment ?
    4966calladj  = .true.
     67# Thermals
     68calltherm = .true.
     69callrichsl = .true.
     70calltherm = .false.
     71callrichsl = .false.
    5072# call CO2 condensation ?
    5173callcond =.true.
     
    5678# Impose polar cap surface albedos as observed by TES?
    5779TESicealbedo = .true.
     80TESicealbedo = .false.
     81## Coefficient for Northern cap albedoes
     82TESice_Ncoef=1.6
     83## Coefficient for Southern cap albedoes
     84TESice_Scoef=1.6
     85
    5886
    5987## Radiative transfer options :
     
    6997## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    7098# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
     99dustbin    = 2
    71100dustbin    = 0
    72101# DUST: Radiatively active dust ? (matters if dustbin>0)
     102active  = .true.
    73103active  = .false.
    74104# DUST: use mass and number mixing ratios to predict dust size ?
     105doubleq   = .true.
    75106doubleq   = .false.
    76107# DUST: lifted by GCM surface winds ?
    77 lifting = .false.
     108lifting = .true.
     109lifting = .false.
    78110# DUST: lifted by dust devils ?
    79111callddevil = .false.
    80 # DUST: Scavenging by CO2 snowfall ?
     112# DUST: Scavenging by H2O/CO2 snowfall ?
     113scavenging = .true.
    81114scavenging = .false.
    82115# DUST/WATERICE: Gravitationnal sedimentation ?
     116sedimentation = .true.
    83117sedimentation = .false.
    84118# WATERICE: Radiatively active transported atmospheric water ice ?
     119activice   = .true.
    85120activice   = .false.
    86121# WATER: Compute water cycle
     122water = .true.
    87123water = .false.
     124# WATER: Microphysical scheme for water-ice clouds?
     125microphys = .true.
     126microphys = .false.
     127# WATER: parameter contact
     128mteta = 0.95
     129# WATER: Effective variance for sedimentation for the log-normal
     130#        distribution of ice particles ?
     131nuice_sed=0.1
    88132# WATER: current permanent caps at both poles. True IS RECOMMENDED
    89133#        (with .true., North cap is a source of water and South pole
    90134#         is a cold trap)
     135caps  = .true.
    91136caps  = .false.
     137# WATER: Water ice albedo ?
     138albedo_h2o_ice = 0.35
     139# WATER: Water ice thermal inertia
     140inert_h2o_ice = 800
     141# WATER: Frost thickness threshold for albedo
     142frost_albedo_threshold = 0.005
    92143# PHOTOCHEMISTRY: include chemical species
     144photochem  = .true.
    93145photochem  = .false.
    94146
     
    96148##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    97149# call thermosphere ?
     150callthermos = .true.
    98151callthermos = .false.
    99152# WATER: included without cycle (only if water=.false.)
    100153thermoswater = .false.
    101154# call thermal conduction ? (only if callthermos=.true.)
     155callconduct = .true.
    102156callconduct = .false.
    103 # call EUV heating ? (only if callthermos=.true.)
    104 calleuv=.false.
    105157# call molecular viscosity ? (only if callthermos=.true.)
     158callmolvis = .true.
    106159callmolvis = .false.
    107160# call molecular diffusion ? (only if callthermos=.true.)
     161callmoldiff = .true.
    108162callmoldiff = .false.
    109163# call thermospheric photochemistry ? (only if callthermos=.true.)
     164thermochem = .true.
    110165thermochem = .false.
     166# call EUV heating ? (only if callthermos=.true.)
     167calleuv=.true.
     168calleuv=.false.
     169#Method to include solar variability?
     170#0-> Old method (fixed EUV input)  1-> Variability with E10.7 as observed
     171solvarmod=0
    111172# date for solar flux calculation: (1985 < date < 2002)
    112 ## (Solar min=1996.4 ave=1993.4 max=1990.6)
     173## (Solar min=1996.4 ave=1993.4 max=1990.6) ; Only used if solvarmod=0
    113174solarcondate = 1993.4
    114        
     175#Solar variability as observed for MY? (must bebetween MY23 and MY30)
     176# (only matters if solvarmod=1)
     177solvaryear=24
     178# value for the UV heating efficiency
     179##(experimental values between 0.19 and 0.23, lower values may
     180## be used to compensate for low 15 um cooling)
     181euveff = 0.21       
    115182
    116183
     184
Note: See TracChangeset for help on using the changeset viewer.