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