source: LMDZ5/tags/testing_LMDZ5.0/DefLists/config.def_LMDZ5_AGCM @ 2996

Last change on this file since 2996 was 1481, checked in by Laurent Fairhead, 13 years ago

Du ménage sur les fichiers *def. La physique utilisée par défaut est NPv2.0


Some cleanup on the LMDZ input files. By default, the physics package used is NPv2.0

  • Property svn:executable set to *
File size: 4.2 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_ade=y/n   flag Aerosol direct effect
75ok_ade=y
76### ok_aie=y/n   flag Aerosol indirect effect
77ok_aie=y
78### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel
79aer_type=actuel
80###  type of coupled aerosol =1 (default) =2 => bc  only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol
81flag_aerosol=6
82### bl95_b0 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995)
83bl95_b0=1.7
84### bl95_b1 =    Parameter in CDNC-maer link (Boucher&Lohmann 1995)
85bl95_b1=0.2
86#
87# Parametre de lecture de l'ozone
88#######################################
89# Allowed values are 0, 1 and 2
90# 0: do not read an ozone climatology
91# 1: read a single ozone climatology that will be used day and night
92# 2: read two ozone climatologies, the average day and night climatology and the daylight climatology
93read_climoz=2
94#
95# Parametres simulateur COSP (CFMIP Observational Simulator Package)
96#######################################
97### ok_cosp=y/n flag simulateur COSP
98ok_cosp=n
99### freq_COSP = frequence d'appel de COSP en secondes
100freq_COSP=10800.
101### ok_mensuelCOSP=y/n sortir fichier mensuel COSP histmthCOSP.nc, =n pas de fichier histmthCOSP.nc
102ok_mensuelCOSP=y
103### ok_journeCOSP=y/n sortir fichier journalier histdayCOSP.nc, =n pas de fichier histdayCOSP.nc
104ok_journeCOSP=y
105### ok_hfCOSP=y/n, ecrire sorties  haute frequence histhfCOSP.nc, =n pas de fichier histhfCOSP.nc
106ok_hfCOSP=n
107#
108# Parametres simulateur ISCCP
109#######################################
110### ok_isccp=y/n flag simulateur ISCCP
111ok_isccp=n
112### top_height = flag choix calcul nuages par le simulateur en utilisant
113# -              les donnees IR et/ou VIS et l algorithme ISCCP-D1
114# - top_height = 1 -> algo IR-VIS
115# - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)"
116# - top_height = 3 -> algo IR
117top_height = 1
118### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP
119# - overlap=1    Max overlap
120# - overlap=2    Random overlap
121# - overlap=3    Max/Random overlap
122overlap = 3
123#
124
Note: See TracBrowser for help on using the repository browser.