source: CONFIG/UNIFORM/v6/IPSLCM6.5/GENERAL/PARAM/config.def_annuel @ 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.0 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 est modifie avec les valeurs du fichier SOLARANDVOLCANOES.txt
34# solaire parameter est utilise uniquement avec si iflag_rrtm=0 et ok_suntime_rrtm=n
35solaire = _AUTO_: DEFAULT = 0.0
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
42co2_ppm = _AUTO_
43### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags)
44co2_ppm_per = _AUTO_
45### CH4_ppb =    taux CH4 en ppb
46CH4_ppb = _AUTO_
47### N2O_ppb =    taux N2O en ppb
48N2O_ppb = _AUTO_
49### CFC11_ppt =  taux CFC11 en ppt
50CFC11_ppt = _AUTO_
51### CFC12_ppt =  taux CFC12 en ppt
52CFC12_ppt = _AUTO_
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=annuel
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#
75# Parametre de lecture de l'ozone
76#
77# Allowed values are 0, 1 and 2
78# 0: do not read an ozone climatology
79# 1: read a single ozone climatology that will be used day and night
80# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology
81read_climoz=_AUTO_
82#
83# Aerosols stratospheriques utilises par defaut
84flag_aerosol_strat=_AUTO_ : DEFAULT=2
85# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones
86ok_volcan=n
87#
88# COSP
89ok_cosp=_AUTO_
Note: See TracBrowser for help on using the repository browser.