source: tags/ORCHIDEE_4_1/ORCHIDEE/orchidee.default @ 7852

Last change on this file since 7852 was 7605, checked in by josefine.ghattas, 2 years ago

Correction on unit and remove redundant getin for SECHIBA_QSINT. See ticket #835

File size: 136.2 KB
Line 
1#
2#
3#  WARNING !!!
4#  DO NOT MODIFY THIS FILE.
5#  THIS FILE IS ONLY PROVIDING INFORMATION ABOUT DEFAULT PARAMETER SETTINGS IN ORCHIDEE.
6#
7#*******************************************************************************************
8#                    Namelist for ORCHIDEE
9#*******************************************************************************************
10#
11#  For more details, see : http://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/OrchideeParameters
12#
13#  Note : [m] : meters; [K] : Kelvin degrees; [C] : Celsius degrees
14#
15
16#*******************************************************************************************
17#          ORCHIDEE driver parameters (read in Off-line mode only)
18#*******************************************************************************************
19
20# LWDOWN_CONS ([FLAG]) :  Conserve longwave downwelling radiation in the forcing        {}
21LWDOWN_CONS =  n
22
23# SWDOWN_CONS ([FLAG]) :  Conserve shortwave downwelling radiation in the forcing       {}
24SWDOWN_CONS =  LWDOWN_CONS
25
26# FORCING_FILE ([FILE] ) :  Name of file containing the forcing data    {[-]}
27FORCING_FILE =  forcing_file.nc
28
29# DT_SECHIBA ([seconds]) :  Time-step of the SECHIBA component  {NOT(WEATHERGEN)}
30DT_SECHIBA =  1800.
31
32# RESTART_FILEIN ([FILE]) :  Name of restart to READ for initial conditions     {[-]}
33RESTART_FILEIN =  NONE
34
35# RESTART_FILEOUT ([FILE]) :  Name of restart files to be created by the driver         {[-]}
36RESTART_FILEOUT =  driver_rest_out.nc
37
38# DRIVER_reset_time ([FLAG]) :  Overwrite time values from the driver restart file      {[-]}
39DRIVER_reset_time =  n
40
41# TIME_SKIP ([seconds, days, months, years]) :  Time in the forcing file at which the model is started.         {[-]}
42TIME_SKIP =  0
43
44# TIME_LENGTH ([seconds, days, months, years]) :  Length of the integration in time.    {[-]}
45TIME_LENGTH =  Full length of the forcing file 
46
47# RELAXATION ([FLAG]) :  method of forcing      {[-]}
48RELAXATION =  n
49
50# RELAX_A ([days?]) :  Time constant of the relaxation layer    {RELAXATION}
51RELAX_A =  1.0
52
53# SPREAD_PREC ([-]) :  On how long we spread the precipitation, value in nb of dt_sechiba       {orchidee_ol}
54SPREAD_PREC =  Half of the forcing time step or uniform, depending on dt_force and dt_sechiba
55
56# ATM_CO2 ([ppm]) :  Value to precribe atmosoheric CO2  {[FORCE_CO2_VEG=y or Offline mode]}
57ATM_CO2 =  350.
58
59# CO2_varying ([y/n]) :  A flag to specify if CO2 level will vary within the simulation         {[FORCE_CO2_VEG=y or Offline mode]}
60CO2_varying =  .FALSE.
61
62# CO2_inc ([-]) :  Relative yearly increase of the CO2 level    {[FORCE_CO2_VEG=y or Offline mode]}
63CO2_inc =  1.
64
65# START_DATE ([yyyy-mm-dd hh:0:0]) :  Date at which the simulation starts       {orchideedriver}
66START_DATE =  NONE
67
68# CYCLIC_STARTDATE ([yyyy-mm-dd hh:0:0]) :  Date at which the cyclic year is started    {orchideedriver}
69CYCLIC_STARTDATE =  NONE
70
71# CYCLIC_ENDDATE ([yyyy-mm-dd hh:0:0]) :  Date at which the cyclic year is ended        {orchideedriver}
72CYCLIC_ENDDATE =  NONE
73
74# END_DATE ([yyyy-mm-dd hh:0:0]) :  Date at which the simulation ends   {orchideedriver}
75END_DATE =  NONE
76
77# DT_SECHIBA ([seconds]) :  Time step length in seconds for sechiba component   {orchideedriver}
78DT_SECHIBA =  1800
79
80# LWDOWN_CONS ([y/n]) :  Conserve the longwave downward radiation of the forcing        {orchideedriver}
81LWDOWN_CONS =  n
82
83# FORCING_MEMORY ([-]) :  Number of time steps of the forcing we will store in memory.  {orchideedriver}
84FORCING_MEMORY =  80
85
86# SPREAD_PREC ([-]) :  On how long we spread the precipitation, value in number of DT_SECHIBA   {orchideedriver}
87SPREAD_PREC =  Half of the forcing time step or uniform, depending on dt_force and dt_sechiba
88
89# SPREAD_PREC_SEC ([seconds]) :  On how long we spread the precipitation, value in seconds      {orchideedriver, only read if SPREAD_PREC is not set}
90SPREAD_PREC_SEC =  Half of the forcing time step
91
92# SPREAD_PREC_CONT ([TRUE/FALSE]) :  Makes the spreading uniform if it still rains at following forcing time step       {orchideedriver}
93SPREAD_PREC_CONT =  FALSE
94
95# ALLOW_WEATHERGEN ([FLAG]) :  Allow weather generator to create data   {[-]}
96ALLOW_WEATHERGEN =  n
97
98# DT_WEATHGEN ([seconds]) :  Calling frequency of weather generator     {ALLOW_WEATHERGEN}
99DT_WEATHGEN =  1800.
100
101# LIMIT_WEST ([Degrees] ) :  Western limit of region    {[-]}
102LIMIT_WEST =  -180.
103
104# LIMIT_EAST ([Degrees] ) :  Eastern limit of region    {[-]}
105LIMIT_EAST =  180.
106
107# LIMIT_NORTH ([Degrees]) :  Northern limit of region   {[-]}
108LIMIT_NORTH =  90.
109
110# LIMIT_SOUTH ([Degrees]) :  Southern limit of region   {[-]}
111LIMIT_SOUTH =  -90.
112
113# MERID_RES ([Degrees]) :  North-South Resolution       {ALLOW_WEATHERGEN}
114MERID_RES =  2.
115
116# ZONAL_RES ([Degrees] ) :  East-West Resolution        {ALLOW_WEATHERGEN}
117ZONAL_RES =  2.
118
119# HEIGHT_LEV1 ([m]) :  Height at which T and Q are given        {offline mode}
120HEIGHT_LEV1 =  2.0
121
122# HEIGHT_LEVW ([m]) :  Height at which the wind is given        {offline mode}
123HEIGHT_LEVW =  10.0
124
125# NBUFF (-) :  Number of time steps of data to buffer between each reading of the forcing file  {OFF_LINE}
126NBUFF =  1
127
128# IPPREC ([-] ) :  Use prescribed values        {ALLOW_WEATHERGEN}
129IPPREC =  0
130
131# WEATHGEN_PRECIP_EXACT ([FLAG]) :  Exact monthly precipitation         {ALLOW_WEATHERGEN}
132WEATHGEN_PRECIP_EXACT =  n
133
134# DUMP_WEATHER ([FLAG]) :  Write weather from generator into a forcing file     {ALLOW_WEATHERGEN  }
135DUMP_WEATHER =  n
136
137# DUMP_WEATHER_FILE ([FILE]) :  Name of the file that contains the weather from generator       {DUMP_WEATHER}
138DUMP_WEATHER_FILE =  weather_dump.nc
139
140# DUMP_WEATHER_GATHERED ([FLAG]) :  Dump weather data on gathered grid  {DUMP_WEATHER}
141DUMP_WEATHER_GATHERED =  y
142
143# HEIGHT_LEV1_DUMP ([m]) :      {DUMP_WEATHER}
144HEIGHT_LEV1_DUMP =  10.
145
146#*******************************************************************************************
147#          ORCHIDEE parameters 
148#*******************************************************************************************
149
150# NC_RESTART_COMPRESSION  ([FLAG]) :  Restart netcdf outputs file are written in compression mode       {}
151NC_RESTART_COMPRESSION  =  n
152
153# SOILTYPE_CLASSIF ([-]) :  Type of classification used for the map of soil types       {!IMPOSE_VEG}
154SOILTYPE_CLASSIF =  zobler
155
156# ENERGY_CONTROL ([FLAG]) :     {OK_SECHIBA}
157ENERGY_CONTROL =  1
158
159# OK_HYDROL_ARCH ([FLAG]) :  Activates the hydraulic architecture       {OK_SECHIBA}
160OK_HYDROL_ARCH =  y
161
162# OK_GS_FEEDBACK ([FLAG]) :  Debug option for OK_HYDROL_ARCH    {OK_SECHIBA, OK_HYDROL_ARCH}
163OK_GS_FEEDBACK =  y
164
165# OK_MLEB ([FLAG]) :  Activate multi-layer energy budget        {OK_SECHIBA}
166OK_MLEB =  y
167
168# OK_IMPOSE_CAN_STRUCTURE ([FLAG]) :  Debug option for OK_MLEB          {OK_SECHIBA, OK_MLEB}
169OK_IMPOSE_CAN_STRUCTURE =  n
170
171# MLEB_NETCDF_FLAG ([FLAG]) :  Debug option for OK_MLEB         {OK_SECHIBA, OK_MLEB}
172MLEB_NETCDF_FLAG =  n
173
174# OK_BARE_SOIL_NEW ([FLAG]) :  Flag that controls the view on and calculation of bare soil      {OK_SECHIBA or OK_STOMATE }
175OK_BARE_SOIL_NEW =  FALSE
176
177# RIVER_ROUTING ([FLAG]) :  Decides if we route the water or not        {OK_SECHIBA}
178RIVER_ROUTING =  y
179
180# DO_IRRIGATION ([FLAG]) :  Should we compute an irrigation flux        {RIVER_ROUTING }
181DO_IRRIGATION =  n
182
183# DO_FLOODPLAINS ([FLAG]  ) :  Should we include floodplains    {RIVER_ROUTING }
184DO_FLOODPLAINS =  n
185
186# OK_SOIL_CARBON_DISCRETIZATION ([FLAG]) :  Activate soil carbon vertical discretization        {OK_STOMATE}
187OK_SOIL_CARBON_DISCRETIZATION =  FALSE
188
189# OK_VESSEL_MORTALITY ([FLAG]) :  Activate death and recovery of vegetation following hydraulic failure.        {OK_STOMATE}
190OK_VESSEL_MORTALITY =  FALSE
191
192# STOMATE_OK_STOMATE ([FLAG]) :  Activate STOMATE?      {OK_SECHIBA}
193STOMATE_OK_STOMATE =  y
194
195# DO_WOOD_HARVEST ([FLAG]) :  Activate Wood Harvest ?   {OK_STOMATE}
196DO_WOOD_HARVEST =  n
197
198# STOMATE_OK_NCYCLE  ([FLAG] ) :  Activate dynamic N cycle      {OK_STOMATE }
199STOMATE_OK_NCYCLE  =  y 
200
201# STOMATE_IMPOSE_CN ([FLAG] ) :  Impose the CN ratio of leaves          {OK_STOMATE }
202STOMATE_IMPOSE_CN =  n 
203
204# RESET_IMPOSE_CN ([FLAG]  ) :  Reset the CN ratio of leaves    {OK_STOMATE }
205RESET_IMPOSE_CN =  n 
206
207# STOMATE_READ_CN ([FLAG] ) :  Read the CN ratio of leaves      {OK_STOMATE }
208STOMATE_READ_CN =  n 
209
210# STOMATE_OK_DGVM ([FLAG]) :  Activate DGVM?    {OK_STOMATE}
211STOMATE_OK_DGVM =  n
212
213# CHEMISTRY_BVOC ([FLAG]) :  Activate calculations for BVOC     {OK_SECHIBA}
214CHEMISTRY_BVOC =  n
215
216# CHEMISTRY_LEAFAGE ([FLAG]) :  Activate LEAFAGE?       {CHEMISTRY_BVOC}
217CHEMISTRY_LEAFAGE =  n
218
219# CANOPY_EXTINCTION  ([FLAG]) :  Use canopy radiative transfer model?   {CHEMISTRY_BVOC }
220CANOPY_EXTINCTION  =  n
221
222# CANOPY_MULTILAYER ([FLAG]) :  Use canopy radiative transfer model with multi-layers   {CANOPY_EXTINCTION }
223CANOPY_MULTILAYER =  n
224
225# NOx_RAIN_PULSE ([FLAG]) :  Calculate NOx emissions with pulse?        {CHEMISTRY_BVOC }
226NOx_RAIN_PULSE =  n
227
228# NOx_BBG_FERTIL ([FLAG]) :  Calculate NOx emissions with bbg fertilizing effect?       {CHEMISTRY_BVOC }
229NOx_BBG_FERTIL =  n
230
231# NOx_FERTILIZERS_USE ([FLAG] ) :  Calculate NOx emissions with fertilizers use?        {CHEMISTRY_BVOC }
232NOx_FERTILIZERS_USE =  n
233
234# OK_READ_FM_MAP ([FLAG]) :  Read the forest management strategy from a map     {OK_STOMATE}
235OK_READ_FM_MAP =  FALSE
236
237# OK_READ_SP_CLEARCUT_MAP ([FLAG]) :  Read a map prescribing whether a pxiel and PFT gets       {OK_STOMATE}
238OK_READ_SP_CLEARCUT_MAP =  FALSE
239
240# OK_SPECIES_CHANGE ([FLAG]) :  Change species after a stand replacing disturbance      {OK_STOMATE}
241OK_SPECIES_CHANGE =  FALSE
242
243# READ_SPECIES_CHANGE_MAP ([FLAG]) :  Read the new tree species from a species map      {OK_STOMATE}
244READ_SPECIES_CHANGE_MAP =  FALSE
245
246# OK_READ_DESIRED_FM_MAP ([FLAG]) :  Read the new FM strategu from a map        {OK_STOMATE, OK_CHANGE_SPECIES}
247OK_READ_DESIRED_FM_MAP =  FALSE
248
249# OK_LITTER_RAKING ([FLAG]) :  Activite litter raking   {OK_STOMATE}
250OK_LITTER_RAKING =  FALSE
251
252# OK_DIMENSIONAL_PRODUCT_USE ([FLAG]) :  Product pools are based on the dimensions of the harvest       {OK_STOMATE}
253OK_DIMENSIONAL_PRODUCT_USE =  TRUE
254
255# FORCED_CLEAR_CUT (year) :  Use to force a clear cut at a specific year during a simulation.   {OK_STOMATE}
256FORCED_CLEAR_CUT =  FALSE
257
258# OK_C13 ([FLAG]) :  Calculate C13 fractionation        {OK_SECHIBA }
259OK_C13 =  FALSE
260
261# OK_WINDTHROW  ([FLAG] ) :  Activate windthrow         {OK_STOMATE}
262OK_WINDTHROW  =  FALSE
263
264# OK_PEST  ([FLAG] ) :  Calculate pest outbreaks.       {OK_STOMATE}
265OK_PEST  =  FALSE
266
267# OK_PHENO  ([FLAG]) :  Calculate lai and phenology.    {OK_STOMATE}
268OK_PHENO  =  TRUE
269
270# NVM ([-]) :  number of PFTs           {OK_SECHIBA or OK_STOMATE}
271NVM =  13
272
273# IMPOSE_PARAM ([FLAG]) :  Do you impose the values of the parameters?  {OK_SECHIBA or OK_STOMATE}
274IMPOSE_PARAM =  y
275
276# DEPTH_MAX_T (m) :  Maximum depth of the soil thermodynamics   {}
277DEPTH_MAX_T =  90.0
278
279# DEPTH_MAX_H (m) :  Maximum depth of soil moisture     {}
280DEPTH_MAX_H =  2.0
281
282# DEPTH_TOPTHICK (m) :  Thickness of upper most Layer   {}
283DEPTH_TOPTHICK =  9.77517107e-04
284
285# DEPTH_CSTTHICK (m) :  Depth at which constant layer thickness start   {}
286DEPTH_CSTTHICK =  DEPTH_MAX_H 
287
288# REFINEBOTTOM (-) :  Depth at which the hydrology layers will be refined towards the bottom.   {}
289REFINEBOTTOM =  .FALSE.
290
291# DEPTH_GEOM (m) :  Depth at which we resume geometrical increases for temperature      {}
292DEPTH_GEOM =  DEPTH_MAX_H 
293
294# RATIO_GEOM_BELOW (-) :  Ratio of the geometrical series defining the thickness below DEPTH_GEOM       {}
295RATIO_GEOM_BELOW =  2
296
297# ALMA_OUTPUT ([FLAG]) :  Should the output follow the ALMA convention  {OK_SECHIBA}
298ALMA_OUTPUT =  n
299
300# OUTPUT_FILE ([FILE]) :  Name of file in which the output is going to be written       {OK_SECHIBA}
301OUTPUT_FILE =  sechiba_history.nc
302
303# WRITE_STEP ([seconds]) :  Frequency in seconds for sechiba_history.nc file with IOIPSL        {OK_SECHIBA, NOT XIOS_ORCHIDEE_OK}
304WRITE_STEP =  86400.
305
306# SECHIBA_HISTLEVEL ([-]) :  SECHIBA history output level (0..10)       {OK_SECHIBA and HF}
307SECHIBA_HISTLEVEL =  5
308
309# SECHIBA_HISTFILE2 ([FLAG]) :  Flag to switch on histfile 2 for SECHIBA (hi-frequency ?)       {OK_SECHIBA}
310SECHIBA_HISTFILE2 =  n
311
312# WRITE_STEP2 ([seconds]) :  Frequency in seconds at which to WRITE output      {SECHIBA_HISTFILE2}
313WRITE_STEP2 =  1800.0
314
315# SECHIBA_OUTPUT_FILE2 ([FILE]) :  Name of file in which the output number 2 is going to be written     {SECHIBA_HISTFILE2}
316SECHIBA_OUTPUT_FILE2 =  sechiba_out_2.nc
317
318# SECHIBA_HISTLEVEL2 ([-] ) :  SECHIBA history 2 output level (0..10)   {SECHIBA_HISTFILE2}
319SECHIBA_HISTLEVEL2 =  1
320
321# STOMATE_OUTPUT_FILE ([FILE]) :  Name of file in which STOMATE's output is going to be written         {OK_STOMATE}
322STOMATE_OUTPUT_FILE =  stomate_history.nc
323
324# STOMATE_HIST_DT ([days]) :  STOMATE history time step         {OK_STOMATE}
325STOMATE_HIST_DT =  10.
326
327# STOMATE_IPCC_OUTPUT_FILE ([FILE]) :  Name of file in which STOMATE's output is going to be written    {OK_STOMATE}
328STOMATE_IPCC_OUTPUT_FILE =  stomate_ipcc_history.nc
329
330# STOMATE_IPCC_HIST_DT ([days]) :  STOMATE IPCC history time step       {OK_STOMATE}
331STOMATE_IPCC_HIST_DT =  0.
332
333# OK_HISTSYNC ([FLAG]) :  Syncronize and write IOIPSL output files at each time step    {}
334OK_HISTSYNC =  FALSE
335
336# STOMATE_HISTLEVEL ([-]) :  STOMATE history output level (0..10)       {OK_STOMATE}
337STOMATE_HISTLEVEL =  10
338
339# SECHIBA_restart_in ([FILE]) :  Name of restart to READ for initial conditions         {OK_SECHIBA }
340SECHIBA_restart_in =  NONE
341
342# SECHIBA_rest_out ([FILE]) :  Name of restart files to be created by SECHIBA   {OK_SECHIBA}
343SECHIBA_rest_out =  sechiba_rest_out.nc
344
345# STOMATE_RESTART_FILEIN ([FILE]) :  Name of restart to READ for initial conditions of STOMATE  {STOMATE_OK_STOMATE}
346STOMATE_RESTART_FILEIN =  NONE
347
348# STOMATE_RESTART_FILEOUT ([FILE]) :  Name of restart files to be created by STOMATE    {STOMATE_OK_STOMATE}
349STOMATE_RESTART_FILEOUT =  stomate_rest_out.nc
350
351# FORCE_CO2_VEG ([FLAG]) :  Flag to force the value of atmospheric CO2 for vegetation.  {Only in coupled mode}
352FORCE_CO2_VEG =  FALSE
353
354# TAU_OUTFLOW ([days]) :  Number of days over which the coastal- and riverflow will be distributed      {Only in coupled mode}
355TAU_OUTFLOW =  0
356
357# ECCENTRICITY ([-]) :  Use prescribed values   {ALLOW_WEATHERGEN}
358ECCENTRICITY =  0.016724
359
360# PERIHELIE ([-]) :  Use prescribed values      {ALLOW_WEATHERGEN}
361PERIHELIE =  102.04
362
363# OBLIQUITY ([Degrees]) :  Use prescribed values        {ALLOW_WEATHERGEN}
364OBLIQUITY =  23.446
365
366# PFT_TO_MTC ([-]) :  correspondance array linking a PFT to MTC         {OK_SECHIBA or OK_STOMATE}
367PFT_TO_MTC =  1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
368
369# PFT_NAME ([-]) :  Name of a PFT       {OK_SECHIBA or OK_STOMATE}
370PFT_NAME =  bare ground, tropical broad-leaved evergreen, tropical broad-leaved raingreen, temperate needleleaf evergreen, temperate broad-leaved evergreen, temperate broad-leaved summergreen,  boreal needleleaf evergreen, boreal broad-leaved summergreen, boreal needleleaf summergreen,  C3 grass, C4 grass, C3 agriculture, C4 agriculture 
371
372# LEAF_TAB ([-] ) :  leaf type : 1      {OK_STOMATE}
373LEAF_TAB =  4, 1, 1, 2, 1, 1, 2, 1, 2, 3, 3, 3, 3 
374
375# PHENO_MODEL ([-] ) :  which phenology model is used? (tabulated)      {OK_STOMATE}
376PHENO_MODEL =  none, none, moi, none, none, ncdgdd, none, ncdgdd, ngd, moigdd, moigdd, moigdd, moigdd
377
378# SECHIBA_LAI ([m^2/m^2]) :  laimax for maximum lai(see also type of lai interpolation)         {OK_SECHIBA or IMPOSE_VEG}
379SECHIBA_LAI =  0., 8., 8., 4., 4.5, 4.5, 4., 4.5, 4., 2., 2., 2., 2.
380
381# LLAIMIN ([m^2/m^2]) :  laimin for minimum lai(see also type of lai interpolation)     {OK_SECHIBA or IMPOSE_VEG}
382LLAIMIN =  0., 8., 0., 4., 4.5, 0., 4., 0., 0., 0., 0., 0., 0.
383
384# SLOWPROC_HEIGHT ([m] ) :  prescribed height of vegetation     {OK_SECHIBA}
385SLOWPROC_HEIGHT =  0., 30., 30., 20., 20., 20., 15., 15., 15., .5, .6, 1., 1.
386
387# Z0_OVER_HEIGHT ([-] ) :  factor to calculate roughness height from height of canopy   {OK_SECHIBA}
388Z0_OVER_HEIGHT =  0., 0.0625, 0.0625, 0.0625, 0.0625, 0.0625, 0.0625, 0.0625, 0.0625, 0.0625, 0.0625, 0.0625, 0.0625
389
390# RATIO_Z0M_Z0H ([-]) :  Ratio between z0m and z0h      {OK_SECHIBA}
391RATIO_Z0M_Z0H =  1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0 
392
393# TYPE_OF_LAI ([-]) :  Type of behaviour of the LAI evolution algorithm         {OK_SECHIBA}
394TYPE_OF_LAI =  inter, inter, inter, inter, inter, inter, inter, inter, inter, inter, inter, inter, inter
395
396# NATURAL ([BOOLEAN]) :  natural?       {OK_SECHIBA, OK_STOMATE}
397NATURAL =  y, y, y, y, y, y, y, y, y, y, y, n, n 
398
399# IS_TROPICAL ([-]) :  PFT IS TROPICAL          {OK_STOMATE}
400IS_TROPICAL =  FALSE, TRUE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE
401
402# IS_TEMPERATE ([-]) :  PFT IS TEMPERATE        {OK_STOMATE}
403IS_TEMPERATE =  FALSE, FALSE, FALSE, TRUE, TRUE, TRUE, TRUE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE 
404
405# IS_BOREAL ([-]) :  PFT IS BOREAL      {OK_STOMATE}
406IS_BOREAL =  FALSE, FALSE, FALSE, FALSE, FALSE, FALSE,TRUE, TRUE, TRUE, FALSE, FALSE, FALSE, FALSE 
407
408# IS_C4 ([BOOLEAN]) :  flag for C4 vegetation types     {OK_SECHIBA or OK_STOMATE}
409IS_C4 =  n, n, n, n, n, n, n, n, n, n, n, y, n, y
410
411# VCMAX_FIX ([micromol/m^2/s] ) :  values used for vcmax when STOMATE is not activated  {OK_SECHIBA and NOT(OK_STOMATE)}
412VCMAX_FIX =  0., 40., 50., 30., 35., 40.,30., 40., 35., 60., 60., 70., 70.
413
414# DOWNREG_CO2 ([-]) :  coefficient for CO2 downregulation (unitless)    {}
415DOWNREG_CO2 =  0., 0.38, 0.38, 0.28, 0.28, 0.28, 0.22, 0.22, 0.22, 0.26, 0.26, 0.26, 0.26
416
417# E_KmC ([J mol-1]) :  Energy of activation for KmC     {}
418E_KmC =  -9999.,  79430., 79430., 79430., 79430., 79430., 79430., 79430., 79430., 79430., 79430., 79430., 79430.
419
420# E_KmO ([J mol-1]) :  Energy of activation for KmO     {}
421E_KmO =  -9999., 36380.,  36380.,  36380.,  36380.,  36380., 36380., 36380., 36380., 36380., 36380., 36380., 36380.
422
423# E_Sco ([J mol-1]) :  Energy of activation for Sco     {}
424E_Sco =  -9999., -24460., -24460., -24460., -24460., -24460., -24460., -24460., -24460., -24460., -24460., -24460., -24460.
425
426# E_gamma_star ([J mol-1]) :  Energy of activation for gamma_star       {}
427E_gamma_star =  -9999., 37830.,  37830.,  37830.,  37830.,  37830., 37830., 37830., 37830., 37830., 37830., 37830., 37830.
428
429# E_Vcmax ([J mol-1]) :  Energy of activation for Vcmax         {}
430E_Vcmax =  -9999., 71513., 71513., 71513., 71513., 71513., 71513., 71513., 71513., 71513., 67300., 71513., 67300.
431
432# E_Jmax ([J mol-1]) :  Energy of activation for Jmax   {}
433E_Jmax =  -9999., 49884., 49884., 49884., 49884., 49884., 49884., 49884., 49884., 49884., 77900., 49884., 77900. 
434
435# aSV ([J K-1 mol-1]) :  a coefficient of the linear regression (a+bT) defining the Entropy term for Vcmax      {}
436aSV =  -9999., 668.39, 668.39, 668.39, 668.39, 668.39, 668.39, 668.39, 668.39, 668.39, 641.64, 668.39, 641.64 
437
438# bSV ([J K-1 mol-1 °C-1]) :  b coefficient of the linear regression (a+bT) defining the Entropy term for Vcmax        {}
439bSV =  -9999., -1.07, -1.07, -1.07, -1.07, -1.07, -1.07, -1.07, -1.07, -1.07, 0., -1.07, 0. 
440
441# TPHOTO_MIN ([-]) :  minimum photosynthesis temperature (deg C)        {OK_STOMATE}
442TPHOTO_MIN =  -9999.,  -4., -4., -4., -4.,-4.,-4., -4., -4., -4., -4., -4., -4.
443
444# TPHOTO_MAX ([-]) :  maximum photosynthesis temperature (deg C)        {OK_STOMATE}
445TPHOTO_MAX =  -9999., 55., 55., 55., 55., 55., 55., 55., 55., 55., 55., 55., 55.
446
447# aSJ ([J K-1 mol-1]) :  a coefficient of the linear regression (a+bT) defining the Entropy term for Jmax       {}
448aSJ =  -9999., 659.70, 659.70, 659.70, 659.70, 659.70, 659.70, 659.70, 659.70, 659.70, 630., 659.70, 630. 
449
450# bSJ ([J K-1 mol-1 °C-1]) :  b coefficient of the linear regression (a+bT) defining the Entropy term for Jmax         {}
451bSJ =  -9999., -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, -0.75, 0., -0.75, 0. 
452
453# D_Vcmax ([J mol-1]) :  Energy of deactivation for Vcmax       {}
454D_Vcmax =  -9999., 200000., 200000., 200000., 200000., 200000., 200000., 200000., 200000., 200000., 192000., 200000., 192000.
455
456# D_Jmax ([J mol-1]) :  Energy of deactivation for Jmax         {}
457D_Jmax =  -9999., 200000., 200000., 200000., 200000., 200000., 200000., 200000., 200000., 200000., 192000., 200000., 192000.
458
459# E_gm  ([J mol-1] ) :  Energy of activation for gm     { }
460E_gm  =  -9999., 49600., 49600., 49600., 49600., 49600., 49600., 49600., 49600., 49600., -9999., 49600., -9999. 
461
462# S_gm  ([J K-1 mol-1] ) :  Entropy term for gm         { }
463S_gm  =  -9999., 1400., 1400., 1400., 1400., 1400., 1400., 1400., 1400., 1400., -9999., 1400., -9999. 
464
465# D_gm  ([J mol-1] ) :  Energy of deactivation for gm   { }
466D_gm  =  -9999., 437400., 437400., 437400., 437400., 437400., 437400., 437400., 437400., 437400., -9999., 437400., -9999. 
467
468# E_Rd ([J mol-1]) :  Energy of activation for Rd       {}
469E_Rd =  -9999., 46390., 46390., 46390., 46390., 46390., 46390., 46390., 46390., 46390., 46390., 46390., 46390.
470
471# VCMAX25 ([micromol/m^2/s]) :  Maximum rate of Rubisco activity-limited carboxylation at 25°C         {OK_STOMATE}
472VCMAX25 =  -9999., 45.0, 45.0, 35.0, 40.0, 50.0, 45.0, 35.0, 35.0, 50.0, 50.0, 60.0, 60.0
473
474# ARJV ([mu mol e- (mu mol CO2)-1]) :  a coefficient of the linear regression (a+bT) defining the Jmax25/Vcmax25 ratio          {OK_STOMATE}
475ARJV =  -9999., 2.59, 2.59, 2.59, 2.59, 2.59, 2.59, 2.59, 2.59, 2.59, 1.715, 2.59, 1.715
476
477# BRJV ([(mu mol e- (mu mol CO2)-1) (°C)-1]) :  b coefficient of the linear regression (a+bT) defining the Jmax25/Vcmax25 ratio        {OK_STOMATE}
478BRJV =  -9999., -0.035, -0.035, -0.035, -0.035, -0.035, -0.035, -0.035, -0.035, -0.035, 0., -0.035, 0.
479
480# KmC25 ([ubar]) :  Michaelis–Menten constant of Rubisco for CO2 at 25°C     {}
481KmC25 =  -9999., 404.9, 404.9, 404.9, 404.9, 404.9, 404.9, 404.9, 404.9, 404.9, 650., 404.9, 650.
482
483# KmO25 ([ubar]) :  Michaelis–Menten constant of Rubisco for O2 at 25°C      {}
484KmO25 =  -9999., 278400., 278400., 278400., 278400., 278400., 278400., 278400., 278400., 278400., 450000., 278400., 450000.
485
486# Sco25 ([bar bar-1]) :  Relative CO2 /O2 specificity factor for Rubisco at 25°C     {}
487Sco25 =  -9999., 2800., 2800., 2800., 2800., 2800., 2800., 2800., 2800., 2800., 2590., 2800., 2590.
488
489# gm25  ([mol m-2 s-1 bar-1] ) :  Mesophyll diffusion conductance at 25°C        { }
490gm25  =  -9999., 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, -9999., 0.4, -9999. 
491
492# gamma_star25 ([ubar]) :  Ci-based CO2 compensation point in the absence of Rd at 25°C (ubar)         {}
493gamma_star25 =  -9999., 42.75, 42.75, 42.75, 42.75, 42.75, 42.75, 42.75, 42.75, 42.75, 42.75, 42.75, 42.75
494
495# a1 ([-]) :  Empirical factor involved in the calculation of fvpd      {}
496a1 =  -9999., 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.72, 0.85, 0.72
497
498# b1 ([-]) :  Empirical factor involved in the calculation of fvpd      {}
499b1 =  -9999., 0.14, 0.14, 0.14, 0.14, 0.14, 0.14, 0.14, 0.14, 0.14, 0.20, 0.14, 0.20
500
501# g0 ([mol m−2 s−1 bar−1]) :  Residual stomatal conductance when irradiance approaches zero       {}
502g0 =  -9999., 0.00625, 0.00625, 0.00625, 0.00625, 0.00625, 0.00625, 0.00625, 0.00625, 0.00625, 0.01875, 0.00625, 0.01875 
503
504# h_protons ([mol mol-1]) :  Number of protons required to produce one ATP      {}
505h_protons =  -9999., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4., 4. 
506
507# fpsir ([-]) :  Fraction of PSII e− transport rate partitioned to the C4 cycle       {}
508fpsir =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 0.4, -9999., 0.4 
509
510# fQ ([-]) :  Fraction of electrons at reduced plastoquinone that follow the Q-cycle    {}
511fQ =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 1., -9999., 1.
512
513# fpseudo ([-]) :  Fraction of electrons at PSI that follow pseudocyclic transport      {}
514fpseudo =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 0.1, -9999., 0.1
515
516# kp ([mol m−2 s−1 bar−1]) :  Initial carboxylation efficiency of the PEP carboxylase     {}
517kp =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 0.7, -9999., 0.7
518
519# alpha ([-]) :  Fraction of PSII activity in the bundle sheath         {}
520alpha =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 0.1, -9999., 0.1
521
522# gbs ([mol m−2 s−1 bar−1]) :  Bundle-sheath conductance  {}
523gbs =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 0.003, -9999., 0.003
524
525# theta ([−]) :  Convexity factor for response of J to irradiance     {}
526theta =  -9999., 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7
527
528# alpha_LL ([mol e− (mol photon)−1]) :  Conversion efficiency of absorbed light into J at strictly limiting light   {}
529alpha_LL =  -9999., 0.372, 0.372, 0.372, 0.372, 0.372, 0.372, 0.372, 0.372, 0.372, 0.372, 0.372, 0.372
530
531# STRESS_VCMAX ([-]) :  Stress on vcmax         {OK_SECHIBA or OK_STOMATE}
532STRESS_VCMAX =  1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.
533
534# STRESS_GS ([-]) :  Stress on gs       {OK_SECHIBA or OK_STOMATE}
535STRESS_GS =  1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.
536
537# STRESS_GM ([-]) :  Stress on gm       {OK_SECHIBA or OK_STOMATE}
538STRESS_GM =  1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.
539
540# EXT_COEFF ([-]) :  extinction coefficient of the Monsi&Seaki relationship (1953)      {OK_SECHIBA or OK_STOMATE}
541EXT_COEFF =  .5, .5, .5, .5, .5, .5, .5, .5, .5, .5, .5, .5, .5
542
543# EXT_COEFF_VEGETFRAC ([-]) :  extinction coefficient used for the calculation of the bare soil fraction        {OK_SECHIBA or OK_STOMATE}
544EXT_COEFF_VEGETFRAC =  1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.
545
546# HYDROL_HUMCSTE ([-]) :  Parameter to describe the shape of the structural root profile        {OK_SECHIBA}
547HYDROL_HUMCSTE =  humcste_ref2m or humcste_ref4m depending on zmaxh
548
549# MAX_ROOT_DEPTH ([m]) :  Maximum depth of the root profile     {OK_SECHIBA}
550MAX_ROOT_DEPTH =  Maximum depth of the root profile irrespective of the active layer thickness
551
552# PREF_SOIL_VEG ([-]        ) :  The soil tile number for each vegetation       {OK_SECHIBA or OK_STOMATE}
553PREF_SOIL_VEG =  1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3
554
555# MAINT_RESP_SLOPE_C  ([-] ) :  slope of maintenance respiration coefficient (1/K), constant c of aT^2+bT+c , tabulated         {OK_STOMATE }
556MAINT_RESP_SLOPE_C  =  -9999., 0.12, 0.12, 0.16, 0.16, 0.16, 0.25, 0.25, 0.25, 0.16, 0.12, 0.16, 0.12 
557
558# MAINT_RESP_SLOPE_B  ([-] ) :  slope of maintenance respiration coefficient (1/K), constant b of aT^2+bT+c , tabulated         {OK_STOMATE }
559MAINT_RESP_SLOPE_B  =  -9999., .0, .0, .0, .0, .0, .0, .0, .0, -.00133, .0, -.00133, .0   
560
561# MAINT_RESP_SLOPE_A  ([-] ) :  slope of maintenance respiration coefficient (1/K), constant a of aT^2+bT+c , tabulated         {OK_STOMATE }
562MAINT_RESP_SLOPE_A  =  -9999., .0, .0, .0, .0, .0, .0, .0, .0, .0, .0, .0, .0     
563
564# NVMAP ([-]  ) :  The number of PFTs if we ignore age classes.         {OK_SECHIBA or OK_STOMATE}
565NVMAP =  nvm
566
567# AGEC_GROUP ([-]   ) :  The species group that each PFT belongs to.    {OK_SECHIBA or OK_STOMATE}
568AGEC_GROUP =  1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
569
570# RSTRUCT_CONST ([s/m]) :  Structural resistance        {OK_SECHIBA}
571RSTRUCT_CONST =  0.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0, 25.0,  2.5,  2.0,  2.0,  2.0
572
573# KZERO ([kg/m^2/s]) :  A vegetation dependent constant used in the calculation of the surface resistance.      {OK_SECHIBA}
574KZERO =  0.0, 12.E-5, 12.E-5, 12.e-5, 12.e-5, 25.e-5, 12.e-5,25.e-5, 25.e-5, 30.e-5, 30.e-5, 30.e-5, 30.e-5 
575
576# RVEG_PFT ([-]) :  Artificial parameter to increase or decrease canopy resistance.     {OK_SECHIBA}
577RVEG_PFT =  1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.
578
579# WMAX_VEG ([kg/m^3]) :  Maximum field capacity for each of the vegetations (Temporary): max quantity of water  {OK_SECHIBA}
580WMAX_VEG =  150., 150., 150., 150., 150., 150., 150.,150., 150., 150., 150., 150., 150.
581
582# PERCENT_THROUGHFALL_PFT ([%]) :  Percent by PFT of precip that is not intercepted by the canopy. Default value depend on run mode.    {OK_SECHIBA}
583PERCENT_THROUGHFALL_PFT =  Case offline [0. 0. 0....] else [30. 30. 30.....]
584
585# SNOWA_AGED_VIS ([-]) :  Minimum snow albedo value for each vegetation type after aging (dirty old snow), visible albedo       {OK_SECHIBA}
586SNOWA_AGED_VIS =  0.74, 0.0, 0.0, 0.08, 0.24, 0.07, 0.18, 0.18, 0.33, 0.57, 0.57, 0.57, 0.57
587
588# SNOWA_AGED_NIR ([-]) :  Minimum snow albedo value for each vegetation type after aging (dirty old snow), near infrared albedo         {OK_SECHIBA}
589SNOWA_AGED_NIR =  0.50, 0.0, 0.0, 0.10, 0.37, 0.08, 0.16, 0.17, 0.27, 0.44, 0.44, 0.44, 0.44   
590
591# SNOWA_DEC_VIS ([-]) :  Decay rate of snow albedo value for each vegetation type as it will be used in condveg_snow, visible albedo    {OK_SECHIBA}
592SNOWA_DEC_VIS =  0.21, 0.0, 0.0, 0.14, 0.08, 0.17, 0.05, 0.06, 0.09, 0.15, 0.15, 0.15, 0.15 
593
594# SNOWA_DEC_NIR ([-]) :  Decay rate of snow albedo value for each vegetation type as it will be used in condveg_snow, near infrared albedo      {OK_SECHIBA}
595SNOWA_DEC_NIR =  0.13, 0.0, 0.0, 0.10, 0.10, 0.16, 0.04, 0.07, 0.08, 0.12, 0.12, 0.12, 0.12
596
597# ALB_LEAF_VIS ([-]) :  leaf albedo of vegetation type, visible albedo  {OK_SECHIBA}
598ALB_LEAF_VIS =  0.00, 0.04, 0.04, 0.04, 0.04, 0.03, 0.03, 0.03, 0.03, 0.06, 0.06, 0.06, 0.06
599
600# ALB_LEAF_NIR ([-]) :  leaf albedo of vegetation type, near infrared albedo    {OK_SECHIBA}
601ALB_LEAF_NIR =  0.00, 0.23, 0.18, 0.18, 0.20, 0.24, 0.15, 0.26, 0.20, 0.24, 0.27, 0.28, 0.26
602
603# LEAF_SSA_VIS ([-]) :  Leaf_single_scattering_albedo_vis values        {ALBEDO_TYPE is Pinty}
604LEAF_SSA_VIS =  0.17192, 0.12560, 0.16230, 0.13838, 0.13202, 0.14720, 0.14680, 0.14415, 0.15485, 0.17544, 0.17384, 0.17302, 0.17116 
605
606# LEAF_SSA_NIR ([-]) :  Leaf_single_scattering_albedo_nir values        {ALBEDO_TYPE is Pinty}
607LEAF_SSA_NIR =  0.70253, 0.68189, 0.69684, 0.68778, 0.68356, 0.69533, 0.69520, 0.69195, 0.69180, 0.71236, 0.71904, 0.71220, 0.71190
608
609# LEAF_PSD_VIS ([-]) :  Preferred scattering direction values in the visibile spectra   {ALBEDO_TYPE is Pinty}
610LEAF_PSD_VIS =  1.00170, 0.96776, 0.99250, 0.97170, 0.97119, 0.98077, 0.97672, 0.97810, 0.98605, 1.00490, 1.00360, 1.00320, 1.00130
611
612# LEAF_PSD_NIR ([-]) :   Preferred scattering direction values in the near infrared spectra     {ALBEDO_TYPE is Pinty}
613LEAF_PSD_NIR =  2.00520, 1.95120, 1.98990, 1.97020, 1.95900, 1.98190, 1.98890, 1.97400, 1.97780, 2.02430, 2.03350, 2.02070, 2.02150
614
615# BGRD_REF_VIS ([-]) :  Background reflectance values in the visibile spectra   {ALBEDO_TYPE is Pinty}
616BGRD_REF_VIS =  0.2300000,   0.0866667,   0.0800000,   0.0533333,   0.0700000,   0.0933333,   0.0533333, 0.0833333,   0.0633333,   0.1033330,   0.1566670,   0.1166670,   0.1200000
617
618# BGRD_REF_NIR ([-]) :  Background reflectance values in the near infrared spectra      {ALBEDO_TYPE is Pinty}
619BGRD_REF_NIR =  0.4200000,   0.1500000,   0.1300000,   0.0916667,   0.1066670,   0.1650000,   0.0900000, 0.1483330,   0.1066670,   0.1900000,   0.3183330,   0.2200000,   0.2183330
620
621# LEAF_TO_SHOOT_CLUMPING ([-]) :  The leaf-to-shoot clumping factor     {ALBEDO_TYPE is Pinty}
622LEAF_TO_SHOOT_CLUMPING =  un, un, un, un, un, un, un, un, un, un, un, un, un
623
624# LAI_CORRECTION_FACTOR ([-] ) :  The correction factor for the LAI for grasslands      {ALBEDO_TYPE is Pinty}
625LAI_CORRECTION_FACTOR =  un, un, un, un, un, un, un, un, un, un, un, un, un
626
627# MIN_LEVEL_SEP ([m]) :  The minimum level thickness we use for photosynthesis          {ALBEDO_TYPE is Pinty}
628MIN_LEVEL_SEP =  un, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1
629
630# LAI_TOP ([m2 m2]) :  Definition, in terms of LAI of the top layer     {OK_SECHIBA}
631LAI_TOP =  un, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1
632
633# K_ROOT ([m^{3} kg^{-1} s^{-1} MPa^{-1}] ) :  Fine root specific conductivity  {OK_STOMATE}
634K_ROOT =  (-9999., 7.02, 7.02, 7.02, 7.02, 7.02, 7.02, 7.02, 7.02, 7.02, 7.02, 7.02, 7.02)*1.e-4 
635
636# K_BELOWGROUND ([m^{3} kg^{-1} s^{-1} MPa^{-1}] ) :  Belowground (roots + soil) specific conductivity used in allocation       {OK_STOMATE}
637K_BELOWGROUND =  (-9999., 7., 7., 7., 7., 7., 7., 7., 7., 42., 42., 42., 42.)*1.e-7 
638
639# K_SAP ([m^{2} s^{-1} MPa^{-1}] ) :  Sapwood specific conductivity     {OK_STOMATE}
640K_SAP =  (-9999., 50., 10., 8., 5., 30., 8., 20., 8., -9999., -9999., -9999., -9999.)*1.e-4
641
642# K_LEAF ([m s^{-1} MPa^{-1})] ) :  Leaf conductivity   {OK_STOMATE}
643K_LEAF =  (-9999., 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5)*1.e-7
644
645# PSI_LEAF ([MPa] ) :  Minimal leaf potential   {OK_STOMATE, 11-LAYERS, FUNCTIONAL ALLOCATION}
646PSI_LEAF =  -9999., -2.2, -2.2, -2.2, -3.5, -2.2, -2.2, -2.2, -2.2, -2.2, -2.2, -2.2, -2.2
647
648# PSI_50 ([m s^{-1} MPa^{-1})] ) :  Sapwood leaf water potential that causes 50% loss of xylem conductivity through cavitation  {OK_STOMATE, 11-LAYERS, FUNCTIONAL ALLOCATION}
649PSI_50 =  -9999., -0.3, -1.3, -2.0, -1.7, -1.0, -2.0, -1.0, -2.0, -9999., -9999., -9999., -9999.
650
651# C_CAVITATION ([-] ) :  Shape parameter for loss of conductance        {OK_STOMATE, 11-LAYERS, FUNCTIONAL ALLOCATION}
652C_CAVITATION =  -9999., 5., 3., 3., 3., 3., 3., 3., 3., -9999., -9999., -9999., -9999.   
653
654# SRL ([m g^(-1)] ) :  Specific root length     {}
655SRL =  -9999., 10, 10, 9.2, 9.2, 14, 18.3, 18.3, 18.3, -9999., -9999., -9999., -9999. 
656
657# R_FROOT ([m] ) :  Fine root radius    {}
658R_FROOT =  -9999.,  0.29E-3, 0.29E-3,  0.29E-3,  0.29E-3, 0.29E-3,  0.24E-3, 0.21E-3,  0.21E-3, -9999., -9999.,  -9999.,  -9999. 
659
660# PSI_ROOT ([MPa] ) :  Minimum root water potential     {}
661PSI_ROOT =  -9999., -4, -4, -4, -4, -4, -4, -4, -4, -9999., -9999., -9999., -9999. 
662
663# CROWN_TO_HEIGHT ([-]  ) :  Ratio between tree height and the vertical crown diameter.         {OK_STOMATE }
664CROWN_TO_HEIGHT =  -9999., 0.6, 0.6, 0.6, 0.6, 0.6, 0.8, 0.8, 0.8, 0., 0., 0.,
665
666# CROWN_VERTOHOR_DIA ([-]  ) :  Ratio between the vertical and horizontal crown diameter height.        {OK_STOMATE }
667CROWN_VERTOHOR_DIA =  -9999., 1.0, 1.0, 0.66, 1.0, 1.0, 0.66, 1.0, 1.0, 1.0, 1.0, 1.0,
668
669# PIPE_DENSITY  () :    {}
670PIPE_DENSITY  =  -9999., 3.e5, 3.e5, 2.e5, 3.e5, 3.e5, 2.e5, 3.e5, 2.e5, 2.e5, 2.e5, 2.e5, 2.e5
671
672# TREE_FF ([-]  ) :  Tree form factor reducing the volume of a cylinder         {OK_STOMATE }
673TREE_FF =  -9999., 0.6, 0.6, 0.6, 0.6, 0.6, 0.8, 0.8, 0.8, 0., 0., 0., 0.
674
675# PIPE_TUNE2  ([-]      ) :  height     {OK_STOMATE }
676PIPE_TUNE2  =  -9999., 40., 40., 40., 40., 40., 40., 40., 40., 0., 0., 0., 0.   
677
678# PIPE_TUNE3 ([-]    ) :  height        {OK_STOMATE }
679PIPE_TUNE3 =  -9999., 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0., 0., 0., 0.   
680
681# PIPE_TUNE4 ([-]  ) :  needed for stem diameter        {OK_STOMATE }
682PIPE_TUNE4 =  -9999., 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0., 0., 0., 0.
683
684# PIPE_K1  ([-]   ) :           {OK_STOMATE }
685PIPE_K1  =  -9999., 8.e3, 8.e3, 8.e3, 8.e3, 8.e3, 8.e3, 8.e3, 8.e3, 0., 0., 0., 0. 
686
687# SLA ([m^2/gC]) :  specif leaf area    {OK_STOMATE}
688SLA =  1.5E-2, 1.53E-2, 2.6E-2, 9.26E-3, 2E-2, 2.6E-2, 9.26E-3, 2.6E-2, 1.9E-2, 2.6E-2, 2.6E-2, 2.6E-2, 2.6E-2
689
690# SLAINIT ([m^2/gC]) :  initial specif leaf area at (ie at bottom of canopy eq. lai     {OK_STOMATE}
691SLAINIT =  2.6E-2, 2.6E-2, 4.4E-2, 1.4E-2, 3.0E-2, 3.9E-2, 1.3E-2, 3.7E-2, 2.4E-2, 3.1E-2, 3.1E-2, 3.9E-2, 3.9E-2
692
693# LAI_TO_HEIGHT ([m m2 m-2] ) :  Convertion factor from lai to vegetation height for grasses and crops  {OK_STOMATE}
694LAI_TO_HEIGHT =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 0.2, 0.5, 0.2, 0.5
695
696# ISO_ACTIVITY ([-]) :  Biogenic activity for each age class : isoprene         {CHEMISTRY_BVOC}
697ISO_ACTIVITY =  0.5, 1.5, 1.5, 0.5
698
699# METHANOL_ACTIVITY ([-]) :  Isoprene emission factor for each age class : methanol     {CHEMISTRY_BVOC}
700METHANOL_ACTIVITY =  1., 1., 0.5, 0.5
701
702# EM_FACTOR_ISOPRENE ([ugC/g/h] ) :  Isoprene emission factor   {CHEMISTRY_BVOC}
703EM_FACTOR_ISOPRENE =  0., 24., 24., 8., 16., 45., 8., 18., 0.5, 12., 18., 5., 5.
704
705# EM_FACTOR_MONOTERPENE ([ugC/g/h] ) :  Monoterpene emission factor     {CHEMISTRY_BVOC }
706EM_FACTOR_MONOTERPENE =  0., 2.0, 2.0, 1.8, 1.4, 1.6, 1.8, 1.4, 1.8, 0.8, 0.8,  0.22, 0.22
707
708# C_LDF_MONO  ([]) :  Monoterpenes fraction dependancy to light         {CHEMISTRY_BVOC}
709C_LDF_MONO  =  0.6
710
711# C_LDF_SESQ  ([]) :  Sesquiterpenes fraction dependancy to light       {CHEMISTRY_BVOC}
712C_LDF_SESQ  =  0.5
713
714# C_LDF_METH  ([]) :  Methanol fraction dependancy to light     {CHEMISTRY_BVOC}
715C_LDF_METH  =  0.8
716
717# C_LDF_ACET  ([]) :  Acetone fraction dependancy to light      {CHEMISTRY_BVOC}
718C_LDF_ACET  =  0.2
719
720# EM_FACTOR_APINENE  ([ugC/g/h] ) :  Alfa pinene  emission factor       {CHEMISTRY_BVOC }
721EM_FACTOR_APINENE  =  0., 1.35, 1.35, 0.85, 0.95, 0.75, 0.85, 0.60, 1.98, 0.30, 0.30, 0.09, 0.09
722
723# EM_FACTOR_BPINENE ([ugC/g/h] ) :  Beta pinene  emission factor        {CHEMISTRY_BVOC }
724EM_FACTOR_BPINENE =  0., 0.30, 0.30, 0.35, 0.25, 0.20, 0.35, 0.12, 0.45, 0.16, 0.12, 0.05, 0.05
725
726# EM_FACTOR_LIMONENE ([ugC/g/h] ) :  Limonene  emission factor  {CHEMISTRY_BVOC}
727EM_FACTOR_LIMONENE =  0., 0.25, 0.25, 0.20, 0.25, 0.14, 0.20, 0.135, 0.11, 0.19, 0.42, 0.03, 0.03
728
729# EM_FACTOR_MYRCENE ([ugC/g/h] ) :  Myrcene  emission factor    {CHEMISTRY_BVOC}
730EM_FACTOR_MYRCENE =  0., 0.20, 0.20, 0.12, 0.11, 0.065, 0.12, 0.036, 0.075, 0.08,  0.085, 0.015, 0.015
731
732# EM_FACTOR_SABINENE ([ugC/g/h] ) :  Sabinene  emission factor  {CHEMISTRY_BVOC}
733EM_FACTOR_SABINENE =  0., 0.20, 0.20, 0.12, 0.17, 0.70, 0.12, 0.50, 0.09, 0.085, 0.075, 0.02, 0.02
734
735# EM_FACTOR_CAMPHENE  ([ugC/g/h] ) :  Camphene  emission factor         {CHEMISTRY_BVOC}
736EM_FACTOR_CAMPHENE  =  0., 0.15, 0.15, 0.10, 0.10, 0.01, 0.10, 0.01, 0.07, 0.07, 0.08, 0.01, 0.01
737
738# EM_FACTOR_3CARENE  ([ugC/g/h] ) :  3-Carene  emission factor  {CHEMISTRY_BVOC}
739EM_FACTOR_3CARENE  =  0., 0.13, 0.13, 0.42, 0.02, 0.055, 0.42,0.025, 0.125, 0.085, 0.085, 0.065, 0.065
740
741# EM_FACTOR_TBOCIMENE ([ugC/g/h] ) :  T-beta-ocimene  emission factor   {CHEMISTRY_BVOC}
742EM_FACTOR_TBOCIMENE =  0., 0.25, 0.25, 0.13, 0.09, 0.26, 0.13, 0.20, 0.085, 0.18, 0.18, 0.01, 0.01
743
744# EM_FACTOR_OTHERMONOT ([ugC/g/h] ) :  Other monoterpenes  emission factor      {CHEMISTRY_BVOC}
745EM_FACTOR_OTHERMONOT =  0., 0.17, 0.17, 0.11, 0.11, 0.125, 0.11, 0.274, 0.01, 0.15, 0.155, 0.035, 0.035
746
747# EM_FACTOR_SESQUITERP  ([ugC/g/h] ) :  Sesquiterpenes  emission factor         {CHEMISTRY_BVOC}
748EM_FACTOR_SESQUITERP  =  0., 0.45, 0.45, 0.13, 0.3, 0.36, 0.15, 0.3, 0.25, 0.6, 0.6, 0.08, 0.08
749
750# C_BETA_MONO  ([]) :  Monoterpenes temperature dependency coefficient  {CHEMISTRY_BVOC}
751C_BETA_MONO  =  0.1
752
753# C_BETA_SESQ  ([]) :  Sesquiterpenes temperature dependency coefficient        {CHEMISTRY_BVOC}
754C_BETA_SESQ  =  0.17
755
756# C_BETA_METH  ([]) :  Methanol temperature dependency coefficient      {CHEMISTRY_BVOC}
757C_BETA_METH  =  0.08
758
759# C_BETA_ACET  ([]) :  Acetone temperature dependency coefficient       {CHEMISTRY_BVOC}
760C_BETA_ACET  =  0.1
761
762# C_BETA_OXYVOC  ([]) :  Other oxygenated BVOC temperature dependency coefficient       {CHEMISTRY_BVOC}
763C_BETA_OXYVOC  =  0.13
764
765# EM_FACTOR_ORVOC ([ugC/g/h]  ) :  ORVOC emissions factor       {CHEMISTRY_BVOC }
766EM_FACTOR_ORVOC =  0., 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5
767
768# EM_FACTOR_OVOC ([ugC/g/h]        ) :  OVOC emissions factor   {CHEMISTRY_BVOC}
769EM_FACTOR_OVOC =  0., 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5
770
771# EM_FACTOR_MBO ([ugC/g/h]  ) :  MBO emissions factor   {CHEMISTRY_BVOC }
772EM_FACTOR_MBO =  0., 2.e-5, 2.e-5, 1.4, 2.e-5, 2.e-5, 0.14, 2.e-5, 2.e-5, 2.e-5, 2.e-5, 2.e-5, 2.e-5
773
774# EM_FACTOR_METHANOL ([ugC/g/h]  ) :  Methanol emissions factor         {CHEMISTRY_BVOC }
775EM_FACTOR_METHANOL =  0., 0.8, 0.8, 1.8, 0.9, 1.9, 1.8, 1.8, 1.8, 0.7, 0.9, 2., 2.
776
777# EM_FACTOR_ACETONE ([ugC/g/h]     ) :  Acetone emissions factor        {CHEMISTRY_BVOC }
778EM_FACTOR_ACETONE =  0., 0.25, 0.25, 0.3, 0.2, 0.33, 0.3, 0.25, 0.25, 0.2, 0.2, 0.08, 0.08
779
780# EM_FACTOR_ACETAL ([ugC/g/h]  ) :  Acetaldehyde emissions factor       {CHEMISTRY_BVOC}
781EM_FACTOR_ACETAL =  0., 0.2, 0.2, 0.2, 0.2, 0.25, 0.25, 0.16, 0.16, 0.12, 0.12, 0.035, 0.02
782
783# EM_FACTOR_FORMAL ([ugC/g/h]  ) :  Formaldehyde emissions factor       {CHEMISTRY_BVOC }
784EM_FACTOR_FORMAL =  0., 0.04, 0.04, 0.08, 0.04, 0.04, 0.04, 0.04, 0.04, 0.025, 0.025, 0.013, 0.013
785
786# EM_FACTOR_ACETIC ([ugC/g/h]  ) :  Acetic Acid emissions factor        {CHEMISTRY_BVOC }
787EM_FACTOR_ACETIC =  0., 0.025, 0.025,0.025,0.022,0.08,0.025,0.022,0.013,0.012,0.012,0.008,0.008
788
789# EM_FACTOR_FORMIC ([ugC/g/h]  ) :  Formic Acid emissions factor        {CHEMISTRY_BVOC}
790EM_FACTOR_FORMIC =  0., 0.015, 0.015, 0.02, 0.02, 0.025, 0.025, 0.015, 0.015,0.010,0.010,0.008,0.008
791
792# EM_FACTOR_NO_WET ([ngN/m^2/s]) :  NOx emissions factor wet soil emissions and exponential dependancy factor   {CHEMISTRY_BVOC}
793EM_FACTOR_NO_WET =  0., 2.6, 0.06, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.36, 0.36, 0.36, 0.36
794
795# EM_FACTOR_NO_DRY ([ngN/m^2/s] ) :  NOx emissions factor dry soil emissions and exponential dependancy factor          {CHEMISTRY_BVOC}
796EM_FACTOR_NO_DRY =  0., 8.60, 0.40, 0.22, 0.22, 0.22, 0.22, 0.22, 0.22, 2.65, 2.65, 2.65, 2.65
797
798# LARCH ([-]  ) :  Larcher 1991 SAI/LAI ratio   {CHEMISTRY_BVOC }
799LARCH =  0., 0.015, 0.015, 0.003, 0.005, 0.005, 0.003, 0.005, 0.003, 0.005, 0.005, 0.008, 0.008
800
801# NUE_OPT ([(mumol[CO2] s-1) (gN[leaf])-1]) :  Nitrogen use efficiency of Vcmax         {OK_STOMATE}
802NUE_OPT =  -9999.,  14.,  30., 20., 33.,  38., 15., 38., 22.,  45.,  45.,  60.,  60.   
803
804# VMAX_UPTAKE_NH4 (umol (g DryWeight_root)-1 h-1) :  Vmax of ammonium uptake by plant roots     {OK_STOMATE}
805VMAX_UPTAKE_NH4 =  -9999.,  9., 9., 9., 9., 9., 9., 9., 9., 9., 9., 9., 9.   
806
807# VMAX_UPTAKE_NO3 (umol (g DryWeight_root)-1 h-1) :  Vmax of nitrate uptake by plant roots      {OK_STOMATE}
808VMAX_UPTAKE_NO3 =  -9999.,  9., 9., 9., 9., 9., 9., 9., 9., 9., 9., 9., 9.   
809
810# CN_LEAF_MIN ([gC/gN] ) :  minimum CN ratio of leaves          {OK_STOMATE}
811CN_LEAF_MIN =  -9999., 16., 16., 28., 16., 16., 28., 16., 16., 16., 16., 16., 16. 
812
813# CN_LEAF_MAX ([gC/gN] ) :  maximum CN ratio of leaves          {OK_STOMATE}
814CN_LEAF_MAX =  -9999., 45., 45., 75., 45., 45., 75., 45., 45., 45., 45., 45., 45. 
815
816# CN_LEAF_INIT () :     {}
817CN_LEAF_INIT =  -9999., 25.,  25.,  41.7,  25.,  25.,  43., 25.,  25.,  25.,  25.,  25.,  25.
818
819# EXT_COEFF_N ([(m2[ground]) (m-2[leaf])]) :  Extinction coefficient of the leaf N content profile within the canopy    {OK_STOMATE}
820EXT_COEFF_N =   0.15, 0.15, 0.15,0.15,0.15, 0.15,0.15,0.15,0.15, 0.15, 0.15, 0.15, 0.15
821
822# AVAILABILITY_FACT  ([-]   ) :  Calculate dynamic mortality in lpj_gap, pft dependent parameter        {OK_STOMATE }
823AVAILABILITY_FACT  =  -9999., 0.14, 0.14, 0.10, 0.10, 0.10, 0.05, 0.05, 0.05, -9999., -9999., -9999., -9999. 
824
825# FRAC_GROWTHRESP ([-]) :  fraction of GPP which is lost as growth respiration  {OK_STOMATE}
826FRAC_GROWTHRESP =  -9999., 0.35, 0.35, 0.28, 0.28, 0.28, 0.35, 0.35, 0.35, 0.28, 0.28, 0.28, 0.28
827
828# COEFF_MAINT_INIT ([gC/gN/day]) :  maintenance respiration coefficient at 10 deg C     {OK_STOMATE}
829COEFF_MAINT_INIT =  -9999., 3.06E-2, 3.06E-2, 6.46E-2, 6.46E-2, 6.46E-2, 6.46E-2, 6.46E-2, 6.46E-2, 6.46E-2, 6.46E-2, 6.46E-2, 6.46E-2
830
831# TREF_MAINT_RESP ([degC]) :  maintenance respiration Temperature coefficient   {OK_STOMATE}
832TREF_MAINT_RESP =    &  -9999., 56.02, 56.02, 56.02, 56.02, 56.02, 56.02, 56.02, 56.02, 56.02, 56.02, 56.02, 56.02   
833
834# TMIN_MAINT_RESP ([degC]) :  maintenance respiration Temperature coefficient   {OK_STOMATE}
835TMIN_MAINT_RESP =   -9999., 46.02, 46.02, 46.02, 46.02, 46.02, 46.02, 46.02, 46.02, 46.02, 46.02, 46.02, 46.02   
836
837# E0_MAINT_RESP ([-]) :  maintenance respiration Temperature coefficient        {OK_STOMATE}
838E0_MAINT_RESP =  -9999., 308.56, 308.56, 308.56, 308.56, 308.56, 308.56, 308.56, 308.56, 308.56, 308.56, 308.56, 308.56   
839
840# TREF_LABILE ([degC]) :  Growth from labile pool - temperature at which all labile Cmaintenance respiration Temperature coefficient    {OK_STOMATE}
841TREF_LABILE =  -9999., 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5     
842
843# TMIN_LABILE ([degC]) :  Growth from labile pool  - temperature above which labile will be allocated to growth         {OK_STOMATE}
844TMIN_LABILE =  -9999., -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2
845
846# E0_LABILE ([-]) :  Growth temperature coefficient - tuned see stomate_growth_fun_all.f90      {OK_STOMATE}
847E0_LABILE =  -9999., 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15
848
849# ALWAYS_LABILE ([-]) :  share of the labile pool that will remain in the labile pool   {OK_STOMATE}
850ALWAYS_LABILE =  -9999., 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01
851
852# FLAM ([-]) :  flamability: critical fraction of water holding capacity        {OK_STOMATE}
853FLAM =  -9999., .15, .25, .25, .25, .25, .25, .25, .25, .25, .25, .35, .35
854
855# RESIST ([-]) :  fire resistance       {OK_STOMATE}
856RESIST =  -9999., .95, .90, .12, .50, .12, .12, .12, .12, .0, .0, .0, .0 
857
858# COEFF_LCCHANGE_s ([-]) :  Coeff of biomass export for the year        {OK_STOMATE}
859COEFF_LCCHANGE_s =  -9999., 0.897, 0.897, 0.597, 0.597, 0.597, 0.597, 0.597, 0.597, 0.597, 0.597, 0.597, 0.597 
860
861# COEFF_LCCHANGE_m ([-]) :  Coeff of biomass export for the decade      {OK_STOMATE}
862COEFF_LCCHANGE_m =  -9999., 0.103, 0.103, 0.299, 0.299, 0.299, 0.299, 0.299, 0.299, 0.299, 0.403, 0.299, 0.403
863
864# COEFF_LCCHANGE_l ([-]) :  Coeff of biomass export for the century     {OK_STOMATE}
865COEFF_LCCHANGE_l =  -9999., 0., 0., 0.104, 0.104, 0.104, 0.104, 0.104, 0.104, 0.104, 0., 0.104, 0.
866
867# LAI_MAX_TO_HAPPY ([-]) :  threshold of LAI below which plant uses carbohydrate reserves       {OK_STOMATE}
868LAI_MAX_TO_HAPPY =  -9999., .5, .5, .5, .5, .5, .5, .5, .5, .5, .5, .5, .5 
869
870# LAI_MAX ([m^2/m^2]) :  maximum LAI, PFT-specific      {OK_STOMATE}
871LAI_MAX =  -9999., 7.0, 5.0, 5.0, 4.0, 5.0, 3.5, 4.0, 3.0, 2.5, 2.0, 5.0, 5.0
872
873# PHENO_TYPE ([-]) :  type of phenology, 0      {OK_STOMATE}
874PHENO_TYPE =  0, 1, 3, 1, 1, 2, 1, 2, 2, 4, 4, 2, 3
875
876# FORCE_PHENO ([days]) :  Offset from mean doy at which phenology will be forced        {OK_STOMATE}
877FORCE_PHENO =  -9999., -9999., 42, -9999., -9999., 42, -9999., 28, 28, 35, 35, 28, 28
878
879# PHENO_GDD_CRIT_C ([-]) :  critical gdd, tabulated (C), constant c of aT^2+bT+c        {OK_STOMATE}
880PHENO_GDD_CRIT_C =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 270., 400., 125., 400.
881
882# PHENO_GDD_CRIT_B ([-]) :  critical gdd, tabulated (C), constant b of aT^2+bT+c        {OK_STOMATE}
883PHENO_GDD_CRIT_B =  -9999., -9999., -9999., -9999., -9999., -9999., -9999.,-9999., -9999., 6.25, 0., 0., 0.
884
885# PHENO_GDD_CRIT_A ([-]) :  critical gdd, tabulated (C), constant a of aT^2+bT+c        {OK_STOMATE}
886PHENO_GDD_CRIT_A =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 0.03125,  0., 0., 0.
887
888# PHENO_MOIGDD_T_CRIT ([C]) :  Average temperature threashold for C4 grass used in pheno_moigdd         {OK_STOMATE}
889PHENO_MOIGDD_T_CRIT =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 22.0, -9999., -9999.
890
891# NGD_CRIT ([days]) :  critical ngd, tabulated. Threshold -5 degrees    {OK_STOMATE}
892NGD_CRIT =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., 0., -9999., -9999., -9999., -9999., -9999.
893
894# NCDGDD_TEMP ([C] ) :  critical temperature for the ncd vs. gdd function in phenology  {OK_STOMATE}
895NCDGDD_TEMP =  -9999., -9999., -9999., -9999., -9999., 5., -9999., 0., -9999., -9999., -9999., -9999., -9999.
896
897# HUM_FRAC ([%]) :  critical humidity (relative to min/max) for phenology       {OK_STOMATE}
898HUM_FRAC =  -9999., -9999., .5, -9999., -9999., -9999., -9999., -9999.,  -9999., .5, .5, .5,.5     
899
900# HUM_MIN_TIME ([days]) :  minimum time elapsed since moisture minimum  {OK_STOMATE}
901HUM_MIN_TIME =  -9999., -9999., 50., -9999., -9999., -9999., -9999., -9999., -9999., 35., 35., 75., 75.
902
903# LONGEVITY_SAP ([days]) :  sapwood -> heartwood conversion time        {OK_STOMATE}
904LONGEVITY_SAP =  -9999., 730., 730., 730., 730., 730., 730., 730., 730., -9999., -9999., -9999., -9999.
905
906# LONGEVITY_LEAF ([days]) :  leaf longivety     {OK_STOMATE}
907LONGEVITY_LEAF =  -9999., 730., 180., 910., 730., 180., 910., 180., 180., 120., 120., 90., 90. 
908
909# LEAF_AGE_CRIT_TREF ([degrees C]) :  Reference temperature     {OK_STOMATE}
910LEAF_AGE_CRIT_TREF =  -9999., 25., 25., 15., 20., 15., 5., 5., 5., 15., 20., 15., 20.
911
912# LEAF_AGE_CRIT_COEFF1 ([-]) :  Coeff1 (unitless) to link leaf_age_crit to leaf_age_crit_tref   {OK_STOMATE}
913LEAF_AGE_CRIT_COEFF1 =  -9999., 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5
914
915# LEAF_AGE_CRIT_COEFF2 ([-]) :  Coeff1 (unitless) to link leaf_age_crit to leaf_age_crit_tref   {OK_STOMATE}
916LEAF_AGE_CRIT_COEFF2 =  -9999., 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75
917
918# LEAF_AGE_CRIT_COEFF3 ([-]) :  Coeff1 (unitless) to link leaf_age_crit to leaf_age_crit_tref   {OK_STOMATE}
919LEAF_AGE_CRIT_COEFF3 =  -9999., 10., 10., 10., 10., 10., 10., 10., 10., 10., 10., 10., 10.
920
921# LONGEVITY_FRUIT ([days]) :  fruit lifetime    {OK_STOMATE}
922LONGEVITY_FRUIT =  -9999., 90., 90., 90., 90., 90., 90., 90., 90., -9999., -9999., -9999., -9999.
923
924# LONGEVITY_ROOT ([days]) :  root longivety     {OK_STOMATE}
925LONGEVITY_ROOT =  -9999., 256., 256., 256., 256., 256., 256., 256., 256., 256., 256., 256., 256.
926
927# ECUREUIL ([-]) :  fraction of primary leaf and root allocation put into reserve       {OK_STOMATE}
928ECUREUIL =  -9999., .0, 1., .0, .0, 1., .0, 1., 1., 1., 1., 1., 1.
929
930# ALLOC_MIN ([-]) :  minimum allocation above/below     {OK_STOMATE}
931ALLOC_MIN =  -9999., 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, -9999., -9999., -9999., -9999. 
932
933# ALLOC_MAX ([-]) :  maximum allocation above/below     {OK_STOMATE}
934ALLOC_MAX =  -9999., 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, -9999., -9999., -9999., -9999.
935
936# DEMI_ALLOC  ([-]) :  mean allocation above/below      {OK_STOMATE}
937DEMI_ALLOC  =  -9999., 5., 5., 5., 5., 5., 5., 5., 5., -9999., -9999., -9999., -9999.
938
939# K_LATOSA_MAX ([-] ) :  Maximum leaf-to-sapwood area ratio     {OK_STOMATE}
940K_LATOSA_MAX =  (-9999., 5., 5., 5., 3., 5., 5., 5., 5., -9999., -9999., -9999., -9999.)*1.e3
941
942# K_LATOSA_MIN ([-] ) :  Minimum leaf-to-sapwood area ratio     {OK_STOMATE}
943K_LATOSA_MIN =  (-9999., 5., 5., 5., 3., 5., 5., 5., 5., -9999., -9999., -9999., -9999.)*1.e3
944
945# LC_leaf  ([-]   ) :  Lignine/C ratio of leaf pool     {OK_STOMATE }
946LC_leaf  =  -9999., 0.18, 0.18, 0.24, 0.18, 0.18, 0.24, 0.18, 0.24, 0.09, 0.09, 0.09, 0.09
947
948# LC_sapabove  ([-]   ) :  Lignine/C ratio of sapabove pool     {OK_STOMATE }
949LC_sapabove  =  -9999., 0.23, 0.23, 0.29, 0.23, 0.23, 0.29, 0.23, 0.29, 0.09, 0.09, 0.09, 0.09
950
951# LC_sapbelow  ([-]   ) :  Lignine/C ratio of sapbelow pool     {OK_STOMATE }
952LC_sapbelow  =  -9999., 0.23, 0.23, 0.29, 0.23, 0.23, 0.29, 0.23, 0.29, 0.09, 0.09, 0.09, 0.09
953
954# LC_heartabove  ([-]   ) :  Lignine/C ratio of heartabove pool         {OK_STOMATE }
955LC_heartabove  =  -9999., 0.23, 0.23, 0.29, 0.23, 0.23, 0.29, 0.23, 0.29, 0.09, 0.09, 0.09, 0.09
956
957# LC_heartbelow  ([-]   ) :  Lignine/C ratio of heartbelow pool         {OK_STOMATE }
958LC_heartbelow  =  -9999., 0.23, 0.23, 0.29, 0.23, 0.23, 0.29, 0.23, 0.29, 0.09, 0.09, 0.09, 0.09
959
960# LC_fruit ([-]   ) :  Lignine/C ratio of fruit pool    {OK_STOMATE }
961LC_fruit =  -9999., 0.09, 0.09, 0.09, 0.09, 0.09, 0.09, 0.09, 0.09, 0.09, 0.09, 0.09, 0.09
962
963# LC_root ([-]   ) :  Lignine/C ratio of fruit pool     {OK_STOMATE }
964LC_root =  -9999., 0.22, 0.22, 0.22, 0.22, 0.22, 0.22, 0.22, 0.22, 0.22, 0.22, 0.22, 0.22
965
966# LC_carbres ([-]   ) :  Lignine/C ratio of carbres pool        {OK_STOMATE }
967LC_carbres =  -9999., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.
968
969# LC_labile ([-]   ) :  Lignine/C ratio of labile pool  {OK_STOMATE }
970LC_labile =  -9999., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.
971
972# DECOMP_FACTOR  () :  Multpliactive factor modifying the standard decomposition factor for each SOM pool       {}
973DECOMP_FACTOR  =  -9999., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.2, 1.4 
974
975# MASS_RATIO_HEART_SAP  ([-]   ) :  mass ratio (heartwood+sapwood)/heartwood    {OK_STOMATE }
976MASS_RATIO_HEART_SAP  =  -9999., 3., 3., 3., 3., 3., 3., 3., 3., 0., 0., 0., 0.   
977
978# CANOPY_COVER ([-] ) :  Test values for canopy cover   {OK_STOMATE}
979CANOPY_COVER =  -9999., 0.9, 0.9, 0.7, 0.7, 0.7, 0.6, 0.5, 0.5, 0.9, 0.9, 0.9, 0.9
980
981# NMAXTREES ([trees ha-1]) :  number of seedlings planted at the start of a rotation    {OK_STOMATE }
982NMAXTREES =  (-9999., 10., 10., 10., 10., 10., 2., 2., 2., 10., 10., 10., 10.)*1.e3
983
984# GRAD_THIN ([tree/ha/cm]) :  Gradient for linearly decreasing circ_class_n     {OK_STOMATE}
985GRAD_THIN =  -9999.,-400,-400,-400,-400,-400,-400,-400,-400,-9999.,-9999.,-9999.,-9999.
986
987# N_SELF_THIN ([tree/m-2]) :  Density below which the fitted self-thinning is considered trustworthy    {OK_STOMATE}
988N_SELF_THIN =  -9999.,0.4,0.4,0.4,0.4,0.4,0.4,0.4,0.4,-9999.,-9999.,-9999.,-9999.
989
990# P_USE_RESERVE ([-]) :  Maximum ratio to use reserve to fill labile N in case of N limitation  {OK_STOMATE}
991P_USE_RESERVE = 
992
993# HEIGHT_INIT ([m]) :  height of a newly established vegetation         {OK_STOMATE}
994HEIGHT_INIT =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 0.3, 0.3, 0.3, 0.3
995
996# DIA_INIT_MIN ([m]) :  minimum diameter of a newly established forest stand    {OK_STOMATE}
997DIA_INIT_MIN =  -9999., 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, -9999., -9999., -9999., -9999.
998
999# DIA_INIT_MAX ([m]) :  maximum diameter of a newly established forest stand    {OK_STOMATE}
1000DIA_INIT_MAX =  -9999., 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, -9999., -9999., -9999.,-9999.
1001
1002# ALPHA_SELF_THINNING ([-]) :  alpha coefficient of the self thinning relationship      {OK_STOMATE }
1003ALPHA_SELF_THINNING =  -9999., 3000, 3000, 1462, 2262, 1900, 960, 939, 1046, -9999., -9999., -9999., -9999.
1004
1005# BETA_SELF_THINNING ([-]) :  beta coefficient of the self thinning relationship        {OK_STOMATE }
1006BETA_SELF_THINNING =  -9999., -0.57, -0.57, -0.55, -0.61, -0.58, -0.55, -0.56, -0.56, -9999., -9999., -9999., -9999.
1007
1008# FUELWOOD_DIAMETER ([m]) :  Diameter below which harvest will be used as fuelwood      {OK_STOMATE, DIMENSIONAL WOOD PRODUCTS}
1009FUELWOOD_DIAMETER =  -9999., 0.3, 0.3, 0.2, 0.3, 0.3, 0.2, 0.2, 0.2, -9999., -9999., -9999., -9999.
1010
1011# COPPICE_KILL_BE_WOOD ([m]) :  The fraction of belowground wood killed during coppicing        {FOREST_MANAGED equals to 3 (Coppice)}
1012COPPICE_KILL_BE_WOOD =  -9999., 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -9999., -9999., -9999., -9999.
1013
1014# DELEUZE_A ([-]) :  intercept of the intra-tree competition within a stand     {OK_STOMATE, NCIRC>6}
1015DELEUZE_A =  -9999., 0.23, 0.23, 0.23, 0.23, 0.23, 0.23, 0.23, 0.23, 0.23, -9999., -9999., -9999., -9999.
1016
1017# DELEUZE_B ([-]) :  slope of the intra-tree competition within a stand         {OK_STOMATE, NCIRC>6}
1018DELEUZE_B =  -9999., 0.58, 0.58, 0.58, 0.58, 0.58, 0.58, 0.58, 0.58, 0.58, -9999., -9999., -9999., -9999.
1019
1020# DELEUZE_P_ALL ([0-1]) :  Percentile of the circumferences that receives photosynthates        {OK_STOMATE, NCIRC>1 AND NCIRC<6}
1021DELEUZE_P_ALL =  -9999., 0.5, 0.5, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, 0.99, -9999., -9999., -9999., -9999.
1022
1023# DELEUZE_P_COPPICE ([0-1]) :  Percentile of the circumferences that receives photosynthates    {OK_STOMATE, functional allocation  }
1024DELEUZE_P_COPPICE =  -9999., 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, -9999., -9999., -9999., -9999.
1025
1026# DELEUZE_POWER_A ([-]) :  Slope parameter for intra-specific competition       {OK_STOMATE}
1027DELEUZE_POWER_A =  -9999., 0, 0, 0, 0, 0, 0, 0, 0, 0, -9999., -9999., -9999., -9999.
1028
1029# M_DV ([-]) :  Relaxation factor of deleuze relationship       {OK_STOMATE, NCIRC>1 }
1030M_DV =  -9999., 1.05, 1.05, 1.05, 1.05, 1.05, 1.05, 1.05, 1.05, 1.05, -9999., -9999., -9999., -9999.
1031
1032# DENS_TARGET ([tree ha-1]) :  Maximum tree density of a stand  {OK_STOMATE}
1033DENS_TARGET =  0.0, 100, 100, 200, 100, 100, 200, 100, 200, 0.0, 0.0, 0.0, 0.0
1034
1035# LARGEST_TREE_DIA ([m]) :  Maximum tree diameter of a stand    {OK_STOMATE}
1036LARGEST_TREE_DIA =  0.0, .45, .45, .45, .45, .45, .45, .45, .45, 0.0, 0.0, 0.0, 0.0
1037
1038# TAUMIN ([-]) :  Minimum probability that a tree get thinned   {FOREST_MANAGEMENT }
1039TAUMIN =  0.0, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.0, 0.0, 0.0, 0.0
1040
1041# TAUMAX ([-]) :  Maximum probability that a tree get thinned   {FOREST_MANAGEMENT }
1042TAUMAX =  0.0, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.0, 0.0, 0.0, 0.0
1043
1044# ALPHA_RDI_UPPER ([trees.m-2.m-1]) :  Coefficient of the yield-table derived thinning relationship D   {FOREST_MANAGEMENT }
1045ALPHA_RDI_UPPER =  -9999., 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, 0.16, -9999., -9999., -9999., -9999.
1046
1047# BETA_RDI_UPPER ([-]) :  Coefficient of the yield-table derived thinning relationship D        {FOREST_MANAGEMENT }
1048BETA_RDI_UPPER =  -9999., 0.0255, 0.0255, 0.0255, 0.0255, 0.0255, 0.0255, 0.0255, 0.0255, -9999., -9999., -9999., -9999.
1049
1050# ALPHA_RDI_LOWER ([trees.m-2.m-1]) :  Coefficient of the yield-table derived thinning relationship D   {FOREST_MANAGEMENT }
1051ALPHA_RDI_LOWER =  -9999., 0.051, 0.051, 0.051, 0.051, 0.051, 0.051, 0.051, 0.051, -9999., -9999., -9999., -9999.
1052
1053# BETA_RDI_LOWER ([-]) :  Coefficient of the yield-table derived thinning relationship D        {FOREST_MANAGEMENT }
1054BETA_RDI_LOWER =  -9999., 0.0264, 0.0264, 0.0264, 0.0264, 0.0264, 0.0264, 0.0264, 0.0264, -9999., -9999., -9999., -9999.
1055
1056# BRANCH_HARVEST ([-]) :  The fraction of branches which are harvested during FM2 (the rest are left onsite)    {FOREST_MANAGEMENT }
1057BRANCH_HARVEST =  0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 0.0, 0.0   
1058
1059# COPPICE_DIAMETER ([m]) :  The trunk diameter at which a coppice will be cut   {FOREST_MANAGEMENT }
1060COPPICE_DIAMETER =  -9999., 0.2, 0.2, 0.2, 0.2, 0.1, 0.2, 0.2, 0.2, -9999., -9999., -9999., -9999.
1061
1062# SHOOTS_PER_STOOL ([shoots.stool-1]) :  The number of shoots that will regrow per stool after the first coppice cut    {FOREST_MANAGEMENT }
1063SHOOTS_PER_STOOL =  -9999., 6, 6, 6, 6, 6, 6, 6, 6, -9999., -9999., -9999., -9999.
1064
1065# SRC_ROT_LENGTH ([years]) :  The number of years between cuttings for short rotation coppices  {FOREST_MANAGEMENT }
1066SRC_ROT_LENGTH =  -9999., 3, 3, 3, 3, 3, 3, 3, 3, -9999., -9999., -9999., -9999.
1067
1068# SRC_NROTS ([-]) :  Number of rotations before  afinal cut     {FOREST_MANAGEMENT }
1069SRC_NROTS =  -9999., 10, 10, 10, 10, 10, 10, 10, 10, -9999., -9999., -9999., -9999.
1070
1071# FRUIT_ALLOC ([-] ) :  Fraction of allocatable carbon that will go to fruit production         {OK_STOMATE}
1072FRUIT_ALLOC =  (-9999., 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0., 0., 0., 0.)
1073
1074# LABILE_RESERVE  ([-]) :  Depends on the allocation scheme     {OK_STOMATE}
1075LABILE_RESERVE  =  -9999., 60, 30, 60, 60, 30, 60, 10, 10, 2, 2, 2, 2 
1076
1077# EVERGREEN_RESERVE ([-]  ) :  Fraction of sapwood mass stored in the reserve pool of evergreen trees   {OK_STOMATE}
1078EVERGREEN_RESERVE =  -9999., 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05 
1079
1080# DECIDUOUS_RESERVE ([-]  ) :  Fraction of sapwood mass stored in the reserve pool      {OK_STOMATE}
1081DECIDUOUS_RESERVE =  -9999., 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12, 0.12
1082
1083# SENESCENSE_RESERVE ([-]  ) :  Fraction of sapwood mass stored in the reserve pool of          {OK_STOMATE}
1084SENESCENSE_RESERVE =  -9999., 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15 
1085
1086# ROOT_RESERVE ([-]  ) :  Fraction of max root biomass which are covered by the carbon reserve  {OK_STOMATE}
1087ROOT_RESERVE =  -9999., 0.3, 1., 0.3, 0.3, 1., 0.3, 1.,  1., 1., 1., 1., 1. 
1088
1089# FCN_WOOD ([-] ) :  CN of wood for allocation, relative to leaf CN     {OK_STOMATE}
1090FCN_WOOD =  -9999., .087, .087, .087, .087, .087, .087, .087, .087, .087, .087, .087
1091
1092# FCN_ROOT ([-] ) :  CN roots for allocation, relative to leaf CN       {OK_STOMATE}
1093FCN_ROOT =  -9999., 0.86, 0.86, 0.86, 0.86, 0.86, 0.86, 0.86, 0.86, 0.86, 0.86, 0.86
1094
1095# BRANCH_RATIO ([-]) :  Share of the sapwood and heartwood that is used for branches    {FOREST_MANAGEMENT }
1096BRANCH_RATIO =  0.0, 0.38, 0.38, 0.25, 0.38, 0.38, 0.25, 0.38, 0.25, 0.0, 0.0, 0.0, 0.0   
1097
1098# RECRUITMENT_PFT   ([FLAG]  ) :  Logical recruitment flag for each pft         {OK_STOMATE  }
1099RECRUITMENT_PFT   =  FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE   
1100
1101# RECRUITMENT_HEIGHT   ([m]  ) :  Prescribed height for tree recruits (m)       {OK_STOMATE  }
1102RECRUITMENT_HEIGHT   =  -9999., 1, 1, 1, 1, 1, 1, 1, 1, 1, -9999., -9999., -9999.   
1103
1104# RECRUITMENT_ALPHA   ([-]  ) :  Intercept of power model relating light and recruitment numbers        {OK_STOMATE  }
1105RECRUITMENT_ALPHA   =  -9999., -3.0, -3.0, -3.0, -3.0, -3.0, -3.0, -3.0, -3.0, -9999., -9999., -9999., -9999.   
1106
1107# RECRUITMENT_BETA   ([-]  ) :  Slope of power model relating light and recruitment numbers     {OK_STOMATE  }
1108RECRUITMENT_BETA   =  -9999., 0.8, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, -9999., -9999., -9999., -9999.   
1109
1110# DEATH_DISTRIBUTION_FACTOR ([-] ) :  Shape parameter for tree mortality        {OK_STOMATE, FUNCTIONAL ALLOCATION}
1111DEATH_DISTRIBUTION_FACTOR =  -9999., 100., 100., 100., 100., 100., 100., 100., 100., -9999., -9999., -9999., -9999.   
1112
1113# NPP_RESET_VALUE ([gC m-2 y-1] ) :  The value longterm NPP is reset to npp_reset_value after a non-tree stand dies.    {OK_STOMATE, FUNCTIONAL ALLOCATION}
1114NPP_RESET_VALUE =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 500., 500., 500., 500.   
1115
1116# NDYING_YEAR ([year] ) :  Number of year for a forest to die   {OK_STOMATE}
1117NDYING_YEAR =  -9999., 15.0, 15.0, 15.0, 15.0, 15.0, 15.0, 15.0,
1118
1119# BEETLE_PFT   ([FLAG]  ) :  Logical bark beetle mortality flag for each pft    {OK_STOMATE  }
1120BEETLE_PFT   =  FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE,
1121
1122# AGE_SUSCEPTIBILITY_A ([-] ) :  a parameter for the relationship between stand age and beetle susceptibility   {OK_STOMATE, OK_PEST}
1123AGE_SUSCEPTIBILITY_A =  -9999., -9999., -9999., 0.2, -9999., -9999., 0.2, -9999., -9999., -9999., -9999., -9999., -9999.
1124
1125# AGE_SUSCEPTIBILITY_B ([-]) :  b parameter for the relationship between stand age and beetle susceptibility    {OK_STOMATE, OK_PEST}
1126AGE_SUSCEPTIBILITY_B =  -9999., -9999., -9999., 0.01094542, -9999., -9999., 0.01094542, -9999., -9999., -9999., -9999., -9999., -9999.
1127
1128# AGE_SUSCEPTIBILITY_C ([-]) :  c parameter for the relationship between stand age and beetle susceptibility    {OK_STOMATE, OK_PEST}
1129AGE_SUSCEPTIBILITY_C =  -9999., -9999., -9999., 70.0, -9999., -9999., 70.0, -9999., -9999., -9999., -9999., -9999., -9999.
1130
1131# RDI_SUSCEPTIBILITY_A ([-] ) :  a parameter for the relationship between rdi and       {OK_STOMATE, OK_PEST}
1132RDI_SUSCEPTIBILITY_A =  -9999., -9999., -9999., 15.5, -9999., -9999., 15.5, -9999.,
1133
1134# RDI_SUSCEPTIBILITY_B ([-]) :  b parameter for the relationship between rdi and        {OK_STOMATE, OK_PEST}
1135RDI_SUSCEPTIBILITY_B =  -9999., -9999., -9999., 0.6, -9999., -9999.,
1136
1137# SHARE_SUSCEPTIBILITY_A ([-] ) :  a parameter for the relationship between share and   {OK_STOMATE, OK_PEST}
1138SHARE_SUSCEPTIBILITY_A =  -9999., -9999., -9999., 1.5, -9999., -9999., 15.5, -9999.,
1139
1140# SHARE_SUSCEPTIBILITY_B ([-]) :  b parameter for the relationship between share and    {OK_STOMATE, OK_PEST}
1141SHARE_SUSCEPTIBILITY_B =  -9999., -9999., -9999., 0.6, -9999., -9999.,
1142
1143# DROUGHT_SUSCEPTIBILITY_A ([-]) :  a parameter for the relationship between drought and beetle susceptibility  {OK_STOMATE, OK_PEST}
1144DROUGHT_SUSCEPTIBILITY_A =  -9999., -9999., -9999., -9.5, -9999., -9999., -9.5, -9999., -9999., -9999., -9999., -9999., -9999.
1145
1146# DROUGHT_SUSCEPTIBILITY_B ([-]) :  b parameter for the relationship between drought and beetle susceptibility  {OK_STOMATE, OK_PEST}
1147DROUGHT_SUSCEPTIBILITY_B =  -9999., -9999., -9999., 0.4, -9999., -9999., 0.4, -9999., -9999., -9999., -9999., -9999., -9999.
1148
1149# WINDTHROW_SUSCEPTIBILITY_TUNE ([-]) :  tune parameter for the relationship between woodleftover and beetle susceptibility     {OK_STOMATE, OK_PEST}
1150WINDTHROW_SUSCEPTIBILITY_TUNE =  -9999., -9999., -9999., 1.0, -9999., -9999., 0.5, -9999., -9999., -9999., -9999., -9999., -9999.
1151
1152# BEETLE_GENERATION_A ([-] ) :  a parameter for the calculation of the number of beetle generation per year     {OK_STOMATE}
1153BEETLE_GENERATION_A =  -9999., -9999., -9999., 3.307963, -9999., -9999., 3.307963, -9999., -9999., -9999., -9999., -9999., -9999.
1154
1155# BEETLE_GENERATION_B ([degrees day] ) :  b parameter for the calculation of the number of beetle generation per year   {OK_STOMATE}
1156BEETLE_GENERATION_B =  -9999., -9999., -9999., 557.0, -9999., -9999., 557.0, -9999., -9999., -9999., -9999., -9999., -9999.
1157
1158# BEETLE_GENERATION_C ([-] ) :  c parameter for the calculation of the number of beetle generation per year     {OK_STOMATE}
1159BEETLE_GENERATION_C =  -9999., -9999., -9999., 1.980938, -9999., -9999., 1.980938, -9999., -9999., -9999., -9999., -9999., -9999.
1160
1161# MIN_TEMP_BEETLE ([degree celcius] ) :  temperature threshold below which Teff is not calculated       {OK_STOMATE}
1162MIN_TEMP_BEETLE =  -9999., -9999., -9999., 38.4, -9999., -9999., 38.4, -9999., -9999., -9999., -9999., -9999., -9999. 
1163
1164# MAX_TEMP_BEETLE ([ degree celcius] ) :  temperature threshold above which Teff is not calculated      {OK_STOMATE}
1165MAX_TEMP_BEETLE =  -9999., -9999., -9999., 38.4, -9999., -9999., 38.4, -9999., -9999., -9999., -9999., -9999., -9999.
1166
1167# OPT_TEMP_BEETLE ([-] ) :  a parameter for the calculation of the effective temperature used in beetle phenology       {OK_STOMATE}
1168OPT_TEMP_BEETLE =  -9999., -9999., -9999., 30.3, -9999., -9999., 30.3, -9999., -9999., -9999., -9999., -9999., -9999.
1169
1170# EFF_TEMP_BEETLE_A ([-] ) :  a parameter for the calculation of the effective temperature used in beetle phenology     {OK_STOMATE}
1171EFF_TEMP_BEETLE_A =  -9999., -9999., -9999., 0.02876507, -9999., -9999., 0.02876507, -9999., -9999., -9999., -9999., -9999., -9999.
1172
1173# EFF_TEMP_BEETLE_B ([-] ) :  b parameter for the calculation of the effective temperature used in beetle phenology     {OK_STOMATE}
1174EFF_TEMP_BEETLE_B =  -9999., -9999., -9999., 40.9958913, -9999., -9999., 40.9958913, -9999., -9999., -9999., -9999., -9999., -9999.
1175
1176# EFF_TEMP_BEETLE_C ([-] ) :  c parameter for the calculation of the effective temperature used in beetle phenology     {OK_STOMATE}
1177EFF_TEMP_BEETLE_C =  -9999., -9999., -9999., 3.5922336, -9999., -9999., 3.5922336, -9999., -9999., -9999., -9999., -9999., -9999.
1178
1179# EFF_TEMP_BEETLE_D ([-] ) :  d parameter for the calculation of the effective temperature used in beetle phenology     {OK_STOMATE}
1180EFF_TEMP_BEETLE_D =  -9999., -9999., -9999., 1.24657367, -9999., -9999., 1.24657367, -9999., -9999., -9999., -9999., -9999., -9999.
1181
1182# DIAPAUSE_THRES_DAYLENGTH ([hour] ) :  daylength in hour above which bark beetle start diapause        {OK_STOMATE}
1183DIAPAUSE_THRES_DAYLENGTH =  -9999., -9999., -9999., 14.5, -9999., -9999., 14.5, -9999., -9999., -9999., -9999., -9999., -9999. 
1184
1185# WGHT_SIRDI_A ([hour] ) :  ""  {OK_STOMATE}
1186WGHT_SIRDI_A =  -9999., -9999., -9999., 15.5, -9999., -9999., 15.5, -9999.,
1187
1188# WGHT_SIRDI_B ([hour] ) :  ""  {OK_STOMATE}
1189WGHT_SIRDI_B =  -9999., -9999., -9999., 0.5, -9999., -9999., 0.5, -9999.,
1190
1191# WGHT_SID ([hour] ) :  ""      {OK_STOMATE}
1192WGHT_SID =  -9999., -9999., -9999., 0.1, -9999., -9999., 0.1, -9999.,
1193
1194# WGHT_SIS ([hour] ) :  ""      {OK_STOMATE}
1195WGHT_SIS =  -9999., -9999., -9999., 0.1, -9999., -9999., 0.1, -9999.,
1196
1197# STREAMLINING_C_LEAF ([-] ) :  streamlining parameter for crown with leaves    {OK_STOMATE, OK_WINDTHROW}
1198STREAMLINING_C_LEAF =  -9999., 2.34, 2.34, 2.70, 2.66, 2.34, 2.71, 2.15, 3.07, -9999., -9999., -9999., -9999.
1199
1200# STREAMLINING_C_LEAFLESS ([-]) :  streamlining parameter for crown without leaves      {OK_STOMATE, OK_WINDTHROW}
1201STREAMLINING_C_LEAFLESS =  -9999., 2.34, 2.34, 2.70, 2.66, 2.34, 2.71, 2.15, 3.07, -9999., -9999., -9999., -9999.
1202
1203# STREAMLINING_N_LEAF ([-]) :  streamlining parameter for crown with leaves     {OK_STOMATE, OK_WINDTHROW}
1204STREAMLINING_N_LEAF =  -9999., 0.88, 0.88, 0.64, 0.85, 0.88, 0.63, 0.88, 0.75, -9999., -9999., -9999., -9999.
1205
1206# STREAMLINING_N_LEAFLESS ([-]) :  streamlining parameter for crown without leaves      {OK_STOMATE, OK_WINDTHROW}
1207STREAMLINING_N_LEAFLESS =  -9999., 0.88, 0.88, 0.64, 0.85, 0.88, 0.63, 0.88, 0.75, -9999., -9999., -9999., -9999.
1208
1209# MODULUS_RUPTURE ([Pa]) :  Modulus of rupture  {OK_STOMATE, OK_WINDTHROW}
1210MODULUS_RUPTURE =  -9999., 6.23E7, 6.23E7, 4.13E7, 5.90E7, 6.23E7, 4.10E7, 6.27E7, 5.30E7, -9999., -9999., -9999., -9999.
1211
1212# F_KNOT ([unitless]) :  Knot factor    {OK_STOMATE, OK_WINDTHROW}
1213F_KNOT =  -9999., 1.0, 1.0, 0.87, 1.0, 1.0, 0.88, 1.0, 0.85, -9999., -9999., -9999., -9999.
1214
1215# GREEN_DENSITY ([kg.m-3]) :  Green density of the tree         {OK_STOMATE, OK_WINDTHROW}
1216GREEN_DENSITY =  -9999., 1007, 1007, 985, 1060, 1007, 990, 968, 900, -9999., -9999., -9999., -9999.
1217
1218# OV_FD_SHALLOW  ([Nm/kg]) :  Regression coefficient for overturning in free draining and shallow soil type     {OK_STOMATE, OK_WINDTHROW}
1219OV_FD_SHALLOW  =  -9999., 175.3, 175.3, 134.7, 198.5, 175.3, 132.6, 152.0, 145.2, -9999., -9999., -9999., -9999. 
1220
1221# OV_FD_SHALLOW_LESS ([Nm/Kg]) :  Regression coefficient for overturning in free draining and shallow soil type leafless        {OK_STOMATE, OK_WINDTHROW}
1222OV_FD_SHALLOW_LESS =  -9999., 175.3, 175.3, 134.7, 198.5, 175.3, 132.6, 152.0, 145.2, -9999., -9999., -9999., -9999.
1223
1224# OV_FD_DEEP ([Nm/Kg]) :  Regression coefficient for overturning in free draining and deep soil type    {OK_STOMATE, OK_WINDTHROW}
1225OV_FD_DEEP =  -9999., 203.8, 203.8, 157.2, 230.8, 230.8, 154.8, 176.7, 169.4, -9999., -9999., -9999., -9999. 
1226
1227# OV_FD_DEEP_LESS ([Nm/Kg]) :  Regression coefficient for overturning in free draining and deep soil type leafless      {OK_STOMATE, OK_WINDTHROW}
1228OV_FD_DEEP_LESS =  -9999., 203.8, 203.8, 157.2, 230.8, 230.8, 154.8, 176.7, 169.4, -9999., -9999., -9999., -9999.   
1229
1230# OV_FD_AVERAGE ([Nm/Kg]) :  Regression coefficient for overturning in free draining and medium soil type       {OK_STOMATE, OK_WINDTHROW}
1231OV_FD_AVERAGE =  -9999., 178.7, 178.7, 137.8, 202.4, 178.7, 135.7, 155.0, 148.6, -9999., -9999., -9999., -9999.   
1232
1233# OV_FD_AVERAGE_LESS  ([Nm/Kg]) :  Regression coefficient for overturning in free draining and medium soil type leafless        {OK_STOMATE, OK_WINDTHROW}
1234OV_FD_AVERAGE_LESS  =  -9999., 178.7, 178.7, 137.8, 202.4, 178.7, 135.7, 155.0, 148.6, -9999., -9999., -9999., -9999. 
1235
1236# OV_GLEYED_SHALLOW ([Nm/Kg]) :  Regression coefficient for overturning in gleyed and shallow soil type         {OK_STOMATE, OK_WINDTHROW}
1237OV_GLEYED_SHALLOW =  -9999., 155.4, 155.4, 119.4, 176.0, 155.4, 117.6, 134.8, 128.7, -9999., -9999., -9999., -9999. 
1238
1239# OV_GLEYED_SHALLOW_LESS ([Nm/Kg]) :  Regression coefficient for overturning in gleyed and shallow soil type leafless   {OK_STOMATE, OK_WINDTHROW}
1240OV_GLEYED_SHALLOW_LESS =  -9999., 155.4, 155.4, 119.4, 176.0, 155.4, 117.6, 134.8, 128.7, -9999., -9999., -9999., -9999.   
1241
1242# OV_GLEYED_DEEP ([Nm/Kg) :  Regression coefficient for overturning in gleyed and deep soil type        {OK_STOMATE, OK_WINDTHROW}
1243OV_GLEYED_DEEP =  -9999., 180.6, 180.6, 139.3, 204.6, 180.6, 137.2, 156.7, 150.2, -9999., -9999., -9999., -9999. 
1244
1245# OV_GLEYED_DEEP_LESS  ([Nm/Kg]) :  Regression coefficient for overturning in gleyed and deep soil type leafless        {OK_STOMATE, OK_WINDTHROW}
1246OV_GLEYED_DEEP_LESS  =  -9999., 180.6, 180.6, 139.3, 204.6, 180.6, 137.2, 156.7, 150.2, -9999., -9999., -9999., -9999.   
1247
1248# OV_GLEYED_AVERAGE ([Nm/Kg]) :  Regression coefficient for overturning in gleyed and medium soil type  {OK_STOMATE, OK_WINDTHROW}
1249OV_GLEYED_AVERAGE =  -9999., 158.5, 158.5, 122.2, 179.5, 158.5, 120.3, 137.4, 131.7, -9999., -9999., -9999., -9999.   
1250
1251# OV_GLEYED_AVERAGE_LESS ([Nm/Kg]) :  Regression coefficient for overturning in gleyed and medium soil type leafless    {OK_STOMATE, OK_WINDTHROW}
1252OV_GLEYED_AVERAGE_LESS =  -9999., 158.5, 158.5, 122.2, 179.5, 158.5, 120.3, 137.4, 131.7, -9999., -9999., -9999., -9999.   
1253
1254# OV_PEATY_SHALLOW ([Nm/Kg]) :  Regression coefficient for overturning in peaty and shallow soil type   {OK_STOMATE, OK_WINDTHROW}
1255OV_PEATY_SHALLOW =  -9999., 169.7, 169.7, 130.4, 192.2, 169.7, 128.4, 147.2, 140.6, -9999., -9999., -9999., -9999.   
1256
1257# OV_PEATY_SHALLOW_LESS ([Nm/Kg]) :  Regression coefficient for overturning in peaty and shallow soil type leafless     {OK_STOMATE, OK_WINDTHROW}
1258OV_PEATY_SHALLOW_LESS =  -9999., 169.7, 169.7, 130.4, 192.2, 169.7, 128.4, 147.2, 140.6, -9999., -9999., -9999., -9999.   
1259
1260# OV_PEATY_DEEP ([Nm/Kg]) :  Regression coefficient for overturning in peaty and deep soil type         {OK_STOMATE, OK_WINDTHROW}
1261OV_PEATY_DEEP =  -9999., 191.4, 191.4, 152.1, 223.5, 191.4, 141.9, 159.2, 164.0, -9999., -9999., -9999., -9999.   
1262
1263# OV_PEATY_DEEP_LESS ([Nm/Kg]) :  Regression coefficient for overturning in peaty and deep soil type leafless           {OK_STOMATE, OK_WINDTHROW}
1264OV_PEATY_DEEP_LESS =  -9999., 191.4, 191.4, 152.1, 223.5, 191.4, 141.9, 159.2, 164.0, -9999., -9999., -9999., -9999.   
1265
1266# OV_PEATY_AVERAGE ([Nm/Kg]) :  Regression coefficient for overturning in peaty and medium soil type    {OK_STOMATE, OK_WINDTHROW}
1267OV_PEATY_AVERAGE =  -9999., 178.9, 178.9, 133.4, 195.9, 178.9, 131.4, 162.0, 143.8, -9999., -9999., -9999., -9999. 
1268
1269# OV_PEATY_AVERAGE_LESS ([Nm/Kg]) :  Regression coefficient for overturning in peaty and medium soil type leafless      {OK_STOMATE, OK_WINDTHROW}
1270OV_PEATY_AVERAGE_LESS =  -9999., 178.9, 178.9, 133.4, 195.9, 178.9, 131.4, 162.0, 143.8, -9999., -9999., -9999., -9999.   
1271
1272# OV_PEAT_SHALLOW ([Nm/Kg]) :  Regression coefficient for overturning in shallow peat soil type         {OK_STOMATE, OK_WINDTHROW}
1273OV_PEAT_SHALLOW =  -9999., 193.0, 193.0, 148.3, 218.6, 193.0, 146.0, 167.4, 159.9, -9999., -9999., -9999., -9999.   
1274
1275# OV_PEAT_SHALLOW_LESS ([Nm/Kg]) :  Regression coefficient for overturning in shallow peat soil leafless        {OK_STOMATE, OK_WINDTHROW}
1276OV_PEAT_SHALLOW_LESS =  -9999., 193.0, 193.0, 148.3, 218.6, 193.0, 146.0, 167.4, 159.9, -9999., -9999., -9999., -9999. 
1277
1278# OV_PEAT_DEEP ([Nm/Kg]) :  Regression coefficient for overturning in deep peat soil    {OK_STOMATE, OK_WINDTHROW}
1279OV_PEAT_DEEP =  -9999., 224.4, 224.4, 173.1, 254.2, 224.4, 170.4, 194.7, 186.6, -9999., -9999., -9999., -9999.
1280
1281# OV_PEAT_DEEP_LESS ([Nm/Kg]) :  Regression coefficient for overturning in deep peat soil leafless      {OK_STOMATE, OK_WINDTHROW}
1282OV_PEAT_DEEP_LESS =  -9999., 224.4, 224.4, 173.1, 254.2, 224.4, 170.4, 194.7, 186.6, -9999., -9999., -9999., -9999.
1283
1284# OV_PEAT_AVERAGE ([Nm/Kg]) :  Regression coefficient for overturning in medium peat soil       {OK_STOMATE, OK_WINDTHROW}
1285OV_PEAT_AVERAGE =  -9999., 196.9, 196.9, 151.8, 223.0, 196.9, 149.4, 170.8, 163.6, -9999., -9999., -9999., -9999.   
1286
1287# OV_PEAT_AVERAGE_LESS ([Nm/Kg]) :  Regression coefficient for overturning in medium peat soil leafless         {OK_STOMATE, OK_WINDTHROW}
1288OV_PEAT_AVERAGE_LESS =  -9999., 196.9, 196.9, 151.8, 223.0, 196.9, 149.4, 170.8, 163.6, -9999., -9999., -9999., -9999. 
1289
1290# MDF ([unitless]) :  Maximum damage rate away from the forest edge     {OK_STOMATE, OK_WINDTHROW}
1291MDF =  -9999., 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8 
1292
1293# MDC ([unitless]) :  Maximum damage rate nearby the forest edge        {OK_STOMATE, OK_WINDTHROW}
1294MDC =  -9999., 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8 
1295
1296# SFF ([unitless]) :  Scaling factor for maximum damage rate away from the forest edge          {OK_STOMATE, OK_WINDTHROW}
1297SFF =  -9999., 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8 
1298
1299# SFC ([unitless]) :  Scaling factor for maximum damage rate nearby the forest edge     {OK_STOMATE, OK_WINDTHROW}
1300SFC =  -9999., 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8 
1301
1302# LEAFFALL ([days]) :  length of death of leaves, tabulated     {OK_STOMATE}
1303LEAFFALL =  -9999., -9999., 10., -9999., -9999., 10., -9999., 10., 10., 10., 10., 10., 10. 
1304
1305# PRESENESCENCE_RATIO ([0-1, unitless]) :  The ratio of maintenance respiration to gpp beyond which presenescence       {OK_STOMATE}
1306PRESENESCENCE_RATIO =   
1307
1308# SENESCENCE_TYPE ([-]) :  type of senescence, tabulated        {OK_STOMATE}
1309SENESCENCE_TYPE =  none, none, dry, none, none, cold, none, cold, cold, mixed, mixed, mixed, mixed 
1310
1311# SENESCENCE_HUM ([-] ) :  critical relative moisture availability for senescence       {OK_STOMATE}
1312SENESCENCE_HUM =  -9999., -9999., .3, -9999., -9999., -9999., -9999., -9999., -9999., .2, .2, .3, .2 
1313
1314# NOSENESCENCE_HUM ([-]) :  relative moisture availability above which there is no humidity-related senescence  {OK_STOMATE}
1315NOSENESCENCE_HUM =  -9999., -9999., .8, -9999., -9999., -9999., -9999., -9999., -9999., .3, .3, .3, .3 
1316
1317# MAX_TURNOVER_TIME ([days]) :  maximum turnover time for grasse        {OK_STOMATE}
1318MAX_TURNOVER_TIME =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999.,  80.,  80., 80., 80. 
1319
1320# MIN_TURNOVER_TIME ([days]) :  minimum turnover time for grasse        {OK_STOMATE}
1321MIN_TURNOVER_TIME =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 10., 10., 10., 10. 
1322
1323# RECYCLE_LEAF ([-]) :  Fraction of N leaf that is recycled when leaves are senescent   {OK_STOMATE}
1324RECYCLE_LEAF =  -9999., 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5 
1325
1326# RECYCLE_ROOT ([-]) :  Fraction of N root that is recycled when roots are senescent    {OK_STOMATE}
1327RECYCLE_ROOT =  -9999., 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2 
1328
1329# MIN_LEAF_AGE_FOR_SENESCENCE ([days] ) :  minimum leaf age to allow senescence g       {OK_STOMATE}
1330MIN_LEAF_AGE_FOR_SENESCENCE =  -9999., -9999., 90., -9999., -9999., 90., -9999., 60., 60., 30., 30., 30., 30.
1331
1332# SENESCENCE_TEMP_C ([-]) :  critical temperature for senescence (C), constant c of aT^2+bT+c, tabulated        {OK_STOMATE}
1333SENESCENCE_TEMP_C =  -9999., -9999., -9999., -9999., -9999., 12., -9999., 7., 2., -1.375, 5., 5., 10.
1334
1335# SENESCENCE_TEMP_B ([-]) :  critical temperature for senescence (C), constant b of aT^2+bT+c ,tabulated        {OK_STOMATE }
1336SENESCENCE_TEMP_B =  -9999., -9999., -9999., -9999., -9999., 0., -9999., 0., 0., .1, 0., 0., 0.
1337
1338# SENESCENCE_TEMP_A ([-] ) :  critical temperature for senescence (C), constant a of aT^2+bT+c , tabulated      {OK_STOMATE}
1339SENESCENCE_TEMP_A =  -9999., -9999., -9999., -9999., -9999., 0., -9999., 0., 0.,.00375, 0., 0., 0. 
1340
1341# GDD_SENESCENCE ([days] ) :  minimum gdd to allow senescence of crops          {OK_STOMATE}
1342GDD_SENESCENCE =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 950., 4000.
1343
1344# ALWAYS_INIT ([BOOLEAN]) :  Take carbon from atmosphere if carbohydrate reserve too small      {OK_STOMATE}
1345ALWAYS_INIT =  y, y, y, y, y, y, y, y, y, y, n, y, y
1346
1347# MAX_SOIL_N_BNF ([gN/m**2] ) :  Value of total N (NH4+NO3) above which we stop adding N via BNF (gN/m**2)      {OK_STOMATE}
1348MAX_SOIL_N_BNF =  0.0, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 1.5, 2., 2., 2., 2.
1349
1350# MANURE_PFTWEIGHT ([gC/gN] ) :  Weight of the distribution of manure over the PFT surface      {OK_STOMATE}
1351MANURE_PFTWEIGHT =  0., 0., 0., 0., 0., 0., 0., 0., 0., 1., 1., 1., 1. 
1352
1353# HARVEST_RATIO ([unitless] ) :  Share of biomass that is harvested     {OK_STOMATE}
1354HARVEST_RATIO =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 0.5, 0.5
1355
1356# RESIDENCE_TIME ([years]) :  residence time of trees   {OK_DGVM and NOT(LPJ_GAP_CONST_MORT)}
1357RESIDENCE_TIME =  -9999., 30.0, 30.0, 40.0, 40.0, 40.0, 80.0, 80.0, 80.0, 0.0, 0.0, 0.0, 0.0 
1358
1359# TMIN_CRIT ([C]) :  critical tmin, tabulated   {OK_STOMATE}
1360TMIN_CRIT =  -9999.,  0.0, 0.0, -30.0, -14.0, -30.0, -45.0, -45.0, -9999., -9999., -9999., -9999., -9999.
1361
1362# TCM_CRIT ([C]) :  critical tcm, tabulated     {OK_STOMATE}
1363TCM_CRIT =  -9999., -9999., -9999., 5.0, 15.5, 15.5, -8.0, -8.0, -8.0, -9999., -9999., -9999., -9999.
1364
1365# HERBIVORES ([FLAG]) :  herbivores allowed?    {OK_STOMATE }
1366HERBIVORES =  n
1367
1368# TREAT_EXPANSION ([FLAG]) :  treat expansion of PFTs across a grid cell?       {OK_STOMATE }
1369TREAT_EXPANSION =  n
1370
1371# SLA_DYN ([FLAG]) :  Account for a dynamic SLA         {OK_STOMATE}
1372SLA_DYN =  n
1373
1374# LPJ_GAP_CONST_MORT ([FLAG]) :  Constant mortality     {OK_STOMATE AND NOT OK_DGVM}
1375LPJ_GAP_CONST_MORT =  y/n depending on OK_DGVM
1376
1377# HARVEST_AGRI ([FLAG]) :  Harvest model for agricultural PFTs.         {OK_STOMATE }
1378HARVEST_AGRI =  y
1379
1380# FIRE_DISABLE ([FLAG]) :  no fire allowed      {OK_STOMATE }
1381FIRE_DISABLE =  y
1382
1383# SPINUP_ANALYTIC (BOOLEAN    ) :  Activation of the analytic resolution of the spinup.         {OK_STOMATE}
1384SPINUP_ANALYTIC =  n
1385
1386# HACK_ENERBIL_HYDROL ([FLAG]) :  Flag to skip a particular block of code in mleb.f90   {-}
1387HACK_ENERBIL_HYDROL =  n
1388
1389# HACK_E_FRAC ([FLAG]) :  Bypass root length in the calculation of psi_soilroot         {OK_HYDROL_ARCH}
1390HACK_E_FRAC =  n
1391
1392# HACK_PGAP ([FLAG]) :  Flag to use Lambert Beer instead of Pgap        {-}
1393HACK_PGAP =  n
1394
1395# HACK_VESSEL_LOSS (unitless) :  constant vessel_loss in hydraulic_rachitecture         {OK_VESSEL_MORTALITY}
1396HACK_VESSEL_LOSS =  -9999
1397
1398# AGRICULTURE ([FLAG]) :  agriculture allowed?  {OK_SECHIBA or OK_STOMATE}
1399AGRICULTURE =  y
1400
1401# IMPOSE_VEG ([FLAG]) :  Should the vegetation be prescribed ?  {OK_SECHIBA or OK_STOMATE}
1402IMPOSE_VEG =  n
1403
1404# IMPOSE_SOILT ([FLAG]) :  Should the soil type be prescribed ?         
1405IMPOSE_SOILT =  n
1406
1407# IMPOSE_NINPUT_DEP ([FLAG]) :  Should the N inputs from atmospheric deposition be prescribed ?         {NOT IMPOSE_CN}
1408IMPOSE_NINPUT_DEP =  n
1409
1410# IMPOSE_NINPUT_FERT ([FLAG]) :  Should the N inputs from fertilizer be prescribed ?    {-}
1411IMPOSE_NINPUT_FERT =  n
1412
1413# IMPOSE_NINPUT_MANURE ([FLAG]) :  Should the N inputs from manure be prescribed ?      {-}
1414IMPOSE_NINPUT_MANURE =  n
1415
1416# IMPOSE_NINPUT_BNF ([FLAG]) :  Should the N inputs from biological nitrogen fixation (BNF) be prescribed ?     {-}
1417IMPOSE_NINPUT_BNF =  n
1418
1419# LAI_MAP ([FLAG]) :  Read the LAI map  {OK_SECHIBA or OK_STOMATE}
1420LAI_MAP =  n
1421
1422# VEGET_UPDATE ([years]) :  Update vegetation frequency: 0Y or 1Y       {}
1423VEGET_UPDATE =  0Y
1424
1425# VEGETMAP_RESET ([FLAG] ) :  Flag to change vegetation map without activating LAND USE change for carbon fluxes. At the same time carbon related variables are reset to zero.  {}
1426VEGETMAP_RESET =  n
1427
1428# NINPUT_REINIT ([FLAG] ) :  booleen to indicate that a new N INPUT file will be used.  {-}
1429NINPUT_REINIT =  y
1430
1431# NINPUT_YEAR ([FLAG] ) :  Year of the N input map to be read   {-}
1432NINPUT_YEAR =  1
1433
1434# NINPUT_SUFFIX_YEAR ([FLAG] ) :  Do the Ninput dataset have a 'year' suffix    {-}
1435NINPUT_SUFFIX_YEAR =  false
1436
1437# MAXMASS_SNOW ([kg/m^2]  ) :  The maximum mass of a snow       {OK_SECHIBA}
1438MAXMASS_SNOW =  3000.
1439
1440# SNOWCRI ([kg/m^2]  ) :  Sets the amount above which only sublimation occures          {OK_SECHIBA}
1441SNOWCRI =  1.5
1442
1443# MIN_WIND ([m/s]) :  Minimum wind speed        {OK_SECHIBA}
1444MIN_WIND =  0.1
1445
1446# MAX_SNOW_AGE ([days?]) :  Maximum period of snow aging        {OK_SECHIBA}
1447MAX_SNOW_AGE =  50.
1448
1449# SNOW_TRANS ([m]   ) :  Transformation time constant for snow  {OK_SECHIBA}
1450SNOW_TRANS =  0.2
1451
1452# OK_NUDGE_MC ([FLAG]) :  Activate nudging of soil moisture     {}
1453OK_NUDGE_MC =  n
1454
1455# NUDGE_TAU_MC ([-]) :  Relaxation time for nudging of soil moisture expressed in fraction of the day   {OK_NUDGE_MC}
1456NUDGE_TAU_MC =  1
1457
1458# OK_NUDGE_SNOW ([FLAG]) :  Activate nudging of snow variables  {}
1459OK_NUDGE_SNOW =  n
1460
1461# NUDGE_TAU_SNOW ([-]) :  Relaxation time for nudging of snow variables         {OK_NUDGE_SNOW}
1462NUDGE_TAU_SNOW =  1
1463
1464# NUDGE_INTERPOL_WITH_XIOS ([FLAG]) :  Activate reading and interpolation with XIOS for nudging fields  {OK_NUDGE_MC or OK_NUDGE_SNOW}
1465NUDGE_INTERPOL_WITH_XIOS =  n
1466
1467# HEIGHT_DISPLACEMENT ([m]  ) :  Magic number which relates the height to the displacement height.      {OK_SECHIBA }
1468HEIGHT_DISPLACEMENT =  0.75
1469
1470# Z0_BARE ([m]   ) :  bare soil roughness length        {OK_SECHIBA }
1471Z0_BARE =  0.01 
1472
1473# Z0_ICE ([m]   ) :  ice roughness length       {OK_SECHIBA }
1474Z0_ICE =  0.001
1475
1476# OK_SNOW_ALBEDO_CLM3 ([FLAG]) :  Calculate the snow albedo according to CLM3   {OK_SECHIBA }
1477OK_SNOW_ALBEDO_CLM3 =  TRUE
1478
1479# ALB_SNOW_0_VIS ([-]) :  Albedo for VIS of fresh snow  {OK_SECHIBA }
1480ALB_SNOW_0_VIS =  0.95 
1481
1482# ALB_SNOW_0_NIR ([-]) :  Albedo for NIR of fresh snow  {OK_SECHIBA }
1483ALB_SNOW_0_NIR =  0.65
1484
1485# C_ALBEDO_VIS ([-]) :  constant in albedo calculation  {OK_SECHIBA }
1486C_ALBEDO_VIS =  0.2 
1487
1488# C_ALBEDO_NIR ([-] ) :  constant in albedo calculation         {OK_SECHIBA }
1489C_ALBEDO_NIR =  0.65
1490
1491# TCST_SNOWA ([days]) :  Time constant of the albedo decay of snow      {OK_SECHIBA }
1492TCST_SNOWA =  10.0 
1493
1494# SNOWCRI_ALB ([cm]  ) :  Critical value for computation of snow albedo         {OK_SECHIBA}
1495SNOWCRI_ALB =  10. 
1496
1497# VIS_DRY ([-]  ) :  The correspondance table for the soil color numbers and their albedo       {OK_SECHIBA }
1498VIS_DRY =  0.24, 0.22, 0.20, 0.18, 0.16, 0.14, 0.12, 0.10, 0.27
1499
1500# NIR_DRY ([-]   ) :  The correspondance table for the soil color numbers and their albedo      {OK_SECHIBA }
1501NIR_DRY =  0.48, 0.44, 0.40, 0.36, 0.32, 0.28, 0.24, 0.20, 0.55
1502
1503# VIS_WET  ([-]   ) :  The correspondance table for the soil color numbers and their albedo     {OK_SECHIBA  }
1504VIS_WET  =  0.12, 0.11, 0.10, 0.09, 0.08, 0.07, 0.06, 0.05, 0.15
1505
1506# NIR_WET ([-]    ) :  The correspondance table for the soil color numbers and their albedo     {OK_SECHIBA }
1507NIR_WET =  0.24, 0.22, 0.20, 0.18, 0.16, 0.14, 0.12, 0.10, 0.31
1508
1509# ALBSOIL_VIS ([-]  ) :         {OK_SECHIBA }
1510ALBSOIL_VIS =  0.18, 0.16, 0.16, 0.15, 0.12, 0.105, 0.09, 0.075, 0.25
1511
1512# ALBSOIL_NIR  ([-]  ) :        {OK_SECHIBA }
1513ALBSOIL_NIR  =  0.36, 0.34, 0.34, 0.33, 0.30, 0.25, 0.20, 0.15, 0.45
1514
1515# ALB_DEADLEAF  ([-]     ) :  albedo of dead leaves, VIS+NIR    {OK_SECHIBA }
1516ALB_DEADLEAF  =  0.12, 0.35
1517
1518# ALB_ICE ([-]  ) :  albedo of ice, VIS+NIR     {OK_SECHIBA}
1519ALB_ICE =  0.60, 0.20
1520
1521# CONDVEG_SNOWA ([-]) :  The snow albedo used by SECHIBA        {OK_SECHIBA}
1522CONDVEG_SNOWA =  1.E+20
1523
1524# ALB_BARE_MODEL ([FLAG]) :  Switch bare soil albedo dependent (if TRUE) on soil wetness        {OK_SECHIBA}
1525ALB_BARE_MODEL =  n
1526
1527# ALB_BG_MODIS ([FLAG]) :  Read bare soil albedo from file with background MODIS data   {OK_SECHIBA}
1528ALB_BG_MODIS =  n
1529
1530# IMPOSE_AZE ([FLAG]) :  Should the surface parameters be prescribed    {OK_SECHIBA}
1531IMPOSE_AZE =  n
1532
1533# CONDVEG_Z0 ([m]) :  Surface roughness         {IMPOSE_AZE}
1534CONDVEG_Z0 =  0.15
1535
1536# ROUGHHEIGHT ([m] ) :  Height to be added to the height of the first level     {IMPOSE_AZE}
1537ROUGHHEIGHT =  0.0
1538
1539# CONDVEG_ALBVIS ([-]) :  SW visible albedo for the surface     {IMPOSE_AZE}
1540CONDVEG_ALBVIS =  0.25
1541
1542# CONDVEG_ALBNIR ([-]  ) :  SW near infrared albedo for the surface     {IMPOSE_AZE}
1543CONDVEG_ALBNIR =  0.25
1544
1545# CONDVEG_EMIS ([-] ) :  Emissivity of the surface for LW radiation     {IMPOSE_AZE}
1546CONDVEG_EMIS =  1.0
1547
1548# ROUGH_DYN ([FLAG]) :  Account for a dynamic roughness height  {OK_SECHIBA}
1549ROUGH_DYN =  y
1550
1551# C1 ([-] ) :  Constant used in the formulation of the ratio of         {ROUGH_DYN}
1552C1 =  0.32
1553
1554# C2 ([-] ) :  Constant used in the formulation of the ratio of         {ROUGH_DYN}
1555C2 =  0.264
1556
1557# C3 ([-] ) :  Constant used in the formulation of the ratio of         {ROUGH_DYN}
1558C3 =  15.1
1559
1560# Cdrag_foliage ([-] ) :  Drag coefficient of the foliage       {ROUGH_DYN}
1561Cdrag_foliage =  0.2
1562
1563# Ct ([-] ) :  Heat transfer coefficient of the leaf    {ROUGH_DYN}
1564Ct =  0.01
1565
1566# Prandtl ([-] ) :  Prandtl number used in the calculation of Ct*       {ROUGH_DYN}
1567Prandtl =  0.71
1568
1569# xansmax  ([-] ) :  maximum snow albedo        {OK_SECHIBA}
1570xansmax  =  0.85
1571
1572# xansmin  ([-] ) :  minimum snow albedo        {OK_SECHIBA}
1573xansmin  =  0.50
1574
1575# xans_todry  ([S-1] ) :  albedo decay rate for the dry snow    {OK_SECHIBA}
1576xans_todry  =  0.008
1577
1578# xans_t  ([S-1] ) :  albedo decay rate for the wet snow        {OK_SECHIBA}
1579xans_t  =  0.24
1580
1581# xrhosmax  ([-] ) :  maximum snow density      {OK_SECHIBA}
1582xrhosmax  =  750
1583
1584# xwsnowholdmax1 ([-] ) :  snow holding capacity 1      {OK_SECHIBA}
1585xwsnowholdmax1 =  0.03
1586
1587# xwsnowholdmax2 ([-] ) :  snow holding capacity 2      {OK_SECHIBA}
1588xwsnowholdmax2 =  0.10
1589
1590# xsnowrhohold  ([kg/m3] ) :  snow density      {OK_SECHIBA}
1591xsnowrhohold  =  200.0
1592
1593# ZSNOWTHRMCOND1 ([W/m/K] ) :  Thermal conductivity Coef 1      {OK_SECHIBA}
1594ZSNOWTHRMCOND1 =  0.02 
1595
1596# ZSNOWTHRMCOND2 ([W m5/(kg2 K)] ) :  Thermal conductivity Coef 2       {OK_SECHIBA}
1597ZSNOWTHRMCOND2 =  2.5E-6
1598
1599# ZSNOWTHRMCOND_AVAP ([W/m/K] ) :  Thermal conductivity Coef 1 water vapor      {OK_SECHIBA}
1600ZSNOWTHRMCOND_AVAP =  -0.06023
1601
1602# ZSNOWTHRMCOND_BVAP ([W/m] ) :  Thermal conductivity Coef 2 water vapor        {OK_SECHIBA}
1603ZSNOWTHRMCOND_BVAP =  -2.5425
1604
1605# ZSNOWTHRMCOND_CVAP ([K] ) :  Thermal conductivity Coef 3 water vapor  {OK_SECHIBA}
1606ZSNOWTHRMCOND_CVAP =  -289.99
1607
1608# ZSNOWCMPCT_RHOD ([kg/m3]) :  Snow compaction coefficent       {OK_SECHIBA}
1609ZSNOWCMPCT_RHOD =  150.0
1610
1611# ZSNOWCMPCT_ACM ([1/s]) :  Coefficent for the thermal conductivity     {OK_SECHIBA}
1612ZSNOWCMPCT_ACM =  2.8e-6
1613
1614# ZSNOWCMPCT_BCM ([1/K]) :  Coefficent for the thermal conductivity     {OK_SECHIBA}
1615ZSNOWCMPCT_BCM =  0.04
1616
1617# ZSNOWCMPCT_CCM ([m3/kg] ) :  Coefficent for the thermal conductivity  {OK_SECHIBA}
1618ZSNOWCMPCT_CCM =  460.
1619
1620# ZSNOWCMPCT_V0 ([Pa/s]) :  Vapor coefficent for the thermal conductivity       {OK_SECHIBA}
1621ZSNOWCMPCT_V0 =  3.7e7
1622
1623# ZSNOWCMPCT_VT ([1/K]) :  Vapor coefficent for the thermal conductivity        {OK_SECHIBA}
1624ZSNOWCMPCT_VT =  0.081
1625
1626# ZSNOWCMPCT_VR ([m3/kg]) :  Vapor coefficent for the thermal conductivity      {OK_SECHIBA}
1627ZSNOWCMPCT_VR =  0.018
1628
1629# CB ([-] ) :  Constant of the Louis scheme     {OK_SECHIBA}
1630CB =  5.0
1631
1632# CC ([-] ) :  Constant of the Louis scheme     {OK_SECHIBA}
1633CC =  5.0
1634
1635# CD ([-] ) :  Constant of the Louis scheme     {OK_SECHIBA}
1636CD =  5.0
1637
1638# RAYT_CSTE ([W.m^{-2}] ) :  Constant in the computation of surface resistance          {OK_SECHIBA}
1639RAYT_CSTE =  125
1640
1641# DEFC_PLUS ([K.W^{-1}] ) :  Constant in the computation of surface resistance          {OK_SECHIBA}
1642DEFC_PLUS =  23.E-3
1643
1644# DEFC_MULT ([K.W^{-1}] ) :  Constant in the computation of surface resistance          {OK_SECHIBA}
1645DEFC_MULT =  1.5
1646
1647# NLAI ([-]) :  Number of photosyntheis canopy levels   {OK_SECHIBA}
1648NLAI =  10
1649
1650# JNLVLS ([-]) :  number of photosyntheis canopy levels         {OK_SECHIBA}
1651JNLVLS =  29
1652
1653# JNLVLS_UNDER ([-]) :  number of energy layers under the canopy        {OK_SECHIBA}
1654JNLVLS_UNDER =  10
1655
1656# JNLVLS_CANOPY ([-]) :  number of energy layers in the canopy          {OK_SECHIBA}
1657JNLVLS_CANOPY =  10
1658
1659# JNLVLS_OVER ([-]) :  number of energy layers over the canopy          {OK_SECHIBA}
1660JNLVLS_OVER =  10
1661
1662# NLEV_TOP ([-]) :  Maximum number of canopy levels that are    {OK_SECHIBA}
1663NLEV_TOP =  10
1664
1665# LAIMAX ([m^2/m^2]   ) :  Maximum LAI  {OK_SECHIBA}
1666LAIMAX =   
1667
1668# DEW_VEG_POLY_COEFF ([-]   ) :  coefficients of the polynome of degree 5 for the dew   {OK_SECHIBA}
1669DEW_VEG_POLY_COEFF =  0.887773, 0.205673, 0.110112, 0.014843, 0.000824, 0.000017 
1670
1671# DOWNREGULATION_CO2 ([FLAG]   ) :  Activation of CO2 downregulation    {OK_SECHIBA}
1672DOWNREGULATION_CO2 =  y
1673
1674# DOWNREGULATION_CO2_BASELEVEL ([ppm]   ) :  CO2 base level     {OK_SECHIBA }
1675DOWNREGULATION_CO2_BASELEVEL =  380.
1676
1677# GB_REF ([s m-1]   ) :  Leaf bulk boundary layer resistance    {}
1678GB_REF =  1./25.
1679
1680# CLAYFRACTION_DEFAULT ([-]   ) :  default fraction of clay     {OK_SECHIBA }
1681CLAYFRACTION_DEFAULT =  0.2 
1682
1683# SILTFRACTION_DEFAULT ([-]   ) :  default fraction of silt     {OK_SECHIBA }
1684SILTFRACTION_DEFAULT =  0.4
1685
1686# BULK_DEFAULT ([kg/m3]   ) :  default bulk density     {OK_SECHIBA }
1687BULK_DEFAULT =  1000.0
1688
1689# PH_DEFAULT ([-]   ) :  default soil pH        {OK_SECHIBA }
1690PH_DEFAULT =  5.5
1691
1692# SANDFRACTION_DEFAULT ([-]   ) :  default fraction of sand     {OK_SECHIBA }
1693SANDFRACTION_DEFAULT =  0.4 
1694
1695# SILTFRACTION_DEFAULT ([-]   ) :  default fraction of silt     {OK_SECHIBA }
1696SILTFRACTION_DEFAULT =  0.4 
1697
1698# nvan ([-]) :  nvan parameter from Van genutchen equations     {IMPOSE_VEG and IMPOSE_SOIL}
1699nvan =  1.89 
1700
1701# avan ([-]) :  avan parameter from Van genutchen equations     {IMPOSE_VEG and IMPOSE_SOIL}
1702avan =  0.0075 
1703
1704# mcr ([-]) :  residual soil moisture   {IMPOSE_VEG and IMPOSE_SOIL}
1705mcr =  0.065 
1706
1707# mcs ([-]) :  saturation soil moisture         {IMPOSE_VEG and IMPOSE_SOIL}
1708mcs =  0.41 
1709
1710# ks ([-]) :  saturation conductivity   {IMPOSE_VEG and IMPOSE_SOIL}
1711ks =  1060.8
1712
1713# mcfc ([-]) :  field capacitu soil moisture    {IMPOSE_VEG and IMPOSE_SOIL}
1714mcfc =  0.32
1715
1716# mcw ([-]) :  wilting point soil moisture      {IMPOSE_VEG and IMPOSE_SOIL}
1717mcw =  0.10 
1718
1719# MIN_VEGFRAC  ([-]  ) :  Minimal fraction of mesh a vegetation type can occupy         {OK_SECHIBA }
1720MIN_VEGFRAC  =  0.001 
1721
1722# STEMPDIAG_BID  ([K]) :  only needed for an initial LAI if there is no restart file    {OK_SECHIBA }
1723STEMPDIAG_BID  =  280.
1724
1725# MIN_N (gNH4-N/m^2/day) :  Minimum allowable n_mineralisation in som_dynamics  {OK_STOMATE}
1726MIN_N =  0.0001
1727
1728# MAX_CN ([-]) :  Maximum allowable ratio of som_input_total(:,icarbon)         {OK_STOMATE}
1729MAX_CN =  250
1730
1731# SNC ([gN gC-1]) :  Structural nitrogen concentration  {OK_STOMATE}
1732SNC =  0.004
1733
1734# SUGAR_LOAD_MIN ([-]) :  Lower bound for sugar loading when used to regulate NUE       {OK_STOMATE}
1735SUGAR_LOAD_MIN =  0.0
1736
1737# SUGAR_LOAD_MAX ([-]) :  Upper bound for sugar loading when used to regulate NUE       {OK_STOMATE}
1738SUGAR_LOAD_MAX =  1.0
1739
1740# NCIRC ([-]) :  Number of basal area classes in allocation scheme      {OK_STOMATE, OK_SECHIBA }
1741NCIRC =  2 
1742
1743# SLOPE_RA ([-]) :  Reduction factor to make resp_maint less temperature sensitive      {OK_STOMATE}
1744SLOPE_RA =  1.
1745
1746# LAIEFF_SOLAR_ANGLE ([degrees]) :  The solar zenith angle for effective LAI    {OK_SECHIBA}
1747LAIEFF_SOLAR_ANGLE =  60
1748
1749# LAIEFF_ZERO_CUTOFF ([-]) :  Cutoff for effective lai values   {OK_SECHIBA}
1750LAIEFF_ZERO_CUTOFF =  0.0000001
1751
1752# DIRECT_LIGHT_WEIGHT ([degrees]) :  The weighting factor to weight different sources of light  {OK_SECHIBA}
1753DIRECT_LIGHT_WEIGHT =  0.5
1754
1755# MAINT_RESP_CONTROL ([-]) :  Sets the approach to calculate Rm         {OK_SECHIBA}
1756MAINT_RESP_CONTROL =  'cn'
1757
1758# CROWN_PACKING ([-]) :  Packing efficiency of the crowns within the canopy space       {OK_SECHIBA}
1759CROWN_PACKING =  1.
1760
1761# LAI_LEVEL_DEPTH ([-]  ) :     {}
1762LAI_LEVEL_DEPTH =  0.15
1763
1764# Oi ([ubar]  ) :  Intercellular oxygen partial pressure        {}
1765Oi =  210000.
1766
1767# THRESHOLD_C13_ASSIM ([-]  ) :  If assimilation falls below this threshold the delta_c13 is set to zero        {OK_C13}
1768THRESHOLD_C13_ASSIM =  0.01 
1769
1770# C13_A ([-]  ) :  Coefficient for fractionation occurring due to diffusion in air      {OK_C13}
1771C13_A =  0.01 
1772
1773# C13_B ([-]  ) :  Coefficient for fractionation caused by carboxylation        {OK_C13}
1774C13_B =  0.01 
1775
1776# EXP_KF ([-]   ) :  Exponential of the sensitivity of k_latosa to tree height  {OK_STOMATE}
1777EXP_KF =  1.0
1778
1779# TOO_LONG  ([days]   ) :  longest sustainable time without regeneration (vernalization)        {OK_STOMATE}
1780TOO_LONG  =  5.
1781
1782# TAU_FIRE  ([days]    ) :  Time scale for memory of the fire index (days). Validated for one year in the DGVM.         {OK_STOMATE }
1783TAU_FIRE  =  30.
1784
1785# LITTER_CRIT ([gC/m^2]  ) :  Critical litter quantity for fire         {OK_STOMATE }
1786LITTER_CRIT =  200.
1787
1788# FIRE_RESIST_LIGNIN ([-]  ) :          {OK_STOMATE }
1789FIRE_RESIST_LIGNIN =  0.5
1790
1791# CO2FRAC ([-]  ) :  What fraction of a burned plant compartment goes into the atmosphere       {OK_STOMATE }
1792CO2FRAC =  0.95, 0.95, 0., 0.3, 0., 0., 0.95, 0.95
1793
1794# BCFRAC_COEFF ([-]  ) :        {OK_STOMATE }
1795BCFRAC_COEFF =  0.3, 1.3, 88.2 
1796
1797# FIREFRAC_COEFF  ([-]   ) :    {OK_STOMATE }
1798FIREFRAC_COEFF  =  0.45, 0.8, 0.6, 0.13
1799
1800# REF_GREFF ([1/year]  ) :  Asymptotic maximum mortality rate   {OK_STOMATE }
1801REF_GREFF =  0.035
1802
1803# RESERVE_TIME_TREE  ([days]    ) :  maximum time during which reserve is used (trees)          {OK_STOMATE }
1804RESERVE_TIME_TREE  =  30.
1805
1806# RESERVE_TIME_GRASS  ([days]   ) :  maximum time during which reserve is used (grasses)        {OK_STOMATE }
1807RESERVE_TIME_GRASS  =  20. 
1808
1809# PRECIP_CRIT  ([mm/year]  ) :  minimum precip  {OK_STOMATE }
1810PRECIP_CRIT  =  100.
1811
1812# GDD_CRIT_ESTAB ([-]  ) :  minimum gdd for establishment of saplings   {OK_STOMATE }
1813GDD_CRIT_ESTAB =  150. 
1814
1815# FPC_CRIT ([-]  ) :  critical fpc, needed for light competition and establishment      {OK_STOMATE }
1816FPC_CRIT =  0.95
1817
1818# ALPHA_GRASS ([-]   ) :  sapling characteristics : alpha's     {OK_STOMATE }
1819ALPHA_GRASS =  0.5
1820
1821# ALPHA_TREE ([-]   ) :  sapling characteristics : alpha's      {OK_STOMATE }
1822ALPHA_TREE =  1.
1823
1824# STRUCT_TO_LEAVES ([-]   ) :  Fraction of structural carbon in grass and crops as a share of the leaf  {OK_STOMATE }
1825STRUCT_TO_LEAVES =  0.05
1826
1827# LABILE_TO_TOTAL ([-]   ) :  Fraction of the labile pool in trees, grasses and crops as a share of the         {OK_STOMATE }
1828LABILE_TO_TOTAL =  0.01
1829
1830# TAU_HUM_MONTH ([days]  ) :  time scales for phenology and other processes     {OK_STOMATE }
1831TAU_HUM_MONTH =  20. 
1832
1833# TAU_HUM_WEEK ([days]   ) :  time scales for phenology and other processes     {OK_STOMATE }
1834TAU_HUM_WEEK =  7.
1835
1836# TAU_T2M_MONTH ([days]     ) :  time scales for phenology and other processes  {OK_STOMATE }
1837TAU_T2M_MONTH =  20.
1838
1839# TAU_T2M_WEEK ([days]   ) :  time scales for phenology and other processes     {OK_STOMATE }
1840TAU_T2M_WEEK =  7.
1841
1842# TAU_TSOIL_MONTH  ([days]     ) :  time scales for phenology and other processes       {OK_STOMATE }
1843TAU_TSOIL_MONTH  =  20. 
1844
1845# TAU_GPP_WEEK  ([days]   ) :  time scales for phenology and other processes    {OK_STOMATE }
1846TAU_GPP_WEEK  =  7. 
1847
1848# TAU_GDD ([days]   ) :  time scales for phenology and other processes  {OK_STOMATE }
1849TAU_GDD =  40. 
1850
1851# TAU_NGD ([days]   ) :  time scales for phenology and other processes  {OK_STOMATE }
1852TAU_NGD =  50.
1853
1854# COEFF_TAU_LONGTERM ([days]   ) :  time scales for phenology and other processes       {OK_STOMATE }
1855COEFF_TAU_LONGTERM =  3. 
1856
1857# BM_SAPL_CARBRES  ([-]   ) :           {OK_STOMATE }
1858BM_SAPL_CARBRES  =  5. 
1859
1860# BM_SAPL_SAPABOVE ([-]    ) :          {OK_STOMATE}
1861BM_SAPL_SAPABOVE =  0.5 
1862
1863# BM_SAPL_HEARTABOVE  ([-]    ) :       {OK_STOMATE }
1864BM_SAPL_HEARTABOVE  =  2.
1865
1866# BM_SAPL_HEARTBELOW  ([-]    ) :       {OK_STOMATE }
1867BM_SAPL_HEARTBELOW  =  2. 
1868
1869# BM_SAPL_LABILE  ([-]   ) :    {OK_STOMATE }
1870BM_SAPL_LABILE  =  5. 
1871
1872# INIT_SAPL_MASS_LABILE ([-]    ) :     {OK_STOMATE }
1873INIT_SAPL_MASS_LABILE =  5. 
1874
1875# INIT_SAPL_MASS_LEAF_NAT ([-]    ) :           {OK_STOMATE }
1876INIT_SAPL_MASS_LEAF_NAT =  0.1 
1877
1878# INIT_SAPL_MASS_LEAF_AGRI ([-]    ) :          {OK_STOMATE }
1879INIT_SAPL_MASS_LEAF_AGRI =  1. 
1880
1881# INIT_SAPL_MASS_CARBRES ([-]    ) :    {OK_STOMATE }
1882INIT_SAPL_MASS_CARBRES =  5. 
1883
1884# INIT_SAPL_MASS_ROOT ([-]   ) :        {OK_STOMATE }
1885INIT_SAPL_MASS_ROOT =  0.1 
1886
1887# INIT_SAPL_MASS_FRUIT ([-]    ) :      {OK_STOMATE }
1888INIT_SAPL_MASS_FRUIT =  0.3 
1889
1890# CN_SAPL_INIT  ([-]   ) :      {OK_STOMATE }
1891CN_SAPL_INIT  =  0.5 
1892
1893# MIGRATE_TREE  ([m/year]   ) :         {OK_STOMATE }
1894MIGRATE_TREE  =  10000.
1895
1896# MIGRATE_GRASS ([m/year]   ) :         {OK_STOMATE }
1897MIGRATE_GRASS =  10000.
1898
1899# LAI_INITMIN_TREE ([m^2/m^2]  ) :      {OK_STOMATE }
1900LAI_INITMIN_TREE =  0.3
1901
1902# LAI_INITMIN_GRASS  ([m^2/m^2]    ) :          {OK_STOMATE }
1903LAI_INITMIN_GRASS  =  0.1
1904
1905# DIA_COEFF ([-]   ) :          {OK_STOMATE }
1906DIA_COEFF =  4., 0.5
1907
1908# MAXDIA_COEFF ([-]   ) :       {OK_STOMATE }
1909MAXDIA_COEFF =  100., 0.01 
1910
1911# BM_SAPL_LEAF ([-]  ) :        {OK_STOMATE }
1912BM_SAPL_LEAF =  4., 4., 0.8, 5. 
1913
1914# CN ([-]  ) :  C/N ratio       {OK_STOMATE }
1915CN =  40., 40., 40., 40., 40., 40., 40., 40.
1916
1917# FRAC_SOIL_STRUCT_SUA ([-]) :  frac_soil(istructural,isurface,iabove)  {OK_STOMATE }
1918FRAC_SOIL_STRUCT_SUA =  0.55
1919
1920# FRAC_SOIL_METAB_SUA  ([-]   ) :  frac_soil(imetabolic,isurface,iabove)        {OK_STOMATE }
1921FRAC_SOIL_METAB_SUA  =  0.4 
1922
1923# TURN_METABOLIC ([days] ) :    {OK_STOMATE }
1924TURN_METABOLIC =  0.066
1925
1926# TURN_STRUCT  ([days]) :       {OK_STOMATE }
1927TURN_STRUCT  =  0.245 
1928
1929# TURN_WOODY ([days]) :         {OK_STOMATE }
1930TURN_WOODY =  0.75
1931
1932# METABOLIC_REF_FRAC ([-]) :    {OK_STOMATE }
1933METABOLIC_REF_FRAC =  0.85   
1934
1935# Z_DECOMP ([m]   ) :  scaling depth for soil activity  {OK_STOMATE }
1936Z_DECOMP =  0.2
1937
1938# FRAC_SOIL_STRUCT_A  ([-]) :  frac_soil(istructural,iactive,ibelow)    {OK_STOMATE }
1939FRAC_SOIL_STRUCT_A  =  0.45
1940
1941# FRAC_SOIL_STRUCT_SA ([-]   ) :  frac_soil(istructural,islow,iabove)   {OK_STOMATE}
1942FRAC_SOIL_STRUCT_SA =  0.7   
1943
1944# FRAC_SOIL_STRUCT_SB ([-]   ) :  frac_soil(istructural,islow,ibelow)   {OK_STOMATE }
1945FRAC_SOIL_STRUCT_SB =  0.7   
1946
1947# FRAC_SOIL_METAB_AB  ([-]   ) :  frac_soil(imetabolic,iactive,ibelow)  {OK_STOMATE }
1948FRAC_SOIL_METAB_AB  =  0.45   
1949
1950# METABOLIC_LN_RATIO ([-]   ) :         {OK_STOMATE }
1951METABOLIC_LN_RATIO =  0.018   
1952
1953# SOIL_Q10 ([-]) :      {OK_STOMATE }
1954SOIL_Q10 =  0.69 (
1955
1956# SOIL_Q10_UPTAKE ([-]) :       {OK_STOMATE }
1957SOIL_Q10_UPTAKE =  0.69 (
1958
1959# TSOIL_REF ([C]   ) :          {OK_STOMATE }
1960TSOIL_REF =  30. 
1961
1962# LITTER_STRUCT_COEF  ([-]   ) :        {OK_STOMATE }
1963LITTER_STRUCT_COEF  =  3. 
1964
1965# MOIST_COEFF ([-]   ) :        {OK_STOMATE }
1966MOIST_COEFF =  1.1, 2.4, 0.29
1967
1968# MOISTCONT_MIN ([-]) :  minimum soil wetness to limit the heterotrophic respiration    {OK_STOMATE }
1969MOISTCONT_MIN =  0.25
1970
1971# FUNGIVORES ([-]) :  N released for plant uptake due to fungivore consumption  {OK_STOMATE}
1972FUNGIVORES =  0.3
1973
1974# FRAC_WOODY ([-]) :  Coefficient for determining the lignin fraction of woody litter   {OK_STOMATE}
1975FRAC_WOODY =  0.65
1976
1977# FRAC_TURNOVER_DAILY  ([-]) :          {OK_STOMATE }
1978FRAC_TURNOVER_DAILY  =  0.55
1979
1980# TAX_MAX ([-]   ) :  maximum fraction of allocatable biomass used for maintenance respiration  {OK_STOMATE }
1981TAX_MAX =  0.8
1982
1983# MIN_GROWTHINIT_TIME  ([days]  ) :  minimum time since last beginning of a growing season      {OK_STOMATE }
1984MIN_GROWTHINIT_TIME  =  300. 
1985
1986# RELSOILMOIST_ALWAYS_TREE ([-]   ) :  relative soil moisture availability above which moisture tendency doesn't matter         {OK_STOMATE }
1987RELSOILMOIST_ALWAYS_TREE =  1.0 
1988
1989# RELSOILMOIST_ALWAYS_GRASS  ([-]   ) :  moisture availability above which moisture tendency doesn't matter     {OK_STOMATE }
1990RELSOILMOIST_ALWAYS_GRASS  =  0.6 
1991
1992# T_ALWAYS_ADD ([C]    ) :  monthly temp. above which temp. tendency doesn't matter     {OK_STOMATE }
1993T_ALWAYS_ADD =  10.
1994
1995# GDDNCD_REF  ([-]   ) :        {OK_STOMATE }
1996GDDNCD_REF  =  603. 
1997
1998# GDDNCD_CURVE ([-]  ) :        {OK_STOMATE }
1999GDDNCD_CURVE =  0.0091 
2000
2001# GDDNCD_OFFSET ([-]  ) :       {OK_STOMATE }
2002GDDNCD_OFFSET =  64. 
2003
2004# MAINT_RESP_MIN_VMAX ([-]  ) :         {OK_STOMATE }
2005MAINT_RESP_MIN_VMAX =  0.3
2006
2007# MAINT_RESP_COEFF  ([-] ) :    {OK_STOMATE }
2008MAINT_RESP_COEFF  =  1.4 
2009
2010# ACTIVE_TO_PASS_CLAY_FRAC ([-] ) :     {OK_STOMATE }
2011ACTIVE_TO_PASS_CLAY_FRAC =  0.68   
2012
2013# ACTIVE_TO_PASS_REF_FRAC ([-]) :  Fixed fraction from Active to Passive pool   {OK_STOMATE }
2014ACTIVE_TO_PASS_REF_FRAC =  0.003
2015
2016# SURF_TO_SLOW_REF_FRAC ([-]) :  Fixed fraction from Surface to Slow pool       {OK_STOMATE }
2017SURF_TO_SLOW_REF_FRAC =  0.4
2018
2019# ACTIVE_TO_CO2_REF_FRAC ([-]) :  Fixed fraction from Active pool to CO2 emission       {OK_STOMATE }
2020ACTIVE_TO_CO2_REF_FRAC =  0.85
2021
2022# SLOW_TO_PASS_REF_FRAC ([-]) :  Fixed fraction from Slow to Passive pool       {OK_STOMATE }
2023SLOW_TO_PASS_REF_FRAC =  0.003
2024
2025# SLOW_TO_CO2_REF_FRAC ([-]) :  Fixed fraction from Slow pool to CO2 emission   {OK_STOMATE }
2026SLOW_TO_CO2_REF_FRAC =  0.55
2027
2028# PASS_TO_ACTIVE_REF_FRAC ([-]) :  Fixed fraction from Passive to Active pool   {OK_STOMATE }
2029PASS_TO_ACTIVE_REF_FRAC =  0.45
2030
2031# PASS_TO_SLOW_REF_FRAC ([-]) :  Fixed fraction from Passive to Slow pool       {OK_STOMATE }
2032PASS_TO_SLOW_REF_FRAC =  0.
2033
2034# ACTIVE_TO_CO2_CLAY_SILT_FRAC ([-]) :  Clay-Silt-dependant fraction from Active pool to CO2 emission   {OK_STOMATE }
2035ACTIVE_TO_CO2_CLAY_SILT_FRAC =  0.68
2036
2037# SLOW_TO_PASS_CLAY_FRAC ([-]) :  Clay-dependant fraction from Slow to Passive pool     {OK_STOMATE }
2038SLOW_TO_PASS_CLAY_FRAC =  -0.009
2039
2040# SOM_TURN_IACTIVE ( [year-1] ) :  turnover in active pool      {OK_STOMATE }
2041SOM_TURN_IACTIVE =  7.3
2042
2043# SOM_TURN_ISLOW ([year-1]) :  turnover in slow pool    {OK_STOMATE }
2044SOM_TURN_ISLOW =  0.2
2045
2046# SOM_TURN_IPASSIVE ([year-1] ) :  turnover in passive pool     {OK_STOMATE }
2047SOM_TURN_IPASSIVE =  0.0045
2048
2049# FSLOW ([-] ) :  converting factor from active to slow pool turnover   {OK_STOMATE and OK_SOIL_CARBON_DISCRETIZATION}
2050FSLOW =  37
2051
2052# FPASSIVE ([-] ) :  converting factor from active to slow pool turnover        {OK_STOMATE and OK_SOIL_CARBON_DISCRETIZATION}
2053FPASSIVE =  1617.45 
2054
2055# STOMATE_TAU ([seconds] ) :  turnover of the active pool       {OK_STOMATE and OK_SOIL_CARBON_DISCRETIZATION}
2056STOMATE_TAU =  4.699E6
2057
2058# DEPTH_MODIFIER ([-] ) :  turnover rate modifier depending on depth    {OK_STOMATE and OK_SOIL_CARBON_DISCRETIZATION}
2059DEPTH_MODIFIER =  1.E6
2060
2061# SOM_TURN_IACTIVE_CLAY_FRAC ([-] ) :  clay-dependant parameter impacting on turnover rate of active pool - Tm parameter of Parton et al. 1993 (-)      {OK_STOMATE }
2062SOM_TURN_IACTIVE_CLAY_FRAC =  0.75
2063
2064# SOM_INIT_ACTIVE ([g m-2]) :  Initial active SOM carbon        {OK_STOMATE}
2065SOM_INIT_ACTIVE =  1000
2066
2067# SOM_INIT_SLOW ([g m-2]) :  Initial slow SOM carbon    {OK_STOMATE}
2068SOM_INIT_SLOW =  3000
2069
2070# SOM_INIT_PASSIVE ([g m-2]) :  Initial passive SOM carbon      {OK_STOMATE}
2071SOM_INIT_PASSIVE =  3000
2072
2073# SOM_INIT_SURFACE ([g m-2]) :  Initial surface SOM carbon      {OK_STOMATE}
2074SOM_INIT_SURFACE =  1000
2075
2076# CN_TARGET_IACTIVE_REF ([-] ) :  CN target ratio of active pool for soil min N         {OK_STOMATE }
2077CN_TARGET_IACTIVE_REF =  15.
2078
2079# CN_TARGET_ISLOW_REF ([-] ) :  CN target ratio of slow pool for soil min N     {OK_STOMATE }
2080CN_TARGET_ISLOW_REF =  20.
2081
2082# CN_TARGET_IPASSIVE_REF ([-] ) :  CN target ratio of passive pool for soil min N       {OK_STOMATE }
2083CN_TARGET_IPASSIVE_REF =  10.
2084
2085# CN_TARGET_IACTIVE_NMIN ([(g m-2)-1] ) :  CN target ratio change per mineral N unit (g m-2) for active pool    {OK_STOMATE }
2086CN_TARGET_IACTIVE_NMIN =  -6.
2087
2088# CN_TARGET_ISLOW_NMIN ([(g m-2)-1] ) :  CN target ratio change per mineral N unit (g m-2) for slow pool        {OK_STOMATE }
2089CN_TARGET_ISLOW_NMIN =  -4.
2090
2091# CN_TARGET_IPASSIVE_NMIN ([(g m-2)-1] ) :  CN target ratio change per mineral N unit (g m-2) for passive pool          {OK_STOMATE }
2092CN_TARGET_IPASSIVE_NMIN =  -1.5
2093
2094# H_SAXTON ([m^3/m^3]  ) :  Coefficient h for computing soil moisture content at saturation     {OK_STOMATE }
2095H_SAXTON =  0.332
2096
2097# J_SAXTON ([m^3/m^3]  ) :  Coefficient j for computing soil moisture content at saturation     {OK_STOMATE }
2098J_SAXTON =  -7.251*1e-4 
2099
2100# K_SAXTON ([m^3/m^3]  ) :  Coefficient k for computing soil moisture content at saturation     {OK_STOMATE }
2101K_SAXTON =  O.1276
2102
2103# DIFFUSIONO2_POWER_1 ([-]  ) :  Power used in the equation defining the diffusion of oxygen in soil    {OK_STOMATE }
2104DIFFUSIONO2_POWER_1 =  3.33
2105
2106# DIFFUSIONO2_POWER_2 ([-]  ) :  Power used in the equation defining the diffusion of oxygen in soil    {OK_STOMATE }
2107DIFFUSIONO2_POWER_2 =  2.0
2108
2109# F_NOFROST ([-]  ) :  Temperature-related Factor impacting on Oxygen diffusion rate    {OK_STOMATE }
2110F_NOFROST =  1.2
2111
2112# F_FROST ([-]  ) :  Temperature-related Factor impacting on Oxygen diffusion rate      {OK_STOMATE }
2113F_FROST =  0.8
2114
2115# A_ANVF ([-]  ) :  Coefficient used in the calculation of Volumetric fraction of anaerobic microsites  {OK_STOMATE }
2116A_ANVF =  0.85
2117
2118# B_ANVF ([-]  ) :  Coefficient used in the calculation of Volumetric fraction of anaerobic microsites  {OK_STOMATE }
2119B_ANVF =  1.
2120
2121# A_FIXNH4 ([-]  ) :  Coefficient used in the calculation of the Fraction of adsorbed NH4+      {OK_STOMATE }
2122A_FIXNH4 =  0.41
2123
2124# B_FIXNH4 ([-]  ) :  Coefficient used in the calculation of the Fraction of adsorbed NH4+      {OK_STOMATE }
2125B_FIXNH4 =  -0.47
2126
2127# CLAY_MAX ([-]  ) :  Coefficient used in the calculation of the Fraction of adsorbed NH4+      {OK_STOMATE }
2128CLAY_MAX =  0.63
2129
2130# FW_NIT_0 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to soil moisture     {OK_STOMATE }
2131FW_NIT_0 =  -0.0243
2132
2133# FW_NIT_1 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to soil moisture     {OK_STOMATE }
2134FW_NIT_1 =  0.9975
2135
2136# FW__NIT_2 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to soil moisture    {OK_STOMATE }
2137FW__NIT_2 =  -5.5368
2138
2139# FW_NIT_3 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to soil moisture     {OK_STOMATE }
2140FW_NIT_3 =  17.651
2141
2142# FW_NIT_4 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to soil moisture     {OK_STOMATE }
2143FW_NIT_4 =  -12.904
2144
2145# FT_NIT_0 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to Temperature       {OK_STOMATE }
2146FT_NIT_0 =  -0.0233
2147
2148# FT_NIT_1 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to Temperature       {OK_STOMATE }
2149FT_NIT_1 =  0.3094
2150
2151# FT_NIT_2 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to Temperature       {OK_STOMATE }
2152FT_NIT_2 =  -0.2234
2153
2154# FT_NIT_3 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to Temperature       {OK_STOMATE }
2155FT_NIT_3 =  0.1566
2156
2157# FT_NIT_4 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to Temperature       {OK_STOMATE }
2158FT_NIT_4 =  -0.0272
2159
2160# FPH_0 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to pH   {OK_STOMATE }
2161FPH_0 =  -1.2314
2162
2163# FPH_1 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to pH   {OK_STOMATE }
2164FPH_1 =  0.7347
2165
2166# FPH_2 ([-]  ) :  Coefficient used in the calculation of the Response of Nitrification to pH   {OK_STOMATE }
2167FPH_2 =  -0.0604
2168
2169# FTV_0 ([-]  ) :  Coefficient used in the calculation of the response of NO2 or NO production during nitrificationof to Temperature    {OK_STOMATE }
2170FTV_0 =  2.72
2171
2172# FTV_1 ([-]  ) :  Coefficient used in the calculation of the response of NO2 or NO production during nitrificationof to Temperature    {OK_STOMATE }
2173FTV_1 =  34.6
2174
2175# FTV_2 ([-]  ) :  Coefficient used in the calculation of the response of NO2 or NO production during nitrificationof to Temperature    {OK_STOMATE }
2176FTV_2 =  9615.
2177
2178# K_NITRIF ([day**-1]  ) :  Nitrification rate at 20 ◩C and field capacity    {OK_STOMATE }
2179K_NITRIF =  2.0
2180
2181# N2O_NITRIF_P ([gN-N2O (gN-NO3)-1]  ) :  Reference n2o production per N-NO3 produced g N-N2O   {OK_STOMATE }
2182N2O_NITRIF_P =  0.0006
2183
2184# NO_NITRIF_P ([gN-NO (gN-NO3)-1]  ) :  Reference NO production per N-NO3 produced g N-N2O      {OK_STOMATE }
2185NO_NITRIF_P =  0.0025
2186
2187# CHEMO_T0 ([-]  ) :  Coefficient used in the calculation of the Response of NO production from chemodenitrification to Temperature     {OK_STOMATE }
2188CHEMO_T0 =  -31494
2189
2190# CHEMO_PH0 ([-]  ) :  Coefficient used in the calculation of the Response of NO production from chemodenitrification to pH     {OK_STOMATE }
2191CHEMO_PH0 =  -1.62
2192
2193# CHEMO_0 ([-]  ) :  Coefficient used in the calculation of NO production from chemodenitrification     {OK_STOMATE }
2194CHEMO_0 =  30.
2195
2196# CHEMO_1 ([-]  ) :  Coefficient used in the calculation of NO production from chemodenitrification     {OK_STOMATE }
2197CHEMO_1 =  16565
2198
2199# FT_DENIT_0 ([-]  ) :  Coefficient used in the response of relative growth rate of total denitrifiers to Temperature   {OK_STOMATE }
2200FT_DENIT_0 =  2.
2201
2202# FT_DENIT_1 ([-]  ) :  Coefficient used in the response of relative growth rate of total denitrifiers to Temperature   {OK_STOMATE }
2203FT_DENIT_1 =  22.5
2204
2205# FT_DENIT_2 ([-]  ) :  Coefficient used in the response of relative growth rate of total denitrifiers to Temperature   {OK_STOMATE }
2206FT_DENIT_2 =  10
2207
2208# FPH_NO3_0 ([-]  ) :  Coefficient used in the response of relative growth rate of NO3 denitrifiers to pH       {OK_STOMATE }
2209FPH_NO3_0 =  4.25
2210
2211# FPH_NO3_1 ([-]  ) :  Coefficient used in the response of relative growth rate of NO3 denitrifiers to pH       {OK_STOMATE }
2212FPH_NO3_1 =  0.5
2213
2214# FPH_NO_0 ([-]  ) :  Coefficient used in the response of relative growth rate of NO denitrifiers to pH         {OK_STOMATE }
2215FPH_NO_0 =  5.25
2216
2217# FPH_NO_1 ([-]  ) :  Coefficient used in the response of relative growth rate of NO denitrifiers to pH         {OK_STOMATE }
2218FPH_NO_1 =  1.
2219
2220# FPH_N2O_0 ([-]  ) :  Coefficient used in the response of relative growth rate of N2O denitrifiers to pH       {OK_STOMATE }
2221FPH_N2O_0 =  6.25
2222
2223# FPH_N2O_1 ([-]  ) :  Coefficient used in the response of relative growth rate of N2O denitrifiers to pH       {OK_STOMATE }
2224FPH_N2O_1 =  1.5
2225
2226# KN ([kgN/m**3]  ) :  Half Saturation of N oxydes      {OK_STOMATE }
2227KN =  0.083
2228
2229# CTE_BACT ([-]) :  Denitrification activiy of bacteria         {OK_STOMATE}
2230CTE_BACT =  0.00005
2231
2232# MU_NO3_MAX ([hour**-1]  ) :  Maximum Relative growth rate of NO3 denitrifiers         {OK_STOMATE }
2233MU_NO3_MAX =  0.67
2234
2235# MU_NO_MAX ([hour**-1]  ) :  Maximum Relative growth rate of NO denitrifiers   {OK_STOMATE }
2236MU_NO_MAX =  0.34
2237
2238# MU_N2O_MAX ([hour**-1]  ) :  Maximum Relative growth rate of N2O denitrifiers         {OK_STOMATE }
2239MU_N2O_MAX =  0.34
2240
2241# Y_NO3 ([kgC / kgN]  ) :  Maximum growth yield of NO3 denitrifiers on N oxydes         {OK_STOMATE }
2242Y_NO3 =  0.401
2243
2244# Y_NO ([kgC / kgN]  ) :  Maximum growth yield of NO denitrifiers on N oxydes   {OK_STOMATE }
2245Y_NO =  0.428
2246
2247# Y_N2O ([kgC / kgN]  ) :  Maximum growth yield of N2O denitrifiers on N oxydes         {OK_STOMATE }
2248Y_N2O =  0.151
2249
2250# M_NO3 ([kgN / kgC / hour]  ) :  Maintenance coefficient on NO3        {OK_STOMATE }
2251M_NO3 =  0.09
2252
2253# M_NO ([kgN / kgC / hour]  ) :  Maintenance coefficient on NO  {OK_STOMATE }
2254M_NO =  0.035
2255
2256# M_N2O ([kgN / kgC / hour]  ) :  Maintenance coefficient on N2O        {OK_STOMATE }
2257M_N2O =  0.079
2258
2259# MAINT_C ([kgC / kgC / hour]  ) :  Maintenance coefficient of carbon   {OK_STOMATE }
2260MAINT_C =  0.0076
2261
2262# YC ([kgC / kgC ]  ) :  Maximum growth yield on soluble carbon         {OK_STOMATE }
2263YC =  0.503
2264
2265# F_CLAY_0 ([-]  ) :  Coefficient used in the eq. defining the response of N-emission to clay fraction  {OK_STOMATE }
2266F_CLAY_0 =  0.13
2267
2268# F_CLAY_1 ([-]  ) :  Coefficient used in the eq. defining the response of N-emission to clay fraction  {OK_STOMATE }
2269F_CLAY_1 =  -0.079
2270
2271# RATIO_NH4_FERT ([-]  ) :  Proportion of ammonium in the fertilizers (ammo-nitrate)    {OK_STOMATE }
2272RATIO_NH4_FERT =  0.875
2273
2274# CN_RATIO_MANURE ([-]  ) :  C:N ratio of organic fertilizers coming from Fuchs,et al,  {OK_STOMATE }
2275CN_RATIO_MANURE =  13.7
2276
2277# K_N_MIN ([umol per litter]  ) :  [NH4+] and [NO3-] for which the Nuptake equals vmax/2.       {OK_STOMATE }
2278K_N_MIN =  30. 30.
2279
2280# LOW_K_N_MIN ([umol**-1]  ) :  Rate of N uptake not associated with Michaelis- Menten Kinetics for Ammonium    {OK_STOMATE }
2281LOW_K_N_MIN =  0.0002 0.0002
2282
2283# EMM_FAC ([-]  ) :  Factor for reducing NH3 emission           {OK_NCYCLE}
2284EMM_FAC =  0.2
2285
2286# FACT_KN_NO ([-]  ) :  Factor for adusting kn constant for NOx production      {OK_NCYCLE}
2287FACT_KN_NO =  0.012
2288
2289# FACT_KN_N2O ([-]  ) :  Factor for adusting kn constant for N2O production     {OK_NCYCLE}
2290FACT_KN_N2O =  0.04
2291
2292# KFWDENIT ([-]) :  Factor for adjusting sensitivity of denitrification to water content        {OK_NCYCLE}
2293KFWDENIT =  -5.
2294
2295# FWDENITFC ([-]) :  Value at field capacity of the sensitivity function of denitrification to water content    {OK_NCYCLE}
2296FWDENITFC =  0.05
2297
2298# FRACN_DRAINAGE ([-]  ) :  Fraction of NH3/NO3 loss by drainage        {OK_NCYCLE}
2299FRACN_DRAINAGE =  1.0
2300
2301# FRACN_RUNOFF ([-]  ) :  Fraction of NH3/NO3 loss by runoff    {OK_NCYCLE}
2302FRACN_RUNOFF =  0.3
2303
2304# LEAF_N_DMAX (???) :  ?????????????    {OK_STOMATE }
2305LEAF_N_DMAX =  0.25
2306
2307# P_N_UPTAKE ([-]) :  Minimum value of the correction factor for plant N uptake         {OK_STOMATE }
2308P_N_UPTAKE =  0.6
2309
2310# SYNC_THRESHOLD ([-]  ) :  The threshold value for a warning when we sync biomass      {OK_STOMATE }
2311SYNC_THRESHOLD =  0.1 
2312
2313# TEST_GRID ([-]) :  grid cell for which extra output is written to the out_execution file      {OK_STOMATE}
2314TEST_GRID =  1
2315
2316# TEST_PFT ([-]   ) :  pft for which extra output is written to the out_execution file  {OK_STOMATE}
2317TEST_PFT =  6
2318
2319# LNVGRASSPATCH ([-]   ) :  Activates a patch for grasslands that Nicolas came up with  {OK_STOMATE}
2320LNVGRASSPATCH =  FALSE
2321
2322# MAX_DELTA_KF ([m]  ) :  Maximum change in KF from one time step to another    {OK_STOMATE }
2323MAX_DELTA_KF =  0.1 
2324
2325# MAINT_FROM_GPP ([-]  ) :  Some carbon needs to remain to support the growth, hence,   {OK_STOMATE }
2326MAINT_FROM_GPP =  0.8
2327
2328# NEW_TURNOVER_TIME_REF ([days]  ) :    {OK_STOMATE }
2329NEW_TURNOVER_TIME_REF =  20. 
2330
2331# VMAX_OFFSET  ([-]  ) :  offset (minimum relative vcmax)       {OK_STOMATE }
2332VMAX_OFFSET  =  0.3
2333
2334# LEAFAGE_FIRSTMAX ([-] ) :  leaf age at which vmax attains vcmax_opt (in fraction of critical leaf age)        {OK_STOMATE }
2335LEAFAGE_FIRSTMAX =  0.03 
2336
2337# LEAFAGE_LASTMAX  ([-]  ) :  leaf age at which vmax falls below vcmax_opt (in fraction of critical leaf age)   {OK_STOMATE }
2338LEAFAGE_LASTMAX  =  0.5 
2339
2340# LEAFAGE_OLD  ([-]  ) :  leaf age at which vmax attains its minimum (in fraction of critical leaf age)         {OK_STOMATE }
2341LEAFAGE_OLD  =  1.
2342
2343# GPPFRAC_DORMANCE  ([-]) :  rapport maximal GPP/GGP_max pour dormance  {OK_STOMATE }
2344GPPFRAC_DORMANCE  =  0.2 
2345
2346# TAU_CLIMATOLOGY ([days]) :  tau for "climatologic variables   {OK_STOMATE }
2347TAU_CLIMATOLOGY =  20
2348
2349# HVC1  ([-]  ) :  parameters for herbivore activity    {OK_STOMATE }
2350HVC1  =  0.019
2351
2352# HVC2  ([-]  ) :  parameters for herbivore activity    {OK_STOMATE }
2353HVC2  =  1.38
2354
2355# LEAF_FRAC_HVC ([-] ) :  parameters for herbivore activity     {OK_STOMATE }
2356LEAF_FRAC_HVC =  0.33
2357
2358# TLONG_REF_MAX ([K]  ) :  maximum reference long term temperature      {OK_STOMATE }
2359TLONG_REF_MAX =  303.1
2360
2361# TLONG_REF_MIN  ([K]  ) :  minimum reference long term temperature     {OK_STOMATE }
2362TLONG_REF_MIN  =  253.1
2363
2364# NCD_MAX_YEAR ([days]) :       {OK_STOMATE }
2365NCD_MAX_YEAR =  3. 
2366
2367# GDD_THRESHOLD  ([days] ) :    {OK_STOMATE }
2368GDD_THRESHOLD  =  5. 
2369
2370# GREEN_AGE_EVER  ([-]  ) :     {OK_STOMATE }
2371GREEN_AGE_EVER  =  2. 
2372
2373# GREEN_AGE_DEC ([-] ) :        {OK_STOMATE }
2374GREEN_AGE_DEC =  0.5 
2375
2376# NGD_MIN_DORMANCE ([days] ) :  Minimum length (days) of the dormance period for species with the ngd phenology type    {OK_STOMATE }
2377NGD_MIN_DORMANCE =  90.
2378
2379# NAGEC ([-]) :  Number of age classes  {OK_STOMATE }
2380NAGEC =  1 
2381
2382# AGE_CLASS_BOUND ([m]) :  Boundaries of the age classes        {OK_STOMATE }
2383AGE_CLASS_BOUND =  5.0 
2384
2385# MIN_WATER_STRESS ([-]  ) :  Minimal value for wstress_fac     {OK_STOMATE }
2386MIN_WATER_STRESS =  0.1 
2387
2388# NDIA_HARVEST ([-]) :  Number of basal area classes in which the harvest is stored     {OK_STOMATE }
2389NDIA_HARVEST =  5 
2390
2391# MAX_HARVEST_DIA ([m]) :  The maximum diamter of tree which can be harvested   {OK_STOMATE }
2392MAX_HARVEST_DIA =  1.0
2393
2394# N_PAI ([-]) :  Number of years used for the calculation of the periodic annual increment      {OK_STOMATE }
2395N_PAI =  5 
2396
2397# NTREES_PROFIT ([number of trees]) :  Number of trees below which the forest will be cut and replanted         {FOREST_MANAGEMENT  }
2398NTREES_PROFIT =  100 
2399
2400# SPECIES_CHANGE_FORCE ([PFT number]) :  New species after a final cut for testing and debugging only   {OK_STOMATE}
2401SPECIES_CHANGE_FORCE =  -9999
2402
2403# FM_CHANGE_FORCE ([1, 2, 3 or 4; unitless]) :  New management after a final cut for testing and debugging only         {OK_STOMATE, LCHANGE_SPECIES}
2404FM_CHANGE_FORCE =  ifm_none
2405
2406# nb_years_bgi ([years]) :  numbers of years over which bark beetle generation index is calculated      {OK_PEST, OK_STOMATE}
2407nb_years_bgi =  3
2408
2409# DAILY_MAX_TUNE ([-]) :  Non linear tuning factor for daily maximum wind speed used in windthrow module        {OK_WINDTHROW, stomate main program}
2410DAILY_MAX_TUNE =  1.000
2411
2412# WIND_SPEED_STORM_THR (meter per second ) :  the wind speed threshold above which is_storm flag is set to TRUE         {OK_WINDTHROW, stomate main program}
2413WIND_SPEED_STORM_THR =  20.000
2414
2415# NB_DAYS_STORM (days) :  the number of days at which the max wind speed is less than wind_speed_storm_thr      {OK_WINDTHROW, stomate main program}
2416NB_DAYS_STORM =  5
2417
2418# FORCED_CLEAR_CUT (year) :  Use to force a clear cut at a specific year during a simulation.   {OK_STOMATE}
2419FORCED_CLEAR_CUT =  .FALSE.
2420
2421# USE_HEIGHT_DOM ([-]) :  Use the dominant vegetation height instead of the average height when calculating roughness length    {OK_STOMATE}
2422USE_HEIGHT_DOM =  .FALSE.
2423
2424# ERR_ACT ([1: write to history file, 2: warn and write to history file, and 3&4: stop the model]) :  Action following an error         {OK_STOMATE}
2425ERR_ACT =  1
2426
2427# ESTAB_MAX_TREE ([-]   ) :  Maximum tree establishment rate    {OK_DGVM}
2428ESTAB_MAX_TREE =  0.12 
2429
2430# ESTAB_MAX_GRASS ([-]  ) :  Maximum grass establishment rate   {OK_DGVM}
2431ESTAB_MAX_GRASS =  0.12 
2432
2433# ESTABLISH_SCAL_FACT ([-] ) :          {OK_DGVM }
2434ESTABLISH_SCAL_FACT =  5.
2435
2436# MAX_TREE_COVERAGE  ([-] ) :           {OK_DGVM }
2437MAX_TREE_COVERAGE  =  0.98
2438
2439# IND_0_ESTAB ([-]  ) :         {OK_DGVM }
2440IND_0_ESTAB =  0.2
2441
2442# ANNUAL_INCREASE ([FLAG]) :  for diagnosis of fpc increase, compare today's fpc to last year's maximum (T) or to fpc of last time step (F)?    {OK_DGVM}
2443ANNUAL_INCREASE =  y
2444
2445# MIN_COVER  ([-]  ) :  For trees, minimum fraction of crown area occupied      {OK_DGVM}
2446MIN_COVER  =  0.05 
2447
2448# IND_0  ([-]  ) :  initial density of individuals      {OK_DGVM}
2449IND_0  =  0.02 
2450
2451# MIN_AVAIL ([-]  ) :  minimum availability     {OK_DGVM}
2452MIN_AVAIL =  0.01
2453
2454# RIP_TIME_MIN ([year]  ) :     {OK_DGVM}
2455RIP_TIME_MIN =  1.25 
2456
2457# NPP_LONGTERM_INIT ([gC/m^2/year]) :           {OK_DGVM}
2458NPP_LONGTERM_INIT =  10.
2459
2460# EVERYWHERE_INIT ([-] ) :      {OK_DGVM}
2461EVERYWHERE_INIT =  0.05 
2462
2463# OK_FORCE_PHENO ([-]) :  Use to force phenology when the conditions are not suitable   {OK_STOMATE}
2464OK_FORCE_PHENO =  .TRUE.
2465
2466# PRINTLEV ([0, 1, 2, 3, 4]) :  Print level for text output     {}
2467PRINTLEV =  2
2468
2469# PRINTLEV_modname ([0, 1, 2, 3, 4]) :  Specific print level of text output for the module "modname". Default as PRINTLEV.      {}
2470PRINTLEV_modname =  PRINTLEV
2471
2472# SNOW_HEAT_COND ([W.m^{-2}.K^{-1}]) :  Thermal Conductivity of snow    {OK_SECHIBA  }
2473SNOW_HEAT_COND =  0.3
2474
2475# SNOW_DENSITY ([-] ) :  Snow density for the soil thermodynamics       {OK_SECHIBA }
2476SNOW_DENSITY =  330.0
2477
2478# NOBIO_WATER_CAPAC_VOLUMETRI ([s/m^2]) :       {}
2479NOBIO_WATER_CAPAC_VOLUMETRI =  150.
2480
2481# SECHIBA_QSINT  ([kg/m2]) :  Interception reservoir coefficient        {OK_SECHIBA }
2482SECHIBA_QSINT  =  0.02
2483
2484# OK_FREEZE ([FLAG]) :  Activate the complet soil freezing scheme       {OK_SECHIBA }
2485OK_FREEZE =  TRUE
2486
2487# READ_REFTEMP ([FLAG]) :  Initialize soil temperature using climatological temperature         {}
2488READ_REFTEMP =  True/False depening on OK_FREEZE
2489
2490# OK_FREEZE_THERMIX ([FLAG]) :  Activate thermal part of the soil freezing scheme       {}
2491OK_FREEZE_THERMIX =  True if OK_FREEZE else false
2492
2493# OK_ECORR ([FLAG]) :  Energy correction for freezing   {OK_FREEZE_THERMIX}
2494OK_ECORR =  True if OK_FREEZE else false
2495
2496# OK_FREEZE_THAW_LATENT_HEAT ([FLAG]) :  Activate latent heat part of the soil freezing scheme  {}
2497OK_FREEZE_THAW_LATENT_HEAT =  FALSE 
2498
2499# fr_dT ([K] ) :  Freezing window       {OK_SECHIBA}
2500fr_dT =  2.0
2501
2502# SOILC_MAX ([gC/m3] ) :  Soil carbon above which soil thermal properties equals to organic soil properties     {OK_SOIL_CARBON_DISCRETIZATION and USE_SOILC_TEMPDIFF}
2503SOILC_MAX =  130000
2504
2505# OK_FREEZE_CWRR ([FLAG]) :  CWRR freezing scheme by I. Gouttevin       {}
2506OK_FREEZE_CWRR =  True if OK_FREEZE else false
2507
2508# OK_THERMODYNAMICAL_FREEZING ([FLAG]) :  Calculate frozen fraction thermodynamically   {OK_FREEZE_CWRR}
2509OK_THERMODYNAMICAL_FREEZING =  True
2510
2511# CHECK_CWRR ([FLAG]) :  Calculate diagnostics to check CWRR water balance      {}
2512CHECK_CWRR =  n
2513
2514# DT_STOMATE ([seconds]) :  Time step of STOMATE and other slow processes       {OK_STOMATE}
2515DT_STOMATE =  86400.
2516
2517# SOIL_FRACTIONS ([-]) :  Areal fraction of the 13 soil USDA textures; the dominant one is selected (0-dim mode) {IMPOSE_SOILT}
2518SOIL_FRACTIONS =  0.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0
2519
2520# CLAY_FRACTION ([-] ) :  Fraction of the clay fraction (0-dim mode)    {IMPOSE_SOIL}
2521CLAY_FRACTION =  0.2
2522
2523# SAND_FRACTION ([-] ) :  Fraction of the sand fraction (0-dim mode)    {IMPOSE_SOIL}
2524SAND_FRACTION =  0.4
2525
2526# BULK ([-] ) :  Bulk density (0-dim mode)      {IMPOSE_SOIL}
2527BULK =  1000.0
2528
2529# SOIL_PH ([-]) :  Soil pH (0-dim mode)         {IMPOSE_SOIL}
2530SOIL_PH =  5.5 
2531
2532# NVAN_IMP ([-] ) :  nvan parameter from Van Genutchen equations (0-dim mode)   {IMPOSE_SOILT}
2533NVAN_IMP =  1.56
2534
2535# AVAN_IMP ([-] ) :  avan parameter from Van Genutchen equations (0-dim mode)   {IMPOSE_SOILT}
2536AVAN_IMP =  0.0036
2537
2538# MCR_IMP ([-] ) :  residual soil moisture (0-dim mode)         {IMPOSE_SOILT}
2539MCR_IMP =  0.078
2540
2541# MCS_IMP ([-] ) :  saturated soil moisture (0-dim mode)        {IMPOSE_SOILT}
2542MCS_IMP =  0.43
2543
2544# KS_IMP ([mm/d] ) :  saturated conductivity (0-dim mode)       {IMPOSE_SOILT}
2545KS_IMP =  249.6
2546
2547# MCFC_IMP ([-] ) :  field capacity soil moisture (0-dim mode)  {IMPOSE_SOILT}
2548MCFC_IMP =  0.1654
2549
2550# MCW_IMP ([-] ) :  wilting point soil moisture (0-dim mode)    {IMPOSE_SOILT}
2551MCW_IMP =  0.0884
2552
2553# GET_SLOPE ([FLAG]) :  Read slope from a file and do the interpolation         {OK_SECHIBA}
2554GET_SLOPE =  n
2555
2556# REINF_SLOPE ([-]) :  Fraction of reinfiltrated surface runoff         {No restart available}
2557REINF_SLOPE =  0.1
2558
2559# SECHIBA_VEGMAX ([-]) :  Maximum vegetation distribution within the mesh (0-dim mode)  {IMPOSE_VEG}
2560SECHIBA_VEGMAX =  0.2, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.8, 0.0, 0.0, 0.0
2561
2562# SECHIBA_FRAC_NOBIO ([-]) :  Fraction of other surface types within the mesh (0-dim mode)      {IMPOSE_VEG}
2563SECHIBA_FRAC_NOBIO =  0.0
2564
2565# NINPUT_UPDATE ([years]) :  Update N input frequency   {ok_ncycle .AND. (.NOT. impose_cn) .AND. .NOT. impsoilt}
2566NINPUT_UPDATE =  0Y
2567
2568# NAMMONIUM ([gN m-2 d-1] ) :  Amount of N ammonium deposition          {ok_ncycle .AND. (.NOT. impose_cn)}
2569NAMMONIUM =  0
2570
2571# NNITRATE ([gN m-2 d-1] ) :  Amount of N nitrate deposition    {ok_ncycle .AND. (.NOT. impose_cn)}
2572NNITRATE =  0
2573
2574# NFERT ([gN m-2 d-1] ) :  Amount of N fertiliser       {ok_ncycle .AND. (.NOT. impose_cn)}
2575NFERT =  0
2576
2577# NMANURE ([gN m-2 d-1] ) :  Amount of N manure         {ok_ncycle .AND. (.NOT. impose_cn)}
2578NMANURE =  0
2579
2580# NBNF ([gN m-2 d-1] ) :  Amount of N biological fixation       {ok_ncycle .AND. (.NOT. impose_cn)}
2581NBNF =  0
2582
2583# LAI_FILE ([FILE]) :  Name of file from which the vegetation map is to be read         {LAI_MAP}
2584LAI_FILE =  lai2D.nc
2585
2586# RENORM_LAI ([FLAG]) :  flag to force LAI renormelization      {LAI_MAP}
2587RENORM_LAI =  n
2588
2589# VEGETATION_FILE ([FILE]) :  Name of file from which the vegetation map is to be read  {}
2590VEGETATION_FILE =  PFTmap.nc
2591
2592# CNLEAF_FILE ([FILE]) :  Name of file from which the cn leaf ratio is to be read       {}
2593CNLEAF_FILE =  cnleaf_map.nc
2594
2595# CNLEAF_VAR ([VAR]) :  Name of the variable in the file from which the cn leaf ratio is to be read     {}
2596CNLEAF_VAR =  leaf_cn.nc
2597
2598# spmipexp ([-]) :  number of sp_mip experiment         {}
2599spmipexp =  number of sp_mip experiment
2600
2601# EXP4 ([-]) :  number of sp_mip experiment 4   {}
2602EXP4 =  number of sp_mip experiment 4
2603
2604# SOILCLASS_FILE ([FILE]) :  Name of file from which soil types are read        {NOT(IMPOSE_VEG)}
2605SOILCLASS_FILE =  soils_param.nc
2606
2607# SOIL_BULK_FILE ([FILE]) :  Name of file from which soil bulk should be read   {}
2608SOIL_BULK_FILE =  soil_bulk_and_ph.nc
2609
2610# SOIL_PH_FILE ([FILE]) :  Name of file from which soil ph should be read       {}
2611SOIL_PH_FILE =  soil_bulk_and_ph.nc
2612
2613# SLOPE_NOREINF ([FILE]) :  Slope over which surface runoff does not reinfiltrate       {}
2614SLOPE_NOREINF =  Slope over which surface runoff does not reinfiltrate
2615
2616# TOPOGRAPHY_FILE ([%]) :  Name of file from which the topography map is to be read     {}
2617TOPOGRAPHY_FILE =  cartepente2d_15min.nc
2618
2619# NINPUT File ([FILE]) :  Name of file from which the N-input map is to be read         {}
2620NINPUT File =  'Ninput_fied'.nc
2621
2622# NINPUT var ([FILE]) :  Name of the variable in the file from which the N-input map is to be read      {}
2623NINPUT var =  'Ninput_field'
2624
2625# WOODHARVEST_FILE ([FILE]) :  Name of file from which the wood harvest will be read    {DO_WOOD_HARVEST}
2626WOODHARVEST_FILE =  woodharvest.nc
2627
2628# ALB_BG_FILE ([FILE]) :  Name of file from which the background albedo is read         {ALB_BG_MODIS}
2629ALB_BG_FILE =  alb_bg.nc
2630
2631# SOILALB_FILE ([FILE]) :  Name of file from which the bare soil albedo         {NOT(IMPOSE_AZE)}
2632SOILALB_FILE =  soils_param.nc
2633
2634# CDRAG_FROM_GCM ([FLAG]) :  Keep cdrag coefficient from gcm.   {OK_SECHIBA}
2635CDRAG_FROM_GCM =  y
2636
2637# N_FERTIL_FILE (- ) :  File name       {CHEMISTRY_BVOC and NOx_FERTILIZERS_USE}
2638N_FERTIL_FILE =  orchidee_fertilizer_1995.nc
2639
2640# N_FERTIL_FILE (-) :  File name        {CHEMISTRY_BVOC and NOx_FERTILIZERS_USE}
2641N_FERTIL_FILE =  orchidee_fertilizer_1995.nc
2642
2643# ENERBIL_TSURF (Kelvin [K]) :  Initial temperature if not found in restart     {OK_SECHIBA}
2644ENERBIL_TSURF =  280.
2645
2646# ENERBIL_EVAPOT () :  Initial Soil Potential Evaporation       {OK_SECHIBA       }
2647ENERBIL_EVAPOT =  0.0
2648
2649# BEDROCK_FLAG ([FLAG]) :  Flag to consider bedrock at deeper layers.   {}
2650BEDROCK_FLAG =  0
2651
2652# USE_SOILC_TEMPDIFF ([FLAG]) :  insolation effect of the organic top soil layer        {OK_SOIL_CARBON_DISCRETIZATION }
2653USE_SOILC_TEMPDIFF =  FALSE
2654
2655# USE_REFSOC ([FLAG]) :  Read a SOC map to perform the insolation effect        {USE_SOILC_TEMPDIFF }
2656USE_REFSOC =  TRUE
2657
2658# USE_SOILC_METHOD ([FLAG]) :  Flag to control the way to average thermal conductivity of mineral soil and organic soil         {OK_SOIL_CARBON_DISCRETIZATION}
2659USE_SOILC_METHOD =  1
2660
2661# SNOW_COND_METHOD ([1=original method, 2=method by Decharme et al 2016]) :  Flag to choose the way to calculate snow thermal conductivity      {OK_SOIL_CARBON_DISCRETIZATION}
2662SNOW_COND_METHOD =  1
2663
2664# DRY_SOIL_HEAT_CAPACITY_FAO ([J.m^{-3}.K^{-1}] ) :  Dry soil Heat capacity of soils according to FAO classification    {SOILTYPE_CLASSIF=zobler}
2665DRY_SOIL_HEAT_CAPACITY_FAO =  (1.34, 1.21, 1.23)*e+6
2666
2667# DRY_SOIL_HEAT_CAPACITY_USDA ([J.m^{-3}.K^{-1}] ) :  Dry soil Heat capacity of soils according to USDA classification  {SOILTYPE_CLASSIF=usda}
2668DRY_SOIL_HEAT_CAPACITY_USDA =  (1.47, 1.41, 1.34, 1.27, 1.21, 1.21, 1.18, 1.32, 1.23, 1.18, 1.15, 1.09,1.09)*e+6
2669
2670# THERMOSOIL_TPRO (Kelvin [K]) :  Initial soil temperature profile if not found in restart      {OK_SECHIBA}
2671THERMOSOIL_TPRO =  280.
2672
2673# SOIL_REFTEMP_FILE ([FILE]) :  File with climatological soil temperature       {READ_REFTEMP}
2674SOIL_REFTEMP_FILE =  reftemp.nc
2675
2676# SOIL_REFSOC_FILE ([FILE]) :  File with soil carbon stocks     {OK_SOIL_CARBON_DISCRETIZATION, USE_REFSOC, SOIL_CTEMPDIFF}
2677SOIL_REFSOC_FILE =  refSOC.nc
2678
2679# DO_PONDS ([FLAG]) :  Should we include ponds          {}
2680DO_PONDS =  n
2681
2682# FROZ_FRAC_CORR  ([-]) :  Coefficient for the frozen fraction correction       {OK_FREEZE}
2683FROZ_FRAC_CORR  =  1.0
2684
2685# MAX_FROZ_HYDRO ([-]) :  Coefficient for the frozen fraction correction        {OK_FREEZE}
2686MAX_FROZ_HYDRO =  1.0
2687
2688# SMTOT_CORR ([-]) :  Coefficient for the frozen fraction correction    {OK_FREEZE}
2689SMTOT_CORR =  2.0
2690
2691# DO_RSOIL ([FLAG]) :  Should we reduce soil evaporation with a soil resistance         {}
2692DO_RSOIL =  n
2693
2694# WETNESS_TRANSPIR_MAX ([-]) :  Soil moisture above which transpir is max, for each soil texture class          {}
2695WETNESS_TRANSPIR_MAX =  0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8
2696
2697# VWC_MIN_FOR_WET_ALB ([m3/m3]  ) :  Vol. wat. cont. above which albedo is cst  {}
2698VWC_MIN_FOR_WET_ALB =  0.25, 0.25, 0.25
2699
2700# VWC_MAX_FOR_DRY_ALB ([m3/m3]   ) :  Vol. wat. cont. below which albedo is cst         {}
2701VWC_MAX_FOR_DRY_ALB =  0.1, 0.1, 0.1
2702
2703# HYDROL_MOISTURE_CONTENT ([m3/m3]) :  Soil moisture on each soil tile and levels       {}
2704HYDROL_MOISTURE_CONTENT =  0.3
2705
2706# US_INIT ([-]) :  US_NVM_NSTM_NSLM     {}
2707US_INIT =  0.0
2708
2709# ZWT_FORCE ([m]) :  Prescribed water depth, dimension nstm     {}
2710ZWT_FORCE =  -9999. -9999. -9999.
2711
2712# FREE_DRAIN_COEF ([-]) :  Coefficient for free drainage at bottom, dimension nstm      {}
2713FREE_DRAIN_COEF =  1.0 1.0 1.0
2714
2715# WATER_TO_INFILT ([mm]) :  Water to be infiltrated on top of the soil  {}
2716WATER_TO_INFILT =  0.0
2717
2718# EVAPNU_SOIL ([mm]) :  Bare soil evap on each soil if not found in restart     {}
2719EVAPNU_SOIL =  0.0
2720
2721# HYDROL_SNOW () :  Initial snow mass if not found in restart   {OK_SECHIBA}
2722HYDROL_SNOW =  0.0
2723
2724# HYDROL_SNOWAGE (***) :  Initial snow age if not found in restart      {OK_SECHIBA}
2725HYDROL_SNOWAGE =  0.0
2726
2727# HYDROL_SNOW_NOBIO ([mm]) :  Initial snow amount on ice, lakes, etc. if not found in restart   {OK_SECHIBA}
2728HYDROL_SNOW_NOBIO =  0.0
2729
2730# HYDROL_SNOW_NOBIO_AGE (***) :  Initial snow age on ice, lakes, etc. if not found in restart   {OK_SECHIBA}
2731HYDROL_SNOW_NOBIO_AGE =  0.0
2732
2733# HYDROL_QSV ([mm]) :  Initial water on canopy if not found in restart  {OK_SECHIBA}
2734HYDROL_QSV =  0.0
2735
2736# CWRR_NKS_N0  ([-]) :  fitted value for relation log((n-n0)/(n_ref-n0))        {}
2737CWRR_NKS_N0  =  0.0
2738
2739# CWRR_NKS_POWER ([-]) :  fitted value for relation log((n-n0)/(n_ref-n0))      {}
2740CWRR_NKS_POWER =  0.0
2741
2742# CWRR_AKS_A0  ([1/mm]) :  fitted value for relation log((a-a0)/(a_ref-a0))     {}
2743CWRR_AKS_A0  =  0.0
2744
2745# CWRR_AKS_POWER ([-]) :  fitted value for relation log((a-a0)/(a_ref-a0))      {}
2746CWRR_AKS_POWER =  0.0
2747
2748# KFACT_DECAY_RATE ([1/m]) :  Factor for Ks decay with depth    {}
2749KFACT_DECAY_RATE =  2.0
2750
2751# KFACT_STARTING_DEPTH ([m]) :  Depth for compacted value of Ks         {}
2752KFACT_STARTING_DEPTH =  0.3
2753
2754# KFACT_MAX ([-]) :  Maximum Factor for Ks increase due to vegetation   {}
2755KFACT_MAX =  10.0
2756
2757# KFACT_ROOT_CONST ([y/n]) :  Set constant kfact_root in every soil layer. Otherwise kfact_root increase over soil depth in the rootzone.       {}
2758KFACT_ROOT_CONST =  n
2759
2760# DT_ROUTING  ([seconds]) :  Time step of the routing scheme    {RIVER_ROUTING}
2761DT_ROUTING  =  86400.
2762
2763# ROUTING_RIVERS ([-]) :  Number of rivers      {RIVER_ROUTING}
2764ROUTING_RIVERS =  50
2765
2766# DO_FLOODINFILT ([FLAG]) :  Should floodplains reinfiltrate into the soil      {RIVER_ROUTING}
2767DO_FLOODINFILT =  n
2768
2769# DO_SWAMPS ([FLAG]) :  Should we include swamp parameterization        {RIVER_ROUTING}
2770DO_SWAMPS =  n
2771
2772# DO_PONDS ([FLAG]) :  Should we include ponds          {RIVER_ROUTING}
2773DO_PONDS =  n
2774
2775# SLOW_TCST ([days]) :  Time constant for the slow reservoir    {RIVER_ROUTING }
2776SLOW_TCST =  25.0 
2777
2778# FAST_TCST ([days]) :  Time constant for the fast reservoir    {RIVER_ROUTING }
2779FAST_TCST =  3.0 
2780
2781# STREAM_TCST ([days]) :  Time constant for the stream reservoir        {RIVER_ROUTING}
2782STREAM_TCST =  0.24
2783
2784# FLOOD_TCST ([days]) :  Time constant for the flood reservoir          {RIVER_ROUTING}
2785FLOOD_TCST =  4.0
2786
2787# SWAMP_CST ([-]) :  Fraction of the river that flows back to swamps    {RIVER_ROUTING}
2788SWAMP_CST =  0.2
2789
2790# FLOOD_BETA ([-] ) :  Parameter to fix the shape of the floodplain     {RIVER_ROUTING}
2791FLOOD_BETA =  2.0
2792
2793# POND_BETAP ([-] ) :  Ratio of the basin surface intercepted by ponds and the maximum surface of ponds         {RIVER_ROUTING}
2794POND_BETAP =  0.5
2795
2796# FLOOD_CRI ([mm] ) :  Potential height for which all the basin is flooded      {DO_FLOODPLAINS or DO_PONDS}
2797FLOOD_CRI =  2000.
2798
2799# POND_CRI ([mm] ) :  Potential height for which all the basin is a pond        {DO_FLOODPLAINS or DO_PONDS}
2800POND_CRI =  2000.
2801
2802# MAX_LAKE_RESERVOIR ([kg/m2(routing area)] ) :  Maximum limit of water in lake_reservoir       {RIVER_ROUTING}
2803MAX_LAKE_RESERVOIR =  7000
2804
2805# RIVER_DESC ([FLAG]) :  Writes out a description of the rivers         {RIVER_ROUTING}
2806RIVER_DESC =  n
2807
2808# RIVER_DESC_FILE ([FILE]) :  Filename in which we write the description of the rivers. If suffix is ".nc" a netCDF file is created     {RIVER_DESC}
2809RIVER_DESC_FILE =  river_desc.nc
2810
2811# ROUTING_FILE ([FILE]) :  Name of file which contains the routing information  {RIVER_ROUTING}
2812ROUTING_FILE =  routing.nc
2813
2814# IRRIGATION_FILE ([FILE]) :  Name of file which contains the map of irrigated areas    {DO_IRRIGATION OR DO_FLOODPLAINS}
2815IRRIGATION_FILE =  floodplains.nc
2816
2817# EPS_CARBON ([%]   ) :  Allowed error on carbon stock  {SPINUP_ANALYTIC}
2818EPS_CARBON =  0.01
2819
2820# SPINUP_PERIOD ([years]   ) :  Period to calulcate equilibrium during spinup analytic  {SPINUP_ANALYTIC}
2821SPINUP_PERIOD =  -1
2822
2823# FOREST_MANAGED ([FLAG]) :  Forest management flag     {OK_STOMATE}
2824FOREST_MANAGED =  1 (unmanaged)
2825
2826#  ([FLAG]) :  Clearcut flag during spinup      {OK_STOMATE}
2827 =  0 (not clearcut)
2828
2829# FORCESOIL_STEP_PER_YEAR ([days, months, year]) :  Number of time steps per year for carbon spinup.    {STOMATE_CFORCING_NAME and OK_STOMATE and OK_SOIL_CARBON_DISCRETIZATION}
2830FORCESOIL_STEP_PER_YEAR =  365 (366, ...)
2831
2832# FORCESOIL_NB_YEAR ([years]) :  Number of years saved for carbon spinup.       {STOMATE_CFORCING_NAME and OK_STOMATE}
2833FORCESOIL_NB_YEAR =  1
2834
2835# CIRC_CLASS_DIST ([-]) :  Probability distribution of the circumference classes        {OK_STOMATE}
2836CIRC_CLASS_DIST =  1
2837
2838# ST_DIST ([-]) :  The distribution for killing trees in self-thinning.         {OK_STOMATE}
2839ST_DIST =  circ_class_dist
2840
2841# FROZEN_RESPIRATION_FUNC  ([1]) :  Method for soil decomposition function      {OK_SOIL_CARBON_DISCRETIZATION }
2842FROZEN_RESPIRATION_FUNC  =  1
2843
2844# STOMATE_DIAGPT ([-]) :  Index of grid point for online diagnostics    {OK_STOMATE}
2845STOMATE_DIAGPT =  1
2846
2847# XIOS_ORCHIDEE_OK ([FLAG]) :  Use XIOS for writing diagnostics file    {}
2848XIOS_ORCHIDEE_OK =  y 
2849
2850# XIOS_INTERPOLATION ([FLAG]) :  Actiave reading and intrepolation using XIOS   {XIOS_ORCHIDEE_OK}
2851XIOS_INTERPOLATION =  n
2852
2853# XIOS_REMAP_OUTPUT ([FLAG]) :  Actiave remaping of diagnostic output files to regular grid     {XIOS_ORCHIDEE_OK .AND. grid_type=unstructured}
2854XIOS_REMAP_OUTPUT =  True
2855
2856# DT_STOMATE ([seconds]) :  Time step of STOMATE and other slow processes       {OK_STOMATE}
2857DT_STOMATE =  86400.
2858
2859# FM_FILE ([FILE]) :  Name of file from which the forest management map is to be read   {OK_STOMATE}
2860FM_FILE =  FMmap.nc
2861
2862# FM_FILE ([FILE]) :  Name of file to be read   {OK_STOMATE}
2863FM_FILE =  FMmap.nc
2864
2865# LITTER_FILE ([FILE]) :  Name of file from which the litter raking map is to be read   {OK_STOMATE}
2866LITTER_FILE =  litter_map.nc
2867
2868# SPECIES_CHANGE_FILE ([FILE]) :  Name of file from which the species change map is to be read  {OK_STOMATE}
2869SPECIES_CHANGE_FILE =  replant_species.nc
2870
2871# FM_FILE ([FILE]) :  Name of file from which the forest management map is to be read   {OK_STOMATE}
2872FM_FILE =  FMmap.nc
2873
2874# organic_layer_thickness ([-]) :  The thickness of organic layer       {OK_SOIL_CARBON_DISCRETIZATION}
2875organic_layer_thickness =  0.0 
2876
2877# OK_METHANE ([FLAG]) :  Is Methanogenesis and methanotrophy taken into account?        {OK_SOIL_CARBON_DISCRETIZATION}
2878OK_METHANE =  n
2879
2880# HEAT_CO2_ACT ([J/Kg C]) :  specific heat of soil organic matter oxidation for active carbon   {OK_SOIL_CARBON_DISCRETIZATION}
2881HEAT_CO2_ACT =  40.0E6 
2882
2883# HEAT_CO2_SLO ([J/Kg C]) :  specific heat of soil organic matter oxidation for slow carbon pool        {OK_SOIL_CARBON_DISCRETIZATION}
2884HEAT_CO2_SLO =  30.0E6 
2885
2886# HEAT_CO2_PAS ([J/Kg C]) :  specific heat of soil organic matter oxidation for passive carbon pool     {OK_SOIL_CARBON_DISCRETIZATION}
2887HEAT_CO2_PAS =  10.0E6 
2888
2889# TAU_CH4_TROPH ([s]) :  time constant of methanetrophy         {OK_SOIL_CARBON_DISCRETIZATION}
2890TAU_CH4_TROPH =  432000 
2891
2892# TAU_CH4_GEN_RATIO ([-]) :  time constant of methanogenesis (ratio to that of oxic)    {OK_SOIL_CARBON_DISCRETIZATION}
2893TAU_CH4_GEN_RATIO =  9.0 
2894
2895# O2_SEUIL_MGEN ([g/m3]) :  oxygen concentration below which there is anoxy     {OK_SOIL_CARBON_DISCRETIZATION}
2896O2_SEUIL_MGEN =  3.0 
2897
2898# HEAT_CH4_GEN ([J/kgC]) :  specific heat of methanogenesis     {OK_SOIL_CARBON_DISCRETIZATION}
2899HEAT_CH4_GEN =  0 
2900
2901# HEAT_CH4_TROPH ([J/kgC]) :  specific heat of methanotrophy    {OK_SOIL_CARBON_DISCRETIZATION}
2902HEAT_CH4_TROPH =  0 
2903
2904# O2_LIMIT ([flag]) :  O2 limitation taken into account         {OK_SOIL_CARBON_DISCRETIZATION}
2905O2_LIMIT =  n
2906
2907# cryoturbate ([flag]) :  Do we allow for cyoturbation?         {OK_SOIL_CARBON_DISCRETIZATION}
2908cryoturbate =  y 
2909
2910# cryoturbation_diff_k_in ([m2/year]) :  diffusion constant for cryoturbation   {OK_SOIL_CARBON_DISCRETIZATION}
2911cryoturbation_diff_k_in =  0.001 
2912
2913# bioturbation_diff_k_in ([m2/year]) :  diffusion constant for bioturbation     {OK_SOIL_CARBON_DISCRETIZATION}
2914bioturbation_diff_k_in =  0.0
2915
2916# MG_useallCpools ([flag]) :  Do we allow all three C pools to feed methanogenesis?     {OK_SOIL_CARBON_DISCRETIZATION}
2917MG_useallCpools =  y 
2918
2919# max_shum_value ([-]) :  maximum saturation degree on the thermal axes         {OK_SOIL_CARBON_DISCRETIZATION}
2920max_shum_value =  1 
2921
2922# reset_yedoma_carbon ([flag]) :  Do we reset carbon concentrations for yedoma region?  {OK_SOIL_CARBON_DISCRETIZATION}
2923reset_yedoma_carbon =  n 
2924
2925# yedoma_map_filename ([]) :  The filename for yedoma map       {OK_SOIL_CARBON_DISCRETIZATION}
2926yedoma_map_filename =  yedoma_map.nc 
2927
2928# yedoma_depth ([m]) :  The depth for soil carbon in yedoma     {OK_SOIL_CARBON_DISCRETIZATION}
2929yedoma_depth =  20 
2930
2931# deepC_a_init ([gC/?]) :  Carbon concentration for active soil C pool in yedoma        {OK_SOIL_CARBON_DISCRETIZATION}
2932deepC_a_init =  1790.1   
2933
2934# deepC_s_init ([gC/?]) :  Carbon concentration for slow soil C pool in yedoma  {OK_SOIL_CARBON_DISCRETIZATION}
2935deepC_s_init =  14360.8
2936
2937# deepC_p_init ([gC/>]) :  Carbon concentration for passive soil C pool in yedoma       {OK_SOIL_CARBON_DISCRETIZATION}
2938deepC_p_init =  1436
2939
2940# newaltcalc ([flag]) :  calculate alt ?        {OK_SOIL_CARBON_DISCRETIZATION}
2941newaltcalc =  n
2942
2943# new_carbinput_intdepzlit ([flag]) :  ???      {OK_SOIL_CARBON_DISCRETIZATION}
2944new_carbinput_intdepzlit =  n
2945
2946# correct_carboninput_vertprof ([flag]) :  ???  {OK_SOIL_CARBON_DISCRETIZATION}
2947correct_carboninput_vertprof =  n
2948
2949# use_new_cryoturbation ([flag]) :  use new scheme to calculate cryoturbation   {OK_SOIL_CARBON_DISCRETIZATION}
2950use_new_cryoturbation =  n
2951
2952# cryoturbation_method ([]) :  Which method should be used to calculate cryoturbation   { OK_SOIL_CARBON_DISCRETIZATION }
2953cryoturbation_method =  1
2954
2955# max_cryoturb_alt ([???]) :  ???       {OK_SOIL_CARBON_DISCRETIZATION}
2956max_cryoturb_alt =  1
2957
2958# min_cryoturb_alt ([???]) :  ???       {OK_SOIL_CARBON_DISCRETIZATION}
2959min_cryoturb_alt =  1
2960
2961# reset_fixed_cryoturbation_depth ([flag]) :  reset fixed cryoturbation depth   {OK_SOIL_CARBON_DISCRETIZATION}
2962reset_fixed_cryoturbation_depth =  n
2963
2964# use_fixed_cryoturbation_depth ([flag]) :  use fixed cryoturbation depth       {OK_SOIL_CARBON_DISCRETIZATION}
2965use_fixed_cryoturbation_depth =  n
2966
2967# bioturbation_depth () :  maximum bioturbation depth   {OK_SOIL_CARBON_DISCRETIZATION}
2968bioturbation_depth =  2
2969
Note: See TracBrowser for help on using the repository browser.