Changeset 727


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

updated deftank files for new aerosol scheme

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

Legend:

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

    r539 r727  
    7777# call turbulent vertical diffusion ?
    7878calldifv = .true.
     79# use turbdiff instead of vdifc ?
     80UseTurbDiff = .true.
    7981# call convective adjustment ?
    8082calladj  = .true.
     
    9395## Tracer and aerosol options
    9496## ~~~~~~~~~~~~~~~~~~~~~~~~~~
    95 # Fixed aerosol distributions?
    96 aerofixed     = .true.
     97# Radiatively active CO2 aerosol?
     98aeroco2       = .true.
     99# Fixed CO2 aerosol distribution?
     100aerofixco2    = .true.
     101# Radiatively active water aerosol?
     102aeroh2o       = .false.
     103# Fixed water aerosol distribution?
     104aerofixh2o  = .false.
     105# basic dust opacity
     106dusttau       = 0.0
    97107# Varying H2O cloud fraction?
    98108CLFvarying    = .false.
  • 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.
  • trunk/LMDZ.GENERIC/deftank/callphys.earth

    r539 r727  
    7676# call turbulent vertical diffusion ?
    7777calldifv = .true.
     78# use turbdiff instead of vdifc ?
     79UseTurbDiff = .true.
    7880# call convective adjustment ?
    7981calladj  = .true.
     
    8789## Tracer and aerosol options
    8890## ~~~~~~~~~~~~~~~~~~~~~~~~~~
    89 # Fixed aerosol distributions?
    90 aerofixed     = .false.
     91# Radiatively active CO2 aerosol?
     92aeroco2       = .false.
     93# Fixed CO2 aerosol distribution?
     94aerofixco2    = .false.
     95# Radiatively active water aerosol?
     96aeroh2o       = .true.
     97# Fixed water aerosol distribution?
     98aerofixh2o  = .false.
     99# basic dust opacity
     100dusttau       = 0.0
    91101# Varying H2O cloud fraction?
    92102CLFvarying    = .true.
  • trunk/LMDZ.GENERIC/deftank/earth1d_Dry.callphys.def

    r596 r727  
    120120## Tracer and aerosol options
    121121## ~~~~~~~~~~~~~~~~~~~~~~~~~~
    122 # Fixed aerosol distributions?
    123 aerofixed     = .true.
     122# Radiatively active CO2 aerosol?
     123aeroco2       = .false.
     124# Fixed CO2 aerosol distribution?
     125aerofixco2    = .false.
     126# Radiatively active water aerosol?
     127aeroh2o       = .true.
     128# Fixed water aerosol distribution?
     129aerofixh2o  = .true.
     130# basic dust opacity
     131dusttau       = 0.0
    124132# Varying H2O cloud fraction?
    125133CLFvarying    = .false.
  • trunk/LMDZ.GENERIC/deftank/jupiter1d.callphys.def

    r601 r727  
    102102## Tracer and aerosol options
    103103## ~~~~~~~~~~~~~~~~~~~~~~~~~~
    104 # Fixed aerosol distributions?
    105 aerofixed     = .true.
     104# Radiatively active CO2 aerosol?
     105aeroco2       = .false.
     106# Fixed CO2 aerosol distribution?
     107aerofixco2    = .false.
     108# Radiatively active water aerosol?
     109aeroh2o       = .true.
     110# Fixed water aerosol distribution?
     111aerofixh2o  = .true.
     112# basic dust opacity
     113dusttau       = 0.0
    106114# Varying H2O cloud fraction?
    107115CLFvarying    = .false.
Note: See TracChangeset for help on using the changeset viewer.