source: CONFIG/IPSLCM/IPSLCM5-2/piControl/PARAM/config.def @ 1541

Last change on this file since 1541 was 1541, checked in by jgipsl, 13 years ago

Modifications in working configuration : Preparation for new physics in
LMDZ

  • Separated physiq.def_L39 into config.def and physiq.def_L39_AP
  • Added variable LMDZ_physic in lmdz.card. This variable has default value AP for old physics(current physics package). Later with this

variable the new physics package in LMDZ can be switch on.

19 level version on stand-by. Do not use this version for the moment!

  • Deleted physiq.def_L19 in all experience except EXP00. 19 level version has not been updated for these different experiences and all

files were a copy of EXP00/PARAM/physiq.def_L19. physiq.def_L19 is
seperated into physiq.def_L19 and config.def_L19. config.def_L19 is not
yet used.

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