source: LMDZ6/trunk/DefLists/config.def_LMDZ5_AGCM @ 3625

Last change on this file since 3625 was 3278, checked in by dcugnet, 6 years ago

Fix of the rev. 3231 for ozone horizontal interpolation.
Fields pre-r3231 were one point shifted in longitude in the easter part of the globe due to an index offset.
Difference in small, thanks to the quasi-zonal symetry of the 3D ozone fields.

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:executable set to *
File size: 4.3 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# A transformer en la ligne ci-dessous quand ce sera compatible avec libIGCM
14phys_out_filekeys=       y       y       y       n       n
15phys_out_filenames=      histmth histday histhf  histins histLES
16phys_out_filelevels=     10      4       4       4       4
17phys_out_filetypes=      ave(X)  ave(X)  ave(X) inst(X) inst(X)
18phys_out_filetimesteps=  10day   1day    6hr     6hr     6hr
19
20#
21#Couplage avec autres modules
22#******************************
23#option de couplage pour ocean (D:force)
24type_ocean=force
25version_ocean=nemo
26#avec ou sans orchidee (D:n)
27VEGET=y
28#type_run=AMIP, ENSP, clim (D:AMIP)
29type_run=CLIM
30##  Soil Model  ou non               
31soil_model=y
32
33#Code de transfert radiatif
34#**************************
35# ajout de ce flag pour activer/desactiver le rayonnement (MPL)
36# 0 : pas de rayonnement. 1: on active le rayonnement (D=1)
37iflag_radia=1
38## Nombre appels des routines de rayonnements ( par jour)                 
39nbapp_rad=24
40
41# Parametres "orbitaux/ ere geologique"
42#######################################
43#Parametres orbitaux
44#excentricite
45R_ecc=0.016715
46#equinoxe
47R_peri=102.7
48#inclinaison
49R_incl=23.441
50#constante solaire
51solaire=1366.0896
52##  Facteur additif pour l albedo
53pmagic=0.008
54#
55# Taux gaz a effet de serre
56#######################################
57#concentration des gaz (co2 ch4   n2o  cfc11 cfc12)
58#                  (D: 348. 1650. 306.  280.  484.)
59co2_ppm=0.36886500E+03
60#RCO2=co2_ppm * 1.0e-06  * 44.011/28.97= 5.286789092164308E-04
61CH4_ppb=0.17510225E+04
62#RCH4=1.65E-06* 16.043/28.97= 9.137366240938903E-07
63N2O_ppb=0.31585000E+03
64#RN2O=306.E-09* 44.013/28.97= 4.648939592682085E-07
65CFC11_ppt=5.18015181E+01
66#RCFC11=280.E-12* 137.3686/28.97= 1.327690990680013E-09
67CFC12_ppt=0.99862742E+03
68#RCFC12=484.E-12* 120.9140/28.97= 2.020102726958923E-09
69#
70# Parametres effets directs/indirects des "aerosols"
71#######################################
72### ok cloud droplet number concentration
73# n par defaut (sans aerosols), y avec aerosols
74ok_cdnc=y
75### ok_ade=y/n   flag Aerosol direct effect
76ok_ade=y
77### ok_aie=y/n   flag Aerosol indirect effect
78ok_aie=y
79### aer_type =   Aerosol variation type : actuel / preind / scenario / annuel
80aer_type=actuel
81###  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
82flag_aerosol=6
83# Use stratospheric aerosols (0, 1, 2 - default 0)
84flag_aerosol_strat=0
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=1
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### top_height = flag choix calcul nuages par le simulateur en utilisant
114# -              les donnees IR et/ou VIS et l algorithme ISCCP-D1
115# - top_height = 1 -> algo IR-VIS
116# - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)"
117# - top_height = 3 -> algo IR
118top_height = 1
119### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP
120# - overlap=1    Max overlap
121# - overlap=2    Random overlap
122# - overlap=3    Max/Random overlap
123overlap = 3
124#
125
Note: See TracBrowser for help on using the repository browser.