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

Last change on this file since 3518 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
RevLine 
[396]1#
[793]2#**************************************************************************
[2410]3#                    Parameter file list for ORCHIDEE
[793]4#**************************************************************************
[2410]5
6# Input and output
[793]7#**************************************************************************
[2410]8# Restart the time from the GCM.
9# default = n
[793]10SECHIBA_reset_time = y
11
[2410]12# Name of restart to read for initial conditions
[793]13# default = NONE
[2410]14SECHIBA_restart_in = _AUTOBLOCKER_
[793]15
[2410]16# Name of restart to read for initial conditions of STOMATE
[793]17# default = NONE
[2410]18STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
[793]19
[2410]20# Use XIOS for writing diagnostics file
21# defulat = n
[2582]22XIOS_ORCHIDEE_OK = y
[793]23
[2410]24# Writefrequency in seconds in sechiba_history.nc
25# default = 86400.0
[2582]26WRITE_STEP = 0
[793]27
[3430]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
[2410]34# Hydrology parameters
35#**************************************************************************
36# Activate the multi-layer diffusion scheme adapted from CWRR
37# by default the Choisnel hydrology is used.
[793]38# default = n
[2410]39HYDROL_CWRR = y
[793]40
[2410]41# Activate river routing
[793]42# default = n
[2410]43RIVER_ROUTING = y
[793]44
[2994]45# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types (default zobler)
[3288]46SOILTYPE_CLASSIF = zobler
[2994]47SOILALB_FILE     = soils_param.nc
[3288]48SOILCLASS_FILE   = soils_param.nc
[2994]49
[3093]50# DO_RSOIL : Reduce soil evaporation with a soil resistance
[3506]51DO_RSOIL = n
[3093]52
[3506]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
[2410]59#**************************************************************************
60# Activate Stomate component
61STOMATE_OK_STOMATE = _AUTOBLOCKER_
[793]62
[2410]63# Activate calculations of CO2 according to Farqhuar and Ball
[793]64# default = n
[2410]65STOMATE_OK_CO2 = y
[793]66
[2410]67# Use cdrag coefficient from gcm
[793]68CDRAG_FROM_GCM = y
69
70# Interception reservoir coefficient.
[2410]71# default = 0.1
[793]72SECHIBA_QSINT = 0.02
73
[3418]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
[3506]78NAME__10='temperate C3           grass      '
79NAME__14='tropical  C3           grass      '
80NAME__15='boreal    C3           grass      '
[3093]81
[3418]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.
[3093]86
[3506]87# Optimized parameters for albedo
[3418]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
[3506]97VCMAX25__03 = 45.0
[3418]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
[3506]106VCMAX25__12 = 60.0
107VCMAX25__13 = 60.0
[3418]108VCMAX25__14 = 50.0
109VCMAX25__15 = 40.0
110
111# Optimized parameters for LAI
112LAI_MAX__02 = 7.0
[3506]113LAI_MAX__03 = 5.0
[3418]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
[3506]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
[2780]170# Parameters related to vegetation map
[2773]171#**************************************************************************
[793]172# Year of the land_use vegetation map readed
173# year off the pft map
[2410]174# default = 282
[863]175VEGET_YEAR = 1
[793]176
[1013]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
[2410]181# default = y
[1013]182VEGET_REINIT = n
183
[793]184# Update vegetation frequency (since 2.0 version)
[2410]185# The veget datas will be update at this period if LAND_USE
186# default = 1Y
[1692]187VEGET_UPDATE = _AUTO_
[793]188
[2674]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
[2900]196# Parameters related to surface and thermal physical properties
197#************************************************************************
[2758]198# Read bare soil albedo from file with background MODIS data
199ALB_BG_MODIS = y
[2900]200ALB_BG_FILE  = alb_bg.nc
[2772]201
[2944]202# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et al. parametrization)
203ROUGH_DYN=y
[2900]204
205# OK_FREEZE :  Activate the complet soil freezing scheme
[3288]206OK_FREEZE=y
[2900]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
[3288]215READ_REFTEMP=y
[2900]216
217# Parameters related to chemistry bvoc
[2772]218#************************************************************************
[2900]219# CHEMISTRY_OK_BVOC :  Activate chemistry
[2772]220CHEMISTRY_BVOC =  n
221
[2900]222# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach?
[2772]223CO2_FOR_BVOC_WILKINSON=n
224
[2900]225# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach?
[2772]226CO2_FOR_BVOC_POSSELL=n
227
Note: See TracBrowser for help on using the repository browser.