1 | ## Cycle diurne ou non |
---|
2 | iflag_cycle_diurne=1 |
---|
3 | ## Soil Model ou non |
---|
4 | soil_model=y |
---|
5 | ## Pas de temps de couplage (s). |
---|
6 | t_coupl=_AUTO_ |
---|
7 | |
---|
8 | ## Nombre d'appels des routines de rayonnements ( par jour) |
---|
9 | nbapp_rad=16 |
---|
10 | |
---|
11 | ## Facteur additif pour l'albedo |
---|
12 | pmagic = _AUTO_: DEFAULT = 0.0 |
---|
13 | |
---|
14 | # |
---|
15 | # Parametres "orbitaux/ ere geologique" |
---|
16 | # |
---|
17 | ### R_ecc = Excentricite (lue dans Eccentricity.txt) |
---|
18 | R_ecc = 0. |
---|
19 | ### R_peri = Equinoxe (lue dans Perihelie.txt) |
---|
20 | R_peri = _AUTO_: DEFAULT = 102.7 |
---|
21 | ### R_incl = Inclinaison (lue dans Obliquity.txt) |
---|
22 | R_incl = _AUTO_: DEFAULT = 23.441 |
---|
23 | ### solaire = Constante solaire |
---|
24 | #solaire = _AUTO_ : DEFAULT = 1366.0896 |
---|
25 | solaire = _AUTO_ : DEFAULT = 1361.20 |
---|
26 | # solaire est modifie avec les valeurs du fichier SOLARANDVOLCANOES.txt |
---|
27 | ### constante solaire lue dans un fichier par defaut |
---|
28 | ok_suntime_rrtm=n |
---|
29 | |
---|
30 | # Deactivate annual cycle |
---|
31 | solarlong0 = 1000. |
---|
32 | |
---|
33 | # |
---|
34 | # Taux gaz a effet de serre |
---|
35 | # |
---|
36 | ### co2_ppm = taux CO2 en ppm, l'année 2000 forcage CMIP6 |
---|
37 | co2_ppm = _AUTO_: DEFAULT = 3.6912e+02 |
---|
38 | ### co2_ppm_per = taux 4xCO2 en ppm (uniqument pour calcul des diags) |
---|
39 | co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02 |
---|
40 | ### CH4_ppb = taux CH4 en ppb, l'année 2000 forcage CMIP6 |
---|
41 | CH4_ppb = _AUTO_ : DEFAULT = 1.7780e+03 |
---|
42 | ### N2O_ppb = taux N2O en ppb, l'année 2000 forcage CMIP6 |
---|
43 | N2O_ppb = _AUTO_ : DEFAULT = 3.1576e+02 |
---|
44 | ### CFC11_ppt = taux en ppt, l'année 2000 forcage CFC11eq_CMIP6 |
---|
45 | CFC11_ppt = _AUTO_ : DEFAULT = 6.3990e+01 |
---|
46 | ### CFC12_ppt = taux en ppt, l'année 2000 forcage CFC12eq_CMIP6 |
---|
47 | CFC12_ppt = _AUTO_ : DEFAULT = 1.0511e+03 |
---|
48 | # |
---|
49 | # Parametres effets directs/indirects des "aerosols" |
---|
50 | # |
---|
51 | ### ok_ade=y/n flag Aerosol direct effect |
---|
52 | ok_ade=n |
---|
53 | ### ok_aie=y/n flag Aerosol indirect effect |
---|
54 | ok_aie=n |
---|
55 | ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel |
---|
56 | aer_type=actuel |
---|
57 | ### aerosol coupling = online (y) or offline (n) |
---|
58 | aerosol_couple=n |
---|
59 | ### Ozone chemistry coupling = online (y) or offline (n) |
---|
60 | chemistry_couple=n |
---|
61 | ### flag_aerosol = type of coupled aerosol, if aerosol offline |
---|
62 | ### 0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol |
---|
63 | flag_aerosol=0 |
---|
64 | ### ok_cdnc=y/n Cloud droplet number concentration |
---|
65 | ok_cdnc=n |
---|
66 | # ok_alw=y flag pour activer l effet LW des poussieres |
---|
67 | ok_alw=y |
---|
68 | # |
---|
69 | # Parametre de lecture de l'ozone |
---|
70 | # |
---|
71 | # Allowed values are 0, 1 and 2 |
---|
72 | # 0: do not read an ozone climatology |
---|
73 | # 1: read a single ozone climatology that will be used day and night |
---|
74 | # 2: read two ozone climatologies, the average day and night climatology and the daylight climatology |
---|
75 | read_climoz=-1 |
---|
76 | # |
---|
77 | # Aerosols stratospheriques utilises par defaut |
---|
78 | flag_aerosol_strat=0 |
---|
79 | # Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones |
---|
80 | ok_volcan=n |
---|
81 | # |
---|
82 | # COSP |
---|
83 | ok_cosp=_AUTO_ |
---|