source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/RUN_DIR/ENSEMBLE_TEMPLATE/config.def @ 5500

Last change on this file since 5500 was 5499, checked in by ymipsl, 4 years ago

Add xml, .def in template directory.

YM

File size: 2.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=  0
3## carbon_cycle_cpl: couplage des flux de carbone ATM/OCE, ATM/SRF
4carbon_cycle_cpl= n
5## carbon_cycle_tr: transport atmospherique de CO2 dans LMDZ
6carbon_cycle_tr= n
7## carbon_cycle_rad: utilisation de traceur CO2 dans le code radiatif
8carbon_cycle_rad= n
9
10##  Cycle diurne  ou non                 
11iflag_cycle_diurne=1
12
13## Pas de temps de couplage (s).
14t_coupl= 86400
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=  0.0
24
25#
26# Parametres "orbitaux/ ere geologique"
27#
28### R_ecc =      Excentricite (lue dans Eccentricity.txt)
29R_ecc=  0.016715
30### R_peri =     Equinoxe (lue dans Perihelie.txt)
31R_peri=  102.7
32### R_incl =     Inclinaison (lue dans Obliquity.txt)
33R_incl=  23.441
34### solaire =    Constante solaire (lue dans SOLARANDVOLCANOES.txt)
35solaire=  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=  2.8432e+02
43### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags)
44co2_ppm_per= 11.3728e+02
45### CH4_ppb =    taux CH4 en ppb, l'année 1850 forcage CMIP6
46CH4_ppb=  8.0825e+02
47### N2O_ppb =    taux N2O en ppb, l'année 1850 forcage CMIP6
48N2O_ppb=  2.7302e+02
49### CFC11_ppt = taux en ppt, l'année 1850 forcage CFC11eq_CMIP6
50CFC11_ppt=  1.1726e+01
51### CFC12_ppt = taux en ppt, l'année 1850 forcage CFC12eq_CMIP6
52CFC12_ppt=  1.6513e+01
53#
54# Parametres effets directs/indirects des "aerosols"
55#
56### ok_ade=y/n   flag Aerosol direct effect
57ok_ade= y
58### ok_aie=y/n   flag Aerosol indirect effect
59ok_aie= y
60### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel
61aer_type=preind
62### aerosol coupling = online (y) or offline (n)
63aerosol_couple= n
64### Ozone chemistry coupling = online (y) or offline (n)
65chemistry_couple= n
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= 6
69### ok_cdnc=y/n   Cloud droplet number concentration
70ok_cdnc= y
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= 1
81#
82# Aerosols stratospheriques utilises par defaut
83#
84flag_aerosol_strat= 2
85# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones
86ok_volcan=n
87#
88# COSP
89#
90ok_cosp= y
Note: See TracBrowser for help on using the repository browser.