source: CONFIG/UNIFORM/v6/LMDZORINCA_v6/GENERAL/PARAM/orchidee.def_CWRR @ 4048

Last change on this file since 4048 was 3967, checked in by acosce, 6 years ago

update LMDZORINCA_v6 to follow NPv6.1.5

File size: 7.1 KB
RevLine 
[2330]1#
2#**************************************************************************
[2410]3#                    Parameter file list for ORCHIDEE
[3542]4# See all optional parameters in modipsl/modeles/ORCHIDEE/orchidee.default
[2330]5#**************************************************************************
[2410]6
7# Input and output
[2330]8#**************************************************************************
[2410]9# Restart the time from the GCM.
10# default = n
[2330]11SECHIBA_reset_time = y
12
[2410]13# Name of restart to read for initial conditions
[2330]14# default = NONE
[2410]15SECHIBA_restart_in = _AUTOBLOCKER_
[2330]16
[2410]17# Name of restart to read for initial conditions of STOMATE
[2330]18# default = NONE
[2410]19STOMATE_RESTART_FILEIN = _AUTOBLOCKER_
[2330]20
[2410]21# Use XIOS for writing diagnostics file
[3648]22# default = y
[2694]23XIOS_ORCHIDEE_OK = y
[2330]24
[2410]25# Writefrequency in seconds in sechiba_history.nc
[3648]26# default = 0
[2694]27WRITE_STEP = 0
[2330]28
[3542]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
[2410]35# Hydrology parameters
36#**************************************************************************
37# Activate the multi-layer diffusion scheme adapted from CWRR
[3648]38# default = y
[2410]39HYDROL_CWRR = y
[2330]40
[2410]41# Activate river routing
[3648]42# default = y
[2410]43RIVER_ROUTING = y
[2330]44
[3542]45# Activate creation of river_desc.nc file
46# RIVER_DESC will be activated only the first execution in the simulation.
47RIVER_DESC = _AUTO_
48
[3024]49# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types (default zobler)
[3302]50SOILTYPE_CLASSIF = zobler
[3024]51SOILALB_FILE     = soils_param.nc
[3302]52SOILCLASS_FILE   = soils_param.nc
[3024]53
[3648]54# DO_RSOIL : Reduce soil evaporation with a soil resistance (default n)
[3542]55DO_RSOIL = n
[3117]56
[3648]57# 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 )
[3542]58CWRR_AKS_A0 = 0.
59CWRR_AKS_POWER = 0.
60CWRR_NKS_A0 = 0.
61CWRR_NKS_POWER = 0.
62
[2410]63#**************************************************************************
64# Activate Stomate component
65STOMATE_OK_STOMATE = _AUTOBLOCKER_
[2330]66
[2410]67# Activate calculations of CO2 according to Farqhuar and Ball
[3648]68# default = y
[2410]69STOMATE_OK_CO2 = y
[2330]70
[3648]71# CDRAG_from_GCM: Use cdrag coefficient from gcm (default=y if coupled to LMDZ)
72CDRAG_from_GCM = y
[2330]73
74# Interception reservoir coefficient.
[2410]75# default = 0.1
[2330]76SECHIBA_QSINT = 0.02
77
[3542]78# Use 15 PFTs. Note that PFTmap.nc must contains 15PFTs.
79# PFT=10, 14 and 15 share the same parametrization except for VCMAX and LAI_MAX specified below. 
80NVM=15
81PFT_TO_MTC=1,2,3,4,5,6,7,8,9,10,11,12,13,10,10
[3967]82PFT_NAME__10='temperate C3           grass      '
83PFT_NAME__14='tropical  C3           grass      '
84PFT_NAME__15='boreal    C3           grass      '
[3117]85
[3648]86# STRESS_GS, STRESS_GM, STRESS_VCMAX : Stress on GS, GM and VCMAX
87# Default STRESS_GS=1, STRESS_GM=1, STRESS_VCMAX=1 for all PFTs
[3542]88STRESS_GS=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
89STRESS_GM=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
90STRESS_VCMAX=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
91
[3648]92# Optimized parameters for albedo (default values)
[3542]93ALB_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
94ALB_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
95SNOWA_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
96SNOWA_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
97SNOWA_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
98SNOWA_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
[3117]99
[3542]100# Optimized parameters for photosynthetic capacity
[3648]101# Default values except for PFT=15
[3542]102VCMAX25__02 = 45.0
103VCMAX25__03 = 45.0
104VCMAX25__04 = 35.0
105VCMAX25__05 = 40.0
106VCMAX25__06 = 50.0
107VCMAX25__07 = 45.0
108VCMAX25__08 = 35.0
109VCMAX25__09 = 35.0
110VCMAX25__10 = 50.0
111VCMAX25__11 = 50.0
112VCMAX25__12 = 60.0
113VCMAX25__13 = 60.0
114VCMAX25__14 = 50.0
115VCMAX25__15 = 40.0
116
117# Optimized parameters for LAI
[3648]118# Default values except for PFT=15
[3542]119LAI_MAX__02 = 7.0
120LAI_MAX__03 = 5.0
121LAI_MAX__04 = 5.0
122LAI_MAX__05 = 4.0
123LAI_MAX__06 = 5.0
124LAI_MAX__07 = 3.5
125LAI_MAX__08 = 4.0
126LAI_MAX__09 = 3.0
127LAI_MAX__10 = 2.5
128LAI_MAX__11 = 2.0
129LAI_MAX__12 = 5.0
130LAI_MAX__13 = 5.0
131LAI_MAX__14 = 2.5
132LAI_MAX__15 = 2.0
133
134# Activate downregulation for CO2
135DOWNREGULATION_CO2=y
136DOWNREGULATION_CO2_BASELEVEL=380.
137
138# Activate harvest of wood
[3967]139DO_WOOD_HARVEST=_AUTO_ : DEFAULT=y
[3542]140
[3648]141# Growth respiration (default values except for PFT=14 and PFT=15)
[3542]142FRAC_GROWTHRESP__02 = 0.35
143FRAC_GROWTHRESP__03 = 0.35
144FRAC_GROWTHRESP__04 = 0.28
145FRAC_GROWTHRESP__05 = 0.28
146FRAC_GROWTHRESP__06 = 0.28
147FRAC_GROWTHRESP__07 = 0.35
148FRAC_GROWTHRESP__08 = 0.35
149FRAC_GROWTHRESP__09 = 0.35
150FRAC_GROWTHRESP__10 = 0.28
151FRAC_GROWTHRESP__11 = 0.28
152FRAC_GROWTHRESP__12 = 0.28
153FRAC_GROWTHRESP__13 = 0.28
154FRAC_GROWTHRESP__14 = 0.35
155FRAC_GROWTHRESP__15 = 0.35
156
[3648]157# Maintenance respiration slope C (default values except for PFT=14 and PFT=15)
[3542]158MAINT_RESP_SLOPE_C__02 = 0.12
159MAINT_RESP_SLOPE_C__03 = 0.12
160MAINT_RESP_SLOPE_C__04 = 0.16
161MAINT_RESP_SLOPE_C__05 = 0.16
162MAINT_RESP_SLOPE_C__06 = 0.16
163MAINT_RESP_SLOPE_C__07 = 0.25
164MAINT_RESP_SLOPE_C__08 = 0.25
165MAINT_RESP_SLOPE_C__09 = 0.25
166MAINT_RESP_SLOPE_C__10 = 0.16
167MAINT_RESP_SLOPE_C__11 = 0.12
168MAINT_RESP_SLOPE_C__12 = 0.16
169MAINT_RESP_SLOPE_C__13 = 0.12
170MAINT_RESP_SLOPE_C__14 = 0.12
171MAINT_RESP_SLOPE_C__15 = 0.25
172
[3648]173# Soil turnover (default CARBON_TAU=7, CARBON_TAU_IPASSOVE=300)
[3542]174CARBON_TAU_ISLOW = 7
175CARBON_TAU_IPASSIVE = 300
176
[3648]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
[2784]185# Parameters related to vegetation map
[2330]186#**************************************************************************
[3648]187# Update vegetation frequency
188# The maximum vegetation fractions will be update at this period
[2410]189# default = 1Y
[2330]190VEGET_UPDATE = _AUTO_
191
[3967]192# Read lai map (default n)
193LAI_MAP = _AUTO_ : DEFAULT = n
[2694]194
[2954]195# Parameters related to surface and thermal physical properties
196#************************************************************************
[2770]197# Read bare soil albedo from file with background MODIS data
[3648]198# Default ALB_BG_MODIS=y
[2770]199ALB_BG_MODIS = y
[2954]200ALB_BG_FILE  = alb_bg.nc
[2770]201
[3648]202# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et al. parametrization) (default y)
[2954]203ROUGH_DYN=y
204
[3648]205# OK_FREEZE :  Activate the complet soil freezing scheme (default y)
[3302]206OK_FREEZE=y
[2954]207
[3648]208# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics (default 90)
[2954]209DEPTH_MAX_T=90
210
[3648]211# OK_EXPLICITSNOW :  Activate explict snow scheme (default y)
[2954]212OK_EXPLICITSNOW=y
213 
[3648]214# READ_REFTEMP :  Initialize soil temperature using climatological temperature (default y if OK_FREEZE=y)
[3302]215READ_REFTEMP=y
[2954]216
217# Parameters related to chemistry bvoc
[2770]218#************************************************************************
[2954]219# CHEMISTRY_OK_BVOC :  Activate chemistry
[2770]220CHEMISTRY_BVOC =  n
221
[2954]222# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach?
[2770]223CO2_FOR_BVOC_WILKINSON=n
224
[2954]225# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach?
[2770]226CO2_FOR_BVOC_POSSELL=n
227
Note: See TracBrowser for help on using the repository browser.