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