source: CONFIG/UNIFORM/v6/LMDZOR_v6.3/GENERAL/PARAM/config.def_preind @ 6268

Last change on this file since 6268 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.7 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 (lue dans SOLARANDVOLCANOES.txt)
44solaire = _AUTO_: DEFAULT = 1361.20
45### constante solaire lue dans un fichier par defaut
46ok_suntime_rrtm=y
47#
48# Taux gaz a effet de serre
49#
50### co2_ppm =    taux CO2 en ppm, l'année 1850 forcage CMIP6
51co2_ppm = _AUTO_: DEFAULT  = 2.8432e+02
52### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags)
53co2_ppm_per = _AUTO_: DEFAULT  =11.3728e+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### CH4_ppb =    taux CH4 en ppb, l'année 1850 forcage CMIP6
57CH4_ppb = _AUTO_: DEFAULT = 8.0825e+02
58### N2O_ppb =    taux N2O en ppb, l'année 1850 forcage CMIP6
59N2O_ppb = _AUTO_: DEFAULT = 2.7302e+02
60### CFC11_ppt = taux en ppt, l'année 1850 forcage CFC11eq_CMIP6
61CFC11_ppt = _AUTO_: DEFAULT = 1.1726e+01
62### CFC12_ppt = taux en ppt, l'année 1850 forcage CFC12eq_CMIP6
63CFC12_ppt = _AUTO_: DEFAULT = 1.6513e+01
64#
65# Parametres effets directs/indirects des "aerosols"
66#
67### ok_ade=y/n   flag Aerosol direct effect
68ok_ade=_AUTO_
69### ok_aie=y/n   flag Aerosol indirect effect
70ok_aie=_AUTO_
71### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel
72aer_type=preind
73### aerosol coupling = online (y) or offline (n)
74aerosol_couple=_AUTO_
75### Ozone chemistry coupling = online (y) or offline (n)
76chemistry_couple=_AUTO_
77###  flag_aerosol = type of coupled aerosol, if aerosol offline
78###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol
79flag_aerosol=_AUTO_
80### ok_cdnc=y/n   Cloud droplet number concentration
81ok_cdnc=_AUTO_
82# ok_alw=y flag pour activer l effet LW des poussieres
83ok_alw=y
84#
85# Parametre de lecture de l'ozone
86#
87# Allowed values are 0, 1 and 2
88# 0: do not read an ozone climatology
89# 1: read a single ozone climatology that will be used day and night
90# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology
91read_climoz=_AUTO_
92#
93# Aerosols stratospheriques utilises par defaut
94flag_aerosol_strat=_AUTO_ : DEFAULT=2
95# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones
96ok_volcan=n
97#
98# COSP
99ok_cosp=_AUTO_
Note: See TracBrowser for help on using the repository browser.