source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/config.def_actuel @ 4355

Last change on this file since 4355 was 4281, checked in by jgipsl, 5 years ago

Update config:

  • Before the component ATM was used for DYNAMCIO-LMDZphysics together. Now they have been seperated in 2 components: ICO for the icosahedral part which is here DYNAMCIO. ATM is kept for LMDZ phyiscs. Note that when running without DYNMACIO, the component ICO is not present and the component ATM represents both LMDZ dynamics and physics.
  • lmdz.driver and lmdz.card are copied from LMDZOR_v6.2. Small changes are done to work with or without DYNAMCIO.
  • .def files for LMDZ are copied from LMDZOR_v6.2
File size: 2.7 KB
RevLine 
[4180]1##  Cycle diurne  ou non                 
2iflag_cycle_diurne=1
3##  Soil Model  ou non               
4soil_model=y
5## Pas de temps de couplage (s).
[4281]6t_coupl=_AUTO_
[4180]7
8## Nombre  d'appels des routines de rayonnements ( par jour)                 
9nbapp_rad=16
10
11##  Facteur additif pour l'albedo
[4281]12pmagic =  _AUTO_: DEFAULT = 0.0
[4180]13
14#
15# Parametres "orbitaux/ ere geologique"
16#
17### R_ecc =      Excentricite (lue dans Eccentricity.txt)
[4281]18R_ecc = _AUTO_: DEFAULT = 0.016715
[4180]19### R_peri =     Equinoxe (lue dans Perihelie.txt)
[4281]20R_peri = _AUTO_: DEFAULT = 102.7
[4180]21### R_incl =     Inclinaison (lue dans Obliquity.txt)
[4281]22R_incl = _AUTO_: DEFAULT = 23.441
[4180]23### solaire =    Constante solaire
24#solaire = _AUTO_ : DEFAULT = 1366.0896
[4281]25solaire = _AUTO_ : DEFAULT = 1361.20
[4180]26# solaire est modifie avec les valeurs du fichier SOLARANDVOLCANOES.txt
27### constante solaire lue dans un fichier par defaut
28ok_suntime_rrtm=y
29#
30# Taux gaz a effet de serre
31#
32### co2_ppm =    taux CO2 en ppm, l'année 2000 forcage CMIP6
[4281]33co2_ppm = _AUTO_: DEFAULT = 3.6912e+02
[4180]34### co2_ppm_per =    taux 4xCO2 en ppm (uniqument pour calcul des diags)
[4281]35co2_ppm_per = _AUTO_: DEFAULT = 14.7648e+02
[4180]36### CH4_ppb =    taux CH4 en ppb, l'année 2000 forcage CMIP6
[4281]37CH4_ppb = _AUTO_ : DEFAULT = 1.7780e+03
[4180]38### N2O_ppb =    taux N2O en ppb, l'année 2000 forcage CMIP6
[4281]39N2O_ppb = _AUTO_ : DEFAULT = 3.1576e+02
[4180]40### CFC11_ppt = taux en ppt, l'année 2000 forcage CFC11eq_CMIP6
[4281]41CFC11_ppt = _AUTO_ : DEFAULT = 6.3990e+01
[4180]42### CFC12_ppt =  taux en ppt, l'année 2000 forcage CFC12eq_CMIP6
[4281]43CFC12_ppt = _AUTO_ : DEFAULT = 1.0511e+03
[4180]44#
45# Parametres effets directs/indirects des "aerosols"
46#
47### ok_ade=y/n   flag Aerosol direct effect
[4281]48ok_ade=_AUTO_
[4180]49### ok_aie=y/n   flag Aerosol indirect effect
[4281]50ok_aie=_AUTO_
[4180]51### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel
52aer_type=actuel
53### aerosol coupling = online (y) or offline (n)
[4281]54aerosol_couple=_AUTO_
55### Ozone chemistry coupling = online (y) or offline (n)
56chemistry_couple=_AUTO_
[4180]57###  flag_aerosol = type of coupled aerosol, if aerosol offline
58###  0 => no aerosol, 1 => sulfate only, 2 => bc only, 3 => pom only, 4 => seasalt only, 5 => dust only, 6 => all aerosol
[4281]59flag_aerosol=_AUTO_
[4180]60### ok_cdnc=y/n   Cloud droplet number concentration
[4281]61ok_cdnc=_AUTO_
[4180]62# ok_alw=y flag pour activer l effet LW des poussieres
63ok_alw=y
64#
65# Parametre de lecture de l'ozone
66#
67# Allowed values are 0, 1 and 2
68# 0: do not read an ozone climatology
69# 1: read a single ozone climatology that will be used day and night
70# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology
[4281]71read_climoz=_AUTO_
[4180]72#
73# Aerosols stratospheriques utilises par defaut
[4281]74flag_aerosol_strat=2
75# Diag VolMIP to get volcanic aerosols effects instead of tropospheric ones
76ok_volcan=n
[4180]77#
78# COSP
[4281]79ok_cosp=_AUTO_
Note: See TracBrowser for help on using the repository browser.