source: CONFIG/UNIFORM/v6/LMDZORINCAREPR_v6/GENERAL/PARAM/orchidee.def_CWRR @ 3559

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

Add a new configuration - lmdz + orchidee + inca + reprobus

File size: 4.2 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# Hydrology parameters
29#**************************************************************************
30# Activate the multi-layer diffusion scheme adapted from CWRR
31# by default the Choisnel hydrology is used.
32# default = n
33HYDROL_CWRR = y
34
35# Activate river routing
36# default = n
37RIVER_ROUTING = y
38
39# SOILTYPE_CLASSIF :  Type of classification used for the map of soil types (default zobler)
40SOILTYPE_CLASSIF = usda
41SOILALB_FILE     = soils_param.nc
42SOILCLASS_FILE   = soils_param_usdatop.nc
43
44# DO_RSOIL : Reduce soil evaporation with a soil resistance
45DO_RSOIL=n
46
47#**************************************************************************
48# Activate Stomate component
49# default = n
50STOMATE_OK_STOMATE = _AUTOBLOCKER_
51
52# Activate calculations of CO2 according to Farqhuar and Ball
53# default = n
54STOMATE_OK_CO2 = y
55
56# Use cdrag coefficient from gcm
57CDRAG_FROM_GCM = y
58
59# Interception reservoir coefficient.
60# default = 0.1
61SECHIBA_QSINT = 0.02
62
63# STRESS_GS, STRESS_GM, STRESS_VCMAX : Stress on GS, GM and VCMAX
64STRESS_GS=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
65STRESS_GM=1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.,1.
66STRESS_VCMAX=0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,1.,0.,1.
67
68# Optimized parameters for albedo
69ALB_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
70ALB_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
71SNOWA_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
72SNOWA_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
73SNOWA_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
74SNOWA_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
75
76# Parameters related to vegetation map
77#**************************************************************************
78# Year of the land_use vegetation map readed
79# year off the pft map
80# default = 282
81VEGET_YEAR = 1
82
83# The parameter is used to bypass veget_year count
84# and reinitialize it with VEGET_YEAR parameter.
85# Then it is possible to change LAND USE file.
86# If LAND_USE
87# default = y
88VEGET_REINIT = n
89
90# Update vegetation frequency (since 2.0 version)
91# The veget datas will be update at this period if LAND_USE
92# default = 1Y
93VEGET_UPDATE = _AUTO_
94
95# Do not use default fire module
96FIRE_DISABLE = y
97
98# Create river description file
99RIVER_DESC = _AUTO_
100RIVER_DESC_FILE =  river_desc.nc
101
102# Parameters related to surface and thermal physical properties
103#************************************************************************
104# Read bare soil albedo from file with background MODIS data
105ALB_BG_MODIS = y
106ALB_BG_FILE  = alb_bg.nc
107
108# ROUGH_DYN : Account for a dynamic roughness height (activation of Su et al. parametrization)
109ROUGH_DYN=y
110
111# OK_FREEZE :  Activate the complet soil freezing scheme
112OK_FREEZE=n
113
114# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics
115DEPTH_MAX_T=90
116
117# OK_EXPLICITSNOW :  Activate explict snow scheme
118OK_EXPLICITSNOW=y
119 
120# READ_REFTEMP :  Initialize soil temperature using climatological temperature
121READ_REFTEMP=n
122
123# Parameters related to chemistry bvoc
124#************************************************************************
125# CHEMISTRY_OK_BVOC :  Activate chemistry
126CHEMISTRY_BVOC =  n
127
128# CO2 FOR BVOC - WILKINSON :  CO2 inhibition effect for isoprene based on Wilkinson approach?
129CO2_FOR_BVOC_WILKINSON=n
130
131# CO2 FOR BVOC - POSSELL :  CO2 inhibition effect for isoprene based on Possell approach?
132CO2_FOR_BVOC_POSSELL=n
133
Note: See TracBrowser for help on using the repository browser.