source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/orchidee.def_CWRR @ 3506

Last change on this file since 3506 was 3506, checked in by jgipsl, 6 years ago

Update ORCHIDEE component for IPSLCM6.0.14.

  • new PFT map files, still with 15 pft but processed using a new method
  • Optimized parameters for carbon
  • Soil resistance desactivated
  • AVAN and NVAN constant with depth
File size: 6.5 KB
Line 
1#
2#**************************************************************************
3#                    Parameter file list for ORCHIDEE
4#**************************************************************************
5
6# Input and output
7#**************************************************************************
8# Restart the time from the GCM.
9# default = n
10SECHIBA_reset_time = y
11
12# Name of restart to read for initial conditions
13# default = NONE
14SECHIBA_restart_in = _AUTOBLOCKER_
15
16# Name of restart to read for initial conditions of STOMATE
17# default = NONE
18STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
19
20# Use XIOS for writing diagnostics file
21# defulat = n
22XIOS_ORCHIDEE_OK = y
23
24# Writefrequency in seconds in sechiba_history.nc
25# default = 86400.0
26WRITE_STEP = 0
27
28# Print level for text output in out_orchidee_*
29# PRINTLEV = 1 : some output in initialization phase
30# PRINTLEV = 2 : more output in initialization phase and printing of new date
31# PRINTLEV = 3, 4,.. : more output also at each timestep
32PRINTLEV=1
33
34# Hydrology parameters
35#**************************************************************************
36# Activate the multi-layer diffusion scheme adapted from CWRR
37# by default the Choisnel hydrology is used.
38# default = n
39HYDROL_CWRR = y
40
41# Activate river routing
42# default = n
43RIVER_ROUTING = y
44
45# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types (default zobler)
46SOILTYPE_CLASSIF = zobler
47SOILALB_FILE     = soils_param.nc
48SOILCLASS_FILE   = soils_param.nc
49
50# DO_RSOIL : Reduce soil evaporation with a soil resistance
51DO_RSOIL = n
52
53# To make AVAN and NVAN constant with depth
54CWRR_AKS_A0 = 0.
55CWRR_AKS_POWER = 0.
56CWRR_NKS_A0 = 0.
57CWRR_NKS_POWER = 0.
58
59#**************************************************************************
60# Activate Stomate component
61STOMATE_OK_STOMATE = _AUTOBLOCKER_
62
63# Activate calculations of CO2 according to Farqhuar and Ball
64# default = n
65STOMATE_OK_CO2 = y
66
67# Use cdrag coefficient from gcm
68CDRAG_FROM_GCM = y
69
70# Interception reservoir coefficient.
71# default = 0.1
72SECHIBA_QSINT = 0.02
73
74# Use 15 PFTs. Note that PFTmap.nc must contains 15PFTs.
75# PFT=10, 14 and 15 share the same parametrization except for VCMAX and LAI_MAX specified below. 
76NVM=15
77PFT_TO_MTC=1,2,3,4,5,6,7,8,9,10,11,12,13,10,10
78NAME__10='temperate C3           grass      '
79NAME__14='tropical  C3           grass      '
80NAME__15='boreal    C3           grass      '
81
82# STRESS_GS, STRESS_GM, STRESS_VCMAX : Stress on GS, GM and VCMAX (15 values, without space to have short line readable)
83STRESS_GS=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
84STRESS_GM=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
85STRESS_VCMAX=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
86
87# Optimized parameters for albedo
88ALB_LEAF_NIR = 0.,0.23,0.18,0.18,0.20,0.24,0.15,0.26,0.20,0.24,0.27,0.28,0.26,0.24,0.24
89ALB_LEAF_VIS = 0.,0.04,0.04,0.04,0.04,0.03,0.03,0.03,0.03,0.06,0.06,0.06,0.06,0.06,0.06
90SNOWA_AGED_NIR = 0.50,0,0,0.10,0.37,0.08,0.16,0.17,0.27,0.44,0.44,0.44,0.44,0.44,0.44
91SNOWA_DEC_NIR = 0.13,0,0,0.10,0.10,0.16,0.04,0.07,0.08,0.12,0.12,0.12,0.12,0.12,0.12
92SNOWA_AGED_VIS = 0.74,0,0,0.08,0.24,0.07,0.18,0.18,0.33,0.57,0.57,0.57,0.57,0.57,0.57
93SNOWA_DEC_VIS = 0.21,0,0,0.14,0.08,0.17,0.05,0.06,0.09,0.15,0.15,0.15,0.15,0.15,0.15
94
95# Optimized parameters for photosynthetic capacity
96VCMAX25__02 = 45.0
97VCMAX25__03 = 45.0
98VCMAX25__04 = 35.0
99VCMAX25__05 = 40.0
100VCMAX25__06 = 50.0
101VCMAX25__07 = 45.0
102VCMAX25__08 = 35.0
103VCMAX25__09 = 35.0
104VCMAX25__10 = 50.0
105VCMAX25__11 = 50.0
106VCMAX25__12 = 60.0
107VCMAX25__13 = 60.0
108VCMAX25__14 = 50.0
109VCMAX25__15 = 40.0
110
111# Optimized parameters for LAI
112LAI_MAX__02 = 7.0
113LAI_MAX__03 = 5.0
114LAI_MAX__04 = 5.0
115LAI_MAX__05 = 4.0
116LAI_MAX__06 = 5.0
117LAI_MAX__07 = 3.5
118LAI_MAX__08 = 4.0
119LAI_MAX__09 = 3.0
120LAI_MAX__10 = 2.5
121LAI_MAX__11 = 2.0
122LAI_MAX__12 = 5.0
123LAI_MAX__13 = 5.0
124LAI_MAX__14 = 2.5
125LAI_MAX__15 = 2.0
126
127# Activate downregulation for CO2
128DOWNREGULATION_CO2=y
129DOWNREGULATION_CO2_BASELEVEL=380.
130
131# Activate harvest of wood
132DO_WOOD_HARVEST=y
133
134# Growth respiration
135FRAC_GROWTHRESP__02 = 0.35
136FRAC_GROWTHRESP__03 = 0.35
137FRAC_GROWTHRESP__04 = 0.28
138FRAC_GROWTHRESP__05 = 0.28
139FRAC_GROWTHRESP__06 = 0.28
140FRAC_GROWTHRESP__07 = 0.35
141FRAC_GROWTHRESP__08 = 0.35
142FRAC_GROWTHRESP__09 = 0.35
143FRAC_GROWTHRESP__10 = 0.28
144FRAC_GROWTHRESP__11 = 0.28
145FRAC_GROWTHRESP__12 = 0.28
146FRAC_GROWTHRESP__13 = 0.28
147FRAC_GROWTHRESP__14 = 0.35
148FRAC_GROWTHRESP__15 = 0.35
149
150# Maintenance respiration slope C
151MAINT_RESP_SLOPE_C__02 = 0.12
152MAINT_RESP_SLOPE_C__03 = 0.12
153MAINT_RESP_SLOPE_C__04 = 0.16
154MAINT_RESP_SLOPE_C__05 = 0.16
155MAINT_RESP_SLOPE_C__06 = 0.16
156MAINT_RESP_SLOPE_C__07 = 0.25
157MAINT_RESP_SLOPE_C__08 = 0.25
158MAINT_RESP_SLOPE_C__09 = 0.25
159MAINT_RESP_SLOPE_C__10 = 0.16
160MAINT_RESP_SLOPE_C__11 = 0.12
161MAINT_RESP_SLOPE_C__12 = 0.16
162MAINT_RESP_SLOPE_C__13 = 0.12
163MAINT_RESP_SLOPE_C__14 = 0.12
164MAINT_RESP_SLOPE_C__15 = 0.25
165
166# Soil turnover
167CARBON_TAU_ISLOW = 7
168CARBON_TAU_IPASSIVE = 300
169
170# Parameters related to vegetation map
171#**************************************************************************
172# Year of the land_use vegetation map readed
173# year off the pft map
174# default = 282
175VEGET_YEAR = 1
176
177# The parameter is used to bypass veget_year count
178# and reinitialize it with VEGET_YEAR parameter.
179# Then it is possible to change LAND USE file.
180# If LAND_USE
181# default = y
182VEGET_REINIT = n
183
184# Update vegetation frequency (since 2.0 version)
185# The veget datas will be update at this period if LAND_USE
186# default = 1Y
187VEGET_UPDATE = _AUTO_
188
189# Do not use default fire module
190FIRE_DISABLE = y
191
192# Create river description file
193RIVER_DESC = _AUTO_
194RIVER_DESC_FILE =  river_desc.nc
195
196# Parameters related to surface and thermal physical properties
197#************************************************************************
198# Read bare soil albedo from file with background MODIS data
199ALB_BG_MODIS = y
200ALB_BG_FILE  = alb_bg.nc
201
202# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et al. parametrization)
203ROUGH_DYN=y
204
205# OK_FREEZE :  Activate the complet soil freezing scheme
206OK_FREEZE=y
207
208# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics
209DEPTH_MAX_T=90
210
211# OK_EXPLICITSNOW :  Activate explict snow scheme
212OK_EXPLICITSNOW=y
213 
214# READ_REFTEMP :  Initialize soil temperature using climatological temperature
215READ_REFTEMP=y
216
217# Parameters related to chemistry bvoc
218#************************************************************************
219# CHEMISTRY_OK_BVOC :  Activate chemistry
220CHEMISTRY_BVOC =  n
221
222# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach?
223CO2_FOR_BVOC_WILKINSON=n
224
225# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach?
226CO2_FOR_BVOC_POSSELL=n
227
Note: See TracBrowser for help on using the repository browser.