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

update deftank with new aerosols and precipitation options

File:
1 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.
Note: See TracChangeset for help on using the changeset viewer.