source: CONFIG/IPSLCM/IPSLCM5-2/EXPALL/PARAM/config.def_preind @ 1550

Last change on this file since 1550 was 1550, checked in by jgipsl, 13 years ago
  • Added choice of config.def file : set ConfType?=preind/actuel/annuel in lmdz.card. The file config.def_$ConfType? will be used. The differences are :

preind : aer_type = preind, solar and GHG pre-industrial values, pmagic=0 (as piControl, CpiControl?)
actuel : aer_type = actuel, solar and GHG present values, pmagic=0.008 (as EXP00)
annuel : aer_type = annuel, solar and GHG must be updated with annual values from file, pmagic=0.008 (as historical,Chistorical)

  • For pisces, take same value for CO2 as for LMDZ except for CarbonCycle?=y (same treatment as before).

NB! I suppose that LMDZ ATM_Uptdate always is done before pisces MBG_Update.

  • Added choice of output.def file : set OutLev?=low(as EXP00)/medium(as piControl)/high(as histrical) in lmdz.card. The output are now the same as original IPSLCM5A for each experience.

=> In EXPALL, all 5 experiences correspond to original IPSLCM5A experiences, including possibility of new physics in LMDZ as IPSLCM5B and carbon cycle as IPSLCM5C. More testing is needed.

File size: 1.6 KB
Line 
1##  Cycle diurne  ou non                 
2cycle_diurne=y
3##  Soil Model  ou non               
4soil_model=y
5
6## Nombre  d'appels des routines de rayonnements ( par jour)                 
7nbapp_rad=24
8
9##  Facteur additif pour l'albedo
10pmagic=0.0
11
12#
13# Parametres "orbitaux/ ere geologique"
14#
15### R_ecc =      Excentricite
16R_ecc = 0.016715
17### R_peri =     Equinoxe
18R_peri = 102.7
19### R_incl =     Inclinaison
20R_incl = 23.441
21### solaire =    Constante solaire
22solaire = 1365.6537
23#
24# Taux gaz a effet de serre
25#
26### co2_ppm =    taux CO2 en ppm
27co2_ppm = 0.28472500E+03
28### CH4_ppb =    taux CH4 en ppb
29CH4_ppb = 0.79097924E+03
30### N2O_ppb =    taux N2O en ppb
31N2O_ppb = 0.27542506E+03
32### CFC11_ppt =  taux CFC11 en ppt
33CFC11_ppt = 0.
34### CFC12_ppt =  taux CFC12 en ppt
35CFC12_ppt = 0.
36#
37# Parametres effets directs/indirects des "aerosols"
38#
39### ok_ade=y/n   flag Aerosol direct effect
40ok_ade=y
41### ok_aie=y/n   flag Aerosol indirect effect
42ok_aie=y
43### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel
44aer_type=preind
45###  type of coupled aerosol =1 (default) =2 => bc  only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol
46flag_aerosol=6
47### bl95_b0 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995)
48bl95_b0=1.7
49### bl95_b1 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995)
50bl95_b1=0.2
51#
52# Parametre de lecture de l'ozone
53#
54# Allowed values are 0, 1 and 2
55# 0: do not read an ozone climatology
56# 1: read a single ozone climatology that will be used day and night
57# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology
58read_climoz=2
Note: See TracBrowser for help on using the repository browser.