source: CONFIG/UNIFORM/v6/IPSLCM6_LANDN/GENERAL/PARAM/orchidee.def_CWRR

Last change on this file was 6157, checked in by jgipsl, 2 years ago

Updated config for piControl_TEST. Note that it is only this experiment which is adapted for IPSLCM6.1.12_LANDN-LR.
Done by N Vuichard

File size: 7.9 KB
Line 
1#
2#**************************************************************************
3#                    Parameter file list for ORCHIDEE
4# See all optional parameters in modipsl/modeles/ORCHIDEE/orchidee.default
5#**************************************************************************
6
7# Input and output
8#**************************************************************************
9# Restart the time from the GCM.
10# default = n
11SECHIBA_reset_time = y
12
13# Name of restart to read for initial conditions
14# default = NONE
15SECHIBA_restart_in = _AUTOBLOCKER_
16
17# Name of restart to read for initial conditions of STOMATE
18# default = NONE
19STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
20
21# Use XIOS for writing diagnostics file
22# default = y
23XIOS_ORCHIDEE_OK = y
24
25# Writefrequency in seconds in sechiba_history.nc
26# default = 0
27WRITE_STEP = 0
28
29# Print level for text output in out_orchidee_*
30# PRINTLEV = 1 : some output in initialization phase
31# PRINTLEV = 2 : more output in initialization phase and printing of new date
32# PRINTLEV = 3, 4,.. : more output also at each timestep
33PRINTLEV=1
34
35# Hydrology parameters
36#**************************************************************************
37# Activate river routing
38# default = y
39RIVER_ROUTING = y
40
41# Activate creation of river_desc.nc file
42# RIVER_DESC will be activated only the first execution in the simulation.
43RIVER_DESC = _AUTO_
44
45# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types (default zobler)
46SOILTYPE_CLASSIF = zobler
47SOILCLASS_FILE   = soils_param.nc
48
49# DO_RSOIL : Reduce soil evaporation with a soil resistance (default n)
50DO_RSOIL = n
51
52# To make AVAN and NVAN constant with depth (default CWRR_AKS_A0=0, CWRR_AKS_POWER=0, CWRR_NKS_A0=0, CWRR_NKS_POWER=0 )
53CWRR_AKS_A0 = 0.
54CWRR_AKS_POWER = 0.
55CWRR_NKS_A0 = 0.
56CWRR_NKS_POWER = 0.
57
58#**************************************************************************
59# Activate Stomate component
60STOMATE_OK_STOMATE = _AUTOBLOCKER_
61
62# Parameters related to nitrogen cycle
63#**************************************************************************
64# Update nitrogen input maps (default 0Y)
65NINPUT_UPDATE = _AUTO_
66
67# Impose the CN ratio of leaves
68STOMATE_IMPOSE_CN = _AUTO_
69
70# Set STOMATE_READ_CN=y to read cnleaf_map.nc file if STOMATE_IMPOSE_CN=y
71STOMATE_READ_CN = n
72CNLEAF_VAR = CN_LEAF
73
74# Activate calculations of CO2 according to Farqhuar and Ball
75# default = y
76STOMATE_OK_CO2 = y
77
78# CDRAG_from_GCM: Use cdrag coefficient from gcm (default=y if coupled to LMDZ)
79CDRAG_from_GCM = y
80
81# Interception reservoir coefficient.
82# default = 0.1
83SECHIBA_QSINT = 0.02
84
85# Use 15 PFTs. Note that PFTmap.nc must contains 15PFTs.
86# PFT=10, 14 and 15 share the same parametrization except for VCMAX and LAI_MAX specified below. 
87NVM=15
88PFT_TO_MTC=1,2,3,4,5,6,7,8,9,10,11,12,13,10,10
89PFT_NAME__10='temperate C3           grass      '
90PFT_NAME__14='tropical  C3           grass      '
91PFT_NAME__15='boreal    C3           grass      '
92
93# STRESS_GS, STRESS_GM, STRESS_VCMAX : Stress on GS, GM and VCMAX
94# Default STRESS_GS=1, STRESS_GM=1, STRESS_VCMAX=1 for all PFTs
95STRESS_GS=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
96STRESS_GM=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
97STRESS_VCMAX=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
98
99# Optimized parameters for albedo (default values)
100ALB_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
101ALB_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
102SNOWA_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
103SNOWA_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
104SNOWA_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
105SNOWA_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
106
107# Optimized parameters for photosynthetic capacity
108# Default values except for PFT=15
109VCMAX25__02 = 45.0
110VCMAX25__03 = 45.0
111VCMAX25__04 = 35.0
112VCMAX25__05 = 40.0
113VCMAX25__06 = 50.0
114VCMAX25__07 = 45.0
115VCMAX25__08 = 35.0
116VCMAX25__09 = 35.0
117VCMAX25__10 = 50.0
118VCMAX25__11 = 50.0
119VCMAX25__12 = 60.0
120VCMAX25__13 = 60.0
121VCMAX25__14 = 50.0
122VCMAX25__15 = 40.0
123
124# Optimized parameters for LAI
125# Default values except for PFT=15
126LAI_MAX__02 = 7.0
127LAI_MAX__03 = 5.0
128LAI_MAX__04 = 5.0
129LAI_MAX__05 = 4.0
130LAI_MAX__06 = 5.0
131LAI_MAX__07 = 3.5
132LAI_MAX__08 = 4.0
133LAI_MAX__09 = 3.0
134LAI_MAX__10 = 2.5
135LAI_MAX__11 = 2.0
136LAI_MAX__12 = 5.0
137LAI_MAX__13 = 5.0
138LAI_MAX__14 = 2.5
139LAI_MAX__15 = 2.0
140
141
142# Activate harvest of wood
143DO_WOOD_HARVEST=_AUTO_ : DEFAULT=y
144
145# Growth respiration (default values except for PFT=14 and PFT=15)
146FRAC_GROWTHRESP__02 = 0.35
147FRAC_GROWTHRESP__03 = 0.35
148FRAC_GROWTHRESP__04 = 0.28
149FRAC_GROWTHRESP__05 = 0.28
150FRAC_GROWTHRESP__06 = 0.28
151FRAC_GROWTHRESP__07 = 0.35
152FRAC_GROWTHRESP__08 = 0.35
153FRAC_GROWTHRESP__09 = 0.35
154FRAC_GROWTHRESP__10 = 0.28
155FRAC_GROWTHRESP__11 = 0.28
156FRAC_GROWTHRESP__12 = 0.28
157FRAC_GROWTHRESP__13 = 0.28
158FRAC_GROWTHRESP__14 = 0.35
159FRAC_GROWTHRESP__15 = 0.35
160
161# Maintenance respiration slope C (default values except for PFT=14 and PFT=15)
162MAINT_RESP_SLOPE_C__02 = 0.12
163MAINT_RESP_SLOPE_C__03 = 0.12
164MAINT_RESP_SLOPE_C__04 = 0.16
165MAINT_RESP_SLOPE_C__05 = 0.16
166MAINT_RESP_SLOPE_C__06 = 0.16
167MAINT_RESP_SLOPE_C__07 = 0.25
168MAINT_RESP_SLOPE_C__08 = 0.25
169MAINT_RESP_SLOPE_C__09 = 0.25
170MAINT_RESP_SLOPE_C__10 = 0.16
171MAINT_RESP_SLOPE_C__11 = 0.12
172MAINT_RESP_SLOPE_C__12 = 0.16
173MAINT_RESP_SLOPE_C__13 = 0.12
174MAINT_RESP_SLOPE_C__14 = 0.12
175MAINT_RESP_SLOPE_C__15 = 0.25
176
177# Take carbon from atmosphere if carbohydrate reserve too small, PFT dependent
178# Set to y for all pft except C4 grass (pft=11) and tropical C3 grass (pft=14)
179ALWAYS_INIT =  y, y, y, y, y, y, y, y, y, y, n, y, y, n, y
180
181# Do not use default fire module
182# Default FIRE_DISABLE=y
183FIRE_DISABLE = y
184
185# Parameters related to vegetation map
186#**************************************************************************
187# Update vegetation frequency
188# The maximum vegetation fractions will be update at this period
189# default = 1Y
190VEGET_UPDATE = _AUTO_
191
192# Read lai map (default n)
193LAI_MAP = _AUTO_ : DEFAULT = n
194
195# Parameters related to surface and thermal physical properties
196#************************************************************************
197# Read bare soil albedo from file with background MODIS data
198# Default ALB_BG_MODIS=y
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) (default y)
203ROUGH_DYN=y
204
205# OK_FREEZE :  Activate the complet soil freezing scheme (default y)
206OK_FREEZE=y
207
208# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics (default 90)
209DEPTH_MAX_T=90
210
211# OK_EXPLICITSNOW :  Activate explict snow scheme (default y)
212OK_EXPLICITSNOW=y
213 
214# READ_REFTEMP :  Initialize soil temperature using climatological temperature (default y if OK_FREEZE=y)
215READ_REFTEMP=y
216
217# Parameters related to chemistry bvoc
218#************************************************************************
219# CHEMISTRY_OK_BVOC :  Activate chemistry
220CHEMISTRY_BVOC = _AUTO_: DEFAULT=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
228# File and variable name for nitrogen input files
229#**************************************************************************
230Nammonium_FILE = NONE
231Nammonium_VAR = nhx
232
233Nnitrate_FILE = NONE
234Nnitrate_VAR = noy
235
236WETNHX_FILE= ndep.nc
237WETNHX_VAR=wetnhx
238
239DRYNHX_FILE= ndep.nc
240DRYNHX_VAR=drynhx
241
242WETNOY_FILE= ndep.nc
243WETNOY_VAR=wetnoy
244
245DRYNOY_FILE= ndep.nc
246DRYNOY_VAR=drynoy
247
248Nfert_FILE = NONE
249Nfert_VAR = nfer
250
251Nmanure_FILE = NONE
252Nmanure_VAR = Nmanure
253
254Nfert_cropland_FILE = NONE
255Nfert_cropland_VAR = nfer
256
257Nfert_cropC3_FILE = nfert.nc
258Nfert_cropC3_VAR = fertc3
259
260Nfert_cropC4_FILE = nfert.nc
261Nfert_cropC4_VAR = fertc4
262
263Nmanure_cropland_FILE = NONE
264Nmanure_cropland_VAR = Nmanure
265
266Nfert_pasture_FILE = NONE
267Nfert_pasture_VAR = Nfer
268
269Nmanure_pasture_FILE = NONE
270Nmanure_pasture_VAR = Nmanure
271
272Nbnf_FILE= bnf.nc
273Nbnf_VAR= BNF_MGN_PERM2_PERYR
Note: See TracBrowser for help on using the repository browser.