Ignore:
Timestamp:
Jul 17, 2012, 5:04:27 PM (13 years ago)
Author:
jleconte
Message:

17/07/2012 == JL for LK

  • Generalization of aerosol scheme:
    • any number of aerosols can be used and id numbers are determined consistently by the code. Aerosol order not important anymore.
    • addition of a module with the id numbers for aerosols (aerosol_mod.F90).
    • initialization of aerosols id numbers in iniaerosol.F90
    • compile with -s x where x *must* be equal to the number of aerosols turned on in callphys.def (either by a flag or by dusttau>0 for dust). => may have to erase object files when compiling with s option for the first time.
  • For no aerosols, run with aeroco2=.true. and aerofixco2=.true (the default distribution for fixed co2

aerosols is 1.e-9; can be changed in aeropacity).

  • If starting from an old start file, recreate start file with the q=0 option in newstart.e.
  • update callphys.def with aeroXXX and aerofixXXX options (only XXX=co2,h2o supported for

now). Dust is activated by setting dusttau>0. See the early mars case in deftank.

  • To add other aerosols, see Laura Kerber.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/README

    r711 r726  
    688688- Some cleanup in start2archive.F and ini_archive.F to get them to work for
    689689  the generic model (removed some "Martian" specificities).
     690 
     691== 17/07/2012 == JL for LK
     692- Generalization of aerosol scheme:
     693    - any number of aerosols can be used and id numbers are determined consistently by the code. Aerosol order
     694    not important anymore.
     695    - addition of a module with the id numbers for aerosols (aerosol_mod.F90).
     696    - initialization of aerosols id numbers in iniaerosol.F90
     697    - compile with -s x where x *must* be equal to the number of aerosols turned on in callphys.def (either by a
     698    flag or by dusttau>0 for dust).
     699      => may have to erase object files when compiling with s option for the first time.
     700- For no aerosols, run with aeroco2=.true. and aerofixco2=.true (the default distribution for fixed co2
     701aerosols is 1.e-9; can be changed in aeropacity).
     702- If starting from an old start file, recreate start file with the q=0 option in newstart.e.
     703- update callphys.def with aeroXXX and aerofixXXX options (only XXX=co2,h2o supported for
     704now). Dust is activated by setting dusttau>0. See the early mars case in deftank.
     705- To add other aerosols, see Laura Kerber.
     706
Note: See TracChangeset for help on using the changeset viewer.