source: LMDZ5/trunk/DefLists/config.def_LMDZ5_AGCM @ 1732

Last change on this file since 1732 was 1732, checked in by idelkadi, 11 years ago

Mise a jour et correction des parametres qui controlent les aerosols dans LMDZ

  • Property svn:executable set to *
File size: 4.4 KB
Line 
1##############################################################################
2# PARAMETRES ET CLES DE CONFIGURATION LMDZ
3##############################################################################
4# D: Valeur par default
5#
6# Controle des sorties
7#*********************
8OK_journe=y
9OK_mensuel=y
10ok_hf=y
11OK_instan=n
12ok_LES=n
13#ok_regdyn : y/n calcul/non des regymes dynamiques sur regions pre-definies
14ok_regdyn=y
15# A transformer en la ligne ci-dessous quand ce sera compatible avec libIGCM
16phys_out_filekeys=       y       y       y       n       n
17phys_out_filenames=      histmth histday histhf  histins histLES
18phys_out_filelevels=     10      4       4       4       4
19phys_out_filetypes=      ave(X)  ave(X)  ave(X) inst(X) inst(X)
20phys_out_filetimesteps=  10day   1day    6hr     6hr     6hr
21
22#
23#Couplage avec autres modules
24#******************************
25#option de couplage pour ocean (D:force)
26type_ocean=force
27version_ocean=nemo
28#avec ou sans orchidee (D:n)
29VEGET=y
30#type_run=AMIP, ENSP, clim (D:AMIP)
31type_run=CLIM
32##  Soil Model  ou non               
33soil_model=y
34
35#Code de transfert radiatif
36#**************************
37# ajout de ce flag pour activer/desactiver le rayonnement (MPL)
38# 0 : pas de rayonnement. 1: on active le rayonnement (D=1)
39iflag_radia=1
40## Nombre appels des routines de rayonnements ( par jour)                 
41nbapp_rad=24
42
43# Parametres "orbitaux/ ere geologique"
44#######################################
45#Parametres orbitaux
46#excentricite
47R_ecc=0.016715
48#equinoxe
49R_peri=102.7
50#inclinaison
51R_incl=23.441
52#constante solaire
53solaire=1366.0896
54##  Facteur additif pour l albedo
55pmagic=0.008
56#
57# Taux gaz a effet de serre
58#######################################
59#concentration des gaz (co2 ch4   n2o  cfc11 cfc12)
60#                  (D: 348. 1650. 306.  280.  484.)
61co2_ppm=0.36886500E+03
62#RCO2=co2_ppm * 1.0e-06  * 44.011/28.97= 5.286789092164308E-04
63CH4_ppb=0.17510225E+04
64#RCH4=1.65E-06* 16.043/28.97= 9.137366240938903E-07
65N2O_ppb=0.31585000E+03
66#RN2O=306.E-09* 44.013/28.97= 4.648939592682085E-07
67CFC11_ppt=5.18015181E+01
68#RCFC11=280.E-12* 137.3686/28.97= 1.327690990680013E-09
69CFC12_ppt=0.99862742E+03
70#RCFC12=484.E-12* 120.9140/28.97= 2.020102726958923E-09
71#
72# Parametres effets directs/indirects des "aerosols"
73#######################################
74### ok cloud droplet number concentration
75# n par defaut (sans aerosols), y avec aerosols
76ok_cdnc=y
77### ok_ade=y/n   flag Aerosol direct effect
78ok_ade=y
79### ok_aie=y/n   flag Aerosol indirect effect
80ok_aie=y
81### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel
82aer_type=actuel
83###  If aerosol offline : type of coupled aerosol =0 (pas d aerosol) =1 (sulphate only default) =2 => bc  only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol
84flag_aerosol=6
85### bl95_b0 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995)
86bl95_b0=1.7
87### bl95_b1 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995)
88bl95_b1=0.2
89#
90# Parametre de lecture de l'ozone
91#######################################
92# Allowed values are 0, 1 and 2
93# 0: do not read an ozone climatology
94# 1: read a single ozone climatology that will be used day and night
95# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology
96read_climoz=2
97#
98# Parametres simulateur COSP (CFMIP Observational Simulator Package)
99#######################################
100### ok_cosp=y/n flag simulateur COSP
101ok_cosp=n
102### freq_COSP = frequence d'appel de COSP en secondes
103freq_COSP=10800.
104### ok_mensuelCOSP=y/n sortir fichier mensuel COSP histmthCOSP.nc, =n pas de fichier histmthCOSP.nc
105ok_mensuelCOSP=y
106### ok_journeCOSP=y/n sortir fichier journalier histdayCOSP.nc, =n pas de fichier histdayCOSP.nc
107ok_journeCOSP=y
108### ok_hfCOSP=y/n, ecrire sorties  haute frequence histhfCOSP.nc, =n pas de fichier histhfCOSP.nc
109ok_hfCOSP=n
110#
111# Parametres simulateur ISCCP
112#######################################
113### ok_isccp=y/n flag simulateur ISCCP
114ok_isccp=n
115### top_height = flag choix calcul nuages par le simulateur en utilisant
116# -              les donnees IR et/ou VIS et l algorithme ISCCP-D1
117# - top_height = 1 -> algo IR-VIS
118# - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)"
119# - top_height = 3 -> algo IR
120top_height = 1
121### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP
122# - overlap=1    Max overlap
123# - overlap=2    Random overlap
124# - overlap=3    Max/Random overlap
125overlap = 3
126#
127
Note: See TracBrowser for help on using the repository browser.