source: dynamico_lmdz/simple_physics/config/LMDZ/TEST_PARAM/config.def @ 4178

Last change on this file since 4178 was 4178, checked in by dubos, 5 years ago

simple_physics : reorganization

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