Ignore:
Timestamp:
Jul 18, 2012, 11:05:18 AM (12 years ago)
Author:
jleconte
Message:

update deftank with new aerosols and precipitation options

Location:
trunk/LMDZ.GENERIC/deftank
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/deftank/callphys.earlymars

    r727 r729  
    104104# H2O cloud fraction?
    105105CLFfixval     = 0.5
     106# fixed radii for cloud particles?
     107radfixed=.false.
    106108# number mixing ratio of CO2 ice particles
    107109Nmix_co2      = 100000.
    108 # number mixing ratio of water ice particles
    109 Nmix_h2o      = 100000.
     110# number mixing ratio of water particles (for rafixed=.false.)
     111Nmix_h2o      = 1.e7
     112# number mixing ratio of water ice particles (for rafixed=.false.)
     113Nmix_h2o_ice      = 5.e5
     114# radius of H2O water particles (for rafixed=.true.):
     115rad_h2o=10.e-6
     116# radius of H2O ice particles (for rafixed=.true.):
     117rad_h2o_ice=35.e-6
     118# atm mass update due to tracer evaporation/condensation?
     119mass_redistrib = .false.
    110120
    111121## Water options
     
    117127# Model water precipitation (including coagulation etc.)
    118128waterrain     = .true.
    119 # WATER: Precipitation threshold (simple scheme only) ?
    120 rainthreshold = 0.001
     129# Use simple precipitation scheme?
     130precip_scheme=4
     131# multiplicative constant in Boucher 95 precip scheme
     132Cboucher=1.
    121133# Include hydrology ?
    122134hydrology     = .true.
  • trunk/LMDZ.GENERIC/deftank/callphys.earth

    r727 r729  
    103103# H2O cloud fraction if fixed?
    104104CLFfixval     = 0.5
     105# fixed radii for cloud particles?
     106radfixed=.false.
    105107# number mixing ratio of CO2 ice particles
    106108Nmix_co2      = 100000.
    107 # number mixing ratio of water ice particles
    108 Nmix_h2o      = 100000.
     109# number mixing ratio of water particles (for rafixed=.false.)
     110Nmix_h2o      = 1.e7
     111# number mixing ratio of water ice particles (for rafixed=.false.)
     112Nmix_h2o_ice      = 5.e5
     113# radius of H2O water particles (for rafixed=.true.):
     114rad_h2o=10.e-6
     115# radius of H2O ice particles (for rafixed=.true.):
     116rad_h2o_ice=35.e-6
     117# atm mass update due to tracer evaporation/condensation?
     118mass_redistrib = .false.
    109119
    110120## Water options
     
    116126# Model water precipitation (including coagulation etc.)
    117127waterrain     = .true.
    118 # WATER: Precipitation threshold (simple scheme only) ?
    119 rainthreshold = 0.011
     128# Use simple precipitation scheme?
     129precip_scheme=4
     130# multiplicative constant in Boucher 95 precip scheme
     131Cboucher=1.
    120132# WATER: hydrology ?
    121133hydrology     = .true.
     134# H2O snow (and ice) albedo ?
     135albedosnow    = 0.6
     136# Maximum sea ice thickness ?
     137maxicethick   = 10.
     138# Freezing point of seawater (degrees C) ?
     139Tsaldiff      = 0.0
     140# Evolve surface water sources ?
     141sourceevol    = .false.
    122142
    123143## CO2 options
  • trunk/LMDZ.GENERIC/deftank/earth1d_Dry.callphys.def

    r727 r729  
    134134# H2O cloud fraction?
    135135CLFfixval     = 0.0
    136 # number mixing ratio of CO2 ice particles
    137 Nmix_co2      = 1.e5
    138 # number mixing ratio of water ice particles
    139 Nmix_h2o      = 1.e5
    140136# basic dust opacity
    141137dusttau       = 0.0
    142138# water cloud pressure level (norm. by psurf)
    143139cloudlvl      = 0.0
     140# fixed radii for cloud particles?
     141radfixed=.false.
     142# number mixing ratio of CO2 ice particles
     143Nmix_co2      = 100000.
     144# number mixing ratio of water particles (for rafixed=.false.)
     145Nmix_h2o      = 1.e7
     146# number mixing ratio of water ice particles (for rafixed=.false.)
     147Nmix_h2o_ice      = 5.e5
     148# radius of H2O water particles (for rafixed=.true.):
     149rad_h2o=10.e-6
     150# radius of H2O ice particles (for rafixed=.true.):
     151rad_h2o_ice=35.e-6
     152# atm mass update due to tracer evaporation/condensation?
     153mass_redistrib = .false.
    144154
    145155## Water options
     
    151161# Model water precipitation (including coagulation etc.)
    152162waterrain     = .false.
    153 # WATER: Precipitation threshold (simple scheme only) ?
    154 rainthreshold = 0.0011
     163# Use simple precipitation scheme?
     164precip_scheme=4
     165# multiplicative constant in Boucher 95 precip scheme
     166Cboucher=1.
    155167# Include hydrology ?
    156168hydrology     = .false.
Note: See TracChangeset for help on using the changeset viewer.