source: CONFIG/UNIFORM/v6/LMDZOR_v6.2/GENERAL/PARAM/config.def_actuel

Last change on this file was 6268, checked in by jgipsl, 18 months ago

Update needed for experiment IPSLESM/CO2:
Change following variables into AUTO in config.def_ : co2_ppm0, read_fco2_ocean_cor, var_fco2_ocean_cor, read_fco2_land_cor, var_fco2_land_cor
For IPSLESM/CO2, the value is set in lmdz.card. For all other experiments, the default value set in config.def_ is used.

Some cosmetic cleaning is also done between configurations/files.

Done by
Patrica, Josefine

File size: 3.8 KB
Line 
1## level_coupling_esm : 0(pas d'echange de carbone), 2 (change entre LMDZ/CPL/NEMO et LMDZ/ORCHIDEE)
2level_coupling_esm=  _AUTO_: DEFAULT = 0
3## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF
4carbon_cycle_cpl=_AUTO_ : DEFAULT=n
5## carbon_cycle_tr: transport atmospherique de CO2 dans LMDZ
6carbon_cycle_tr=_AUTO_ : DEFAULT=n
7## carbon_cycle_rad: utilisation de traceur CO2 dans le code radiatif
8carbon_cycle_rad=_AUTO_ : DEFAULT=n
9
10## read_fco2_ocean_cor : y/n flag d'activation de la correction du flux net de carbone (ocean)
11read_fco2_ocean_cor=_AUTO_ : DEFAULT=n
12## var_fco2_ocean_cor : valeur de la correction du flux net de carbone (ocean)
13var_fco2_ocean_cor=_AUTO_: DEFAULT = 0.2576
14## read_fco2_land_cor : y/n flag d'activation de la correction du flux net de carbone (land)
15read_fco2_land_cor=_AUTO_ : DEFAULT=n
16## var_fco2_land_cor : valeur de la correction du flux net de carbone (land)
17var_fco2_land_cor=_AUTO_: DEFAULT =-0.2036
18
19##  Cycle diurne  ou non                 
20iflag_cycle_diurne=1
21
22## Soil Model ou non
23soil_model=y
24
25## Pas de temps de couplage (s)
26t_coupl=_AUTO_
27
28## Nombre  d'appels des routines de rayonnements ( par jour)                 
29nbapp_rad=16
30
31##  Facteur additif pour l'albedo
32pmagic =  _AUTO_: DEFAULT = 0.0
33
34#
35# Parametres "orbitaux/ ere geologique"
36#
37### R_ecc =      Excentricite (lue dans Eccentricity.txt)
38R_ecc = _AUTO_: DEFAULT = 0.016715
39### R_peri =     Equinoxe (lue dans Perihelie.txt)
40R_peri = _AUTO_: DEFAULT = 102.7
41### R_incl =     Inclinaison (lue dans Obliquity.txt)
42R_incl = _AUTO_: DEFAULT = 23.441
43### solaire =    Constante solaire
44#solaire = _AUTO_ : DEFAULT = 1366.0896
45solaire = _AUTO_ : DEFAULT = 1361.20
46# solaire est modifie avec les valeurs du fichier SOLARANDVOLCANOES.txt
47### constante solaire lue dans un fichier par defaut
48ok_suntime_rrtm=y
49#
50# Taux gaz a effet de serre
51#
52### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6
53co2_ppm = _AUTO_: DEFAULT = 3.6912e+02
54# co2_ppm0 = taux initial du CO2 en ppm, l'année 1850 forcage CMIP6 (transport)
55co2_ppm0 = _AUTO_: DEFAULT  = 2.8432e+02
56### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags)
57co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02
58### CH4_ppb =    taux CH4 en ppb, l'année 2000 forcage CMIP6
59CH4_ppb = _AUTO_ : DEFAULT = 1.7780e+03
60### N2O_ppb =    taux N2O en ppb, l'année 2000 forcage CMIP6
61N2O_ppb = _AUTO_ : DEFAULT = 3.1576e+02
62### CFC11_ppt = taux en ppt, l'année 2000 forcage CFC11eq_CMIP6
63CFC11_ppt = _AUTO_ : DEFAULT = 6.3990e+01
64### CFC12_ppt =  taux en ppt, l'année 2000 forcage CFC12eq_CMIP6
65CFC12_ppt = _AUTO_ : DEFAULT = 1.0511e+03
66#
67# Parametres effets directs/indirects des "aerosols"
68#
69### ok_ade=y/n   flag Aerosol direct effect
70ok_ade=_AUTO_
71### ok_aie=y/n   flag Aerosol indirect effect
72ok_aie=_AUTO_
73### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel
74aer_type=actuel
75### aerosol coupling = online (y) or offline (n)
76aerosol_couple=_AUTO_
77### Ozone chemistry coupling = online (y) or offline (n)
78chemistry_couple=_AUTO_
79###  flag_aerosol = type of coupled aerosol, if aerosol offline
80###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol
81flag_aerosol=_AUTO_
82### ok_cdnc=y/n   Cloud droplet number concentration
83ok_cdnc=_AUTO_
84# ok_alw=y flag pour activer l effet LW des poussieres
85ok_alw=y
86#
87# Parametre de lecture de l'ozone
88#
89# Allowed values are 0, 1 and 2
90# 0: do not read an ozone climatology
91# 1: read a single ozone climatology that will be used day and night
92# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology
93read_climoz=_AUTO_
94#
95# Aerosols stratospheriques utilises par defaut
96flag_aerosol_strat=_AUTO_ : DEFAULT=2
97# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones
98ok_volcan=n
99#
100# COSP
101ok_cosp=_AUTO_
Note: See TracBrowser for help on using the repository browser.