source: CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/PARAM/config.def_preind @ 4916

Last change on this file since 4916 was 4916, checked in by jgipsl, 4 years ago

Set flag_aerosol_strat to AUTO, otherwise the option already coded in lmdz.driver to modify flag_aersol_strat from lmdz.card could never work.

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