source: CONFIG/UNIFORM/v5/IPSLCM5_v5/GENERAL/PARAM/config.def_L19 @ 2015

Last change on this file since 2015 was 2015, checked in by acosce, 11 years ago

Modify lmdz.card/lmdz.driver/config.def to fit with last LMDZ revision (1729)

  • move ok_ade, ok_aie, read_climoz from lmdz.driver to lmdz.card
  • add parameter ok_cdnc (cloud droplet number concentration) in lmdz.card to agree with rev1712 from LMDZ
  • add flag_aerosol in lmdz.card to agree with rev1667 from LMDZ

Anne

File size: 1.9 KB
Line 
1##  Cycle diurne  ou non                 
2cycle_diurne=y
3##  Soil Model  ou non               
4soil_model=y
5
6## Nombre  d'appels des routines de rayonnements ( par jour)                 
7nbapp_rad=12
8
9##  Facteur additif pour l'albedo
10pmagic=0.008
11
12#
13# Parametres "orbitaux/ ere geologique"
14#
15### R_ecc =      Excentricite
16R_ecc = 0.016715
17### R_peri =     Equinoxe
18R_peri = 102.7
19### R_incl =     Inclinaison
20R_incl = 23.441
21### solaire =    Constante solaire
22solaire = _AUTO_: DEFAULT = 1361.
23#
24# Taux gaz a effet de serre
25#
26### co2_ppm =    taux CO2 en ppm
27co2_ppm = _AUTO_: DEFAULT = 367.
28### CH4_ppb =    taux CH4 en ppb
29CH4_ppb = _AUTO_: DEFAULT = 1760.
30### N2O_ppb =    taux N2O en ppb
31N2O_ppb = _AUTO_: DEFAULT = 316.
32### CFC11_ppt =  taux CFC11 en ppt
33CFC11_ppt = _AUTO_: DEFAULT = 741.2
34### CFC12_ppt =  taux CFC12 en ppt
35CFC12_ppt = _AUTO_: DEFAULT = 535.
36#
37# Parametres effets directs/indirects des "aerosols"
38#
39### ok_ade=y/n   flag Aerosol direct effect
40ok_ade=_AUTO_
41### ok_aie=y/n   flag Aerosol indirect effect
42ok_aie=_AUTO_
43### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel
44aer_type=actuel
45### aerosol coupling = online (y) or offline (n)
46aerosol_couple=_AUTO_
47###  If aerosol offline : type of coupled aerosol =1 (default) =2 => bc  only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol
48flag_aerosol=_AUTO_
49### ok_cdnc=y/n   Cloud droplet number concentration
50ok_cdnc=_AUTO_
51### bl95_b0 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995)
52bl95_b0=1.7
53### bl95_b1 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995)
54bl95_b1=0.2
55#
56# Parametre de lecture de l'ozone
57#
58# Allowed values are 0, 1 and 2
59# 0: do not read an ozone climatology
60# 1: read a single ozone climatology that will be used day and night
61# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology
62read_climoz=_AUTO_
Note: See TracBrowser for help on using the repository browser.