source: CONFIG/UNIFORM/v6/IPSLCM6.5/GENERAL/PARAM/config.def_actuel @ 5066

Last change on this file since 5066 was 5066, checked in by cetlod, 4 years ago

First step towards IPSLCM6.5 with the use of NEMOv4 model

File size: 3.2 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##  Soil Model  ou non               
13soil_model=y
14## Pas de temps de couplage (s).
15t_coupl=_AUTO_
16
17## Nombre  d'appels des routines de rayonnements ( par jour)                 
18nbapp_rad=16
19
20##  Facteur additif pour l'albedo
21pmagic =  _AUTO_: DEFAULT = 0.0
22
23#
24# Parametres "orbitaux/ ere geologique"
25#
26### R_ecc =      Excentricite (lue dans Eccentricity.txt)
27R_ecc = _AUTO_: DEFAULT = 0.016715
28### R_peri =     Equinoxe (lue dans Perihelie.txt)
29R_peri = _AUTO_: DEFAULT = 102.7
30### R_incl =     Inclinaison (lue dans Obliquity.txt)
31R_incl = _AUTO_: DEFAULT = 23.441
32### solaire =    Constante solaire
33#solaire = _AUTO_ : DEFAULT = 1366.0896
34solaire = _AUTO_ : DEFAULT = 1361.20
35# solaire est modifie avec les valeurs du fichier SOLARANDVOLCANOES.txt
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 2000 forcage CMIP6
42co2_ppm = _AUTO_: DEFAULT = 3.6912e+02
43### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags)
44co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02
45### CH4_ppb =    taux CH4 en ppb, l'année 2000 forcage CMIP6
46CH4_ppb = _AUTO_ : DEFAULT = 1.7780e+03
47### N2O_ppb =    taux N2O en ppb, l'année 2000 forcage CMIP6
48N2O_ppb = _AUTO_ : DEFAULT = 3.1576e+02
49### CFC11_ppt = taux en ppt, l'année 2000 forcage CFC11eq_CMIP6
50CFC11_ppt = _AUTO_ : DEFAULT = 6.3990e+01
51### CFC12_ppt =  taux en ppt, l'année 2000 forcage CFC12eq_CMIP6
52CFC12_ppt = _AUTO_ : DEFAULT = 1.0511e+03
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=actuel
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
83flag_aerosol_strat=_AUTO_ : DEFAULT=2
84# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones
85ok_volcan=n
86#
87# COSP
88ok_cosp=_AUTO_
Note: See TracBrowser for help on using the repository browser.