Ignore:
Timestamp:
Jul 17, 2012, 5:12:18 PM (12 years ago)
Author:
jleconte
Message:

updated deftank files for new aerosol scheme

File:
1 edited

Legend:

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

    r539 r727  
    7777# call turbulent vertical diffusion ?
    7878calldifv = .true.
     79# use turbdiff instead of vdifc ?
     80UseTurbDiff = .true.
    7981# call convective adjustment ?
    8082calladj  = .true.
     
    8890## Tracer and aerosol options
    8991## ~~~~~~~~~~~~~~~~~~~~~~~~~~
    90 # Fixed aerosol distributions?
    91 aerofixed     = .false.
     92# Radiatively active CO2 aerosol?
     93aeroco2       = .true.
     94# Fixed CO2 aerosol distribution?
     95aerofixco2    = .false.
     96# Radiatively active water aerosol?
     97aeroh2o       = .true.
     98# Fixed water aerosol distribution?
     99aerofixh2o  = .false.
     100# basic dust opacity
     101dusttau       = 0.0
    92102# Varying H2O cloud fraction?
    93103CLFvarying    = .false.
Note: See TracChangeset for help on using the changeset viewer.