source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/config.def_actuel @ 3897

Last change on this file since 3897 was 3897, checked in by acosce, 6 years ago

Add possibility to use Ozone chemistry calcul by inca in LMDZ for configuration LMDZORINCA
+ add flag chemistry_couple in config.def for configuration IPSLCM5A2CHT

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