source: tags/ORCHIDEE_1_9_6/ORCHIDEE_OL/SPINUP/PARAM/orchidee.default @ 881

Last change on this file since 881 was 865, checked in by didier.solyga, 12 years ago

New scripts compatible the externalization done for OOL_SEC, OOL_SEC_STO, FORCESOIL, TESTSTOMATE and SPINUP configurations. These scripts use an unique empty run.def.

File size: 55.0 KB
Line 
1#
2#*******************************************************************************************
3#                    Namelist for ORCHIDEE (version 1.9.6)
4#*******************************************************************************************
5#
6#  For more details, see : http://forge.ipsl.jussieu.fr/orchidee/wiki/OrchideeParameters
7#
8#  Note : [m] : meters; [K] : Kelvin degrees; [C] : Celsius degrees
9#
10
11#*******************************************************************************************
12#          ORCHIDEE driver parameters (read in Off-line mode only)
13#*******************************************************************************************
14
15# DEBUG_INFO ([FLAG] ) :  Flag for debug information    {[-]}
16DEBUG_INFO =  n
17
18# FORCING_FILE ([FILE] ) :  Name of file containing the forcing data    {[-]}
19FORCING_FILE =  forcing_file.nc
20
21# SPLIT_DT ([-]) :  splits the timestep imposed by the forcing  {NOT(WEATHERGEN)}
22SPLIT_DT =  12
23
24# RESTART_FILEIN ([FILE]) :  Name of restart to READ for initial conditions     {[-]}
25RESTART_FILEIN =  NONE
26
27# RESTART_FILEOUT ([FILE]) :  Name of restart files to be created by the driver         {[-]}
28RESTART_FILEOUT =  driver_rest_out.nc
29
30# TIME_SKIP ([seconds, days, months, years]) :  Time in the forcing file at which the model is started.         {[-]}
31TIME_SKIP =  0
32
33# TIME_LENGTH ([seconds, days, months, years]) :  Length of the integration in time.    {[-]}
34TIME_LENGTH =  DEF
35
36# RELAXATION ([FLAG]) :  method of forcing      {[-]}
37RELAXATION =  n
38
39# RELAX_A ([days?]) :  Time constant of the relaxation layer    {RELAXATION}
40RELAX_A =  1.0
41
42# NO_INTER  ([FLAG]) :  No interpolation IF split is larger than 1      {[-]}
43NO_INTER  =  y
44
45# INTER_LIN ([FLAG]) :  Interpolation IF split is larger than 1         {[-]}
46INTER_LIN =  n
47
48# SPRED_PREC ([-]) :  Spread the precipitation.         {[-]}
49SPRED_PREC =  1
50
51# NETRAD_CONS ([FLAG]) :  Conserve net radiation in the forcing         {INTER_LIN}
52NETRAD_CONS =  y
53
54# ATM_CO2 ([ppm]) :  Value for atm CO2  {[-]}
55ATM_CO2 =  350.
56
57# ALLOW_WEATHERGEN ([FLAG]) :  Allow weather generator to create data   {[-]}
58ALLOW_WEATHERGEN =  n
59
60# DT_WEATHGEN ([seconds]) :  Calling frequency of weather generator     {ALLOW_WEATHERGEN}
61DT_WEATHGEN =  1800.
62
63# LIMIT_WEST ([Degrees] ) :  Western limit of region    {[-]}
64LIMIT_WEST =  -180.
65
66# LIMIT_EAST ([Degrees] ) :  Eastern limit of region    {[-]}
67LIMIT_EAST =  180.
68
69# LIMIT_NORTH ([Degrees]) :  Northern limit of region   {[-]}
70LIMIT_NORTH =  90.
71
72# LIMIT_SOUTH ([Degrees]) :  Southern limit of region   {[-]}
73LIMIT_SOUTH =  -90.
74
75# MERID_RES ([Degrees]) :  North-South Resolution       {ALLOW_WEATHERGEN}
76MERID_RES =  2.
77
78# ZONAL_RES ([Degrees] ) :  East-West Resolution        {ALLOW_WEATHERGEN}
79ZONAL_RES =  2.
80
81# HEIGHT_LEV1 ([m]) :  Height at which T and Q are given        {[-]}
82HEIGHT_LEV1 =  2.0
83
84# HEIGHT_LEVW ([m]) :  Height at which the wind is given        {[-]}
85HEIGHT_LEVW =  10.0
86
87# IPPREC ([-] ) :  Use prescribed values        {ALLOW_WEATHERGEN}
88IPPREC =  0
89
90# WEATHGEN_PRECIP_EXACT ([FLAG]) :  Exact monthly precipitation         {ALLOW_WEATHERGEN}
91WEATHGEN_PRECIP_EXACT =  n
92
93# ECCENTRICITY ([-]) :  Use prescribed values   {ALLOW_WEATHERGEN}
94ECCENTRICITY =  0.016724
95
96# PERIHELIE ([-]) :  Use prescribed values      {ALLOW_WEATHERGEN}
97PERIHELIE =  102.04
98
99# OBLIQUITY ([Degrees]) :  Use prescribed values        {ALLOW_WEATHERGEN}
100OBLIQUITY =  23.446
101
102# DUMP_WEATHER ([FLAG]) :  Write weather from generator into a forcing file     {ALLOW_WEATHERGEN  }
103DUMP_WEATHER =  n
104
105# DUMP_WEATHER_FILE ([FILE]) :  Name of the file that contains the weather from generator       {DUMP_WEATHER}
106DUMP_WEATHER_FILE =  weather_dump.nc
107
108# DUMP_WEATHER_GATHERED ([FLAG]) :  Dump weather data on gathered grid  {DUMP_WEATHER}
109DUMP_WEATHER_GATHERED =  y
110
111# HEIGHT_LEV1 ([m]) :           {DUMP_WEATHER}
112HEIGHT_LEV1 =  10.
113
114#*******************************************************************************************
115#          ORCHIDEE parameters 
116#*******************************************************************************************
117
118# FORCE_CO2_VEG ([FLAG]) :  Flag to force the value of atmospheric CO2 for vegetation.  {[-]}
119FORCE_CO2_VEG =  n
120
121# ATM_CO2 ([ppm]) :  Value for atm CO2          {FORCE_CO2_VEG (in not forced mode)}
122ATM_CO2 =  350.
123
124# FORCE_CO2_VEG ([FLAG]) :  Flag to force the value of atmospheric CO2 for vegetation.  {[-]}
125FORCE_CO2_VEG =  n
126
127# ATM_CO2 ([ppm]) :  Value for atm CO2          {FORCE_CO2_VEG (in not forced mode)}
128ATM_CO2 =  350.
129
130# LONGPRINT ([FLAG]) :  ORCHIDEE will print more messages       {OK_SECHIBA}
131LONGPRINT =  n
132
133# CHECKTIME ([FLAG]) :  ORCHIDEE will print messages on time    {OK_SECHIBA}
134CHECKTIME =  n
135
136# ORCHIDEE_WATCHOUT ([FLAG]) :  ORCHIDEE will write out its forcing to a file   {}
137ORCHIDEE_WATCHOUT =  n
138
139# DT_WATCHOUT ([seconds]) :  ORCHIDEE will write out with this frequency        {ORCHIDEE_WATCHOUT}
140DT_WATCHOUT =  dt
141
142# WATCHOUT_FILE ([FILE]) :  Filenane for the ORCHIDEE forcing file      {ORCHIDEE_WATCHOUT}
143WATCHOUT_FILE =  orchidee_watchout.nc
144
145# RIVER_ROUTING ([FLAG]) :  Decides if we route the water or not        {OK_SECHIBA}
146RIVER_ROUTING =  n
147
148# HYDROL_CWRR ([FLAG]) :  Allows to switch on the multilayer hydrology of CWRR  {OK_SECHIBA}
149HYDROL_CWRR =  n
150
151# STOMATE_OK_CO2 ([FLAG]) :  Activate CO2?      {OK_SECHIBA }
152STOMATE_OK_CO2 =  n
153
154# STOMATE_OK_STOMATE ([FLAG]) :  Activate STOMATE?      {OK_SECHIBA and OK_CO2}
155STOMATE_OK_STOMATE =  n
156
157# STOMATE_OK_DGVM ([FLAG]) :  Activate DGVM?    {OK_STOMATE}
158STOMATE_OK_DGVM =  n
159
160# STOMATE_WATCHOUT ([FLAG]) :  STOMATE does minimum service     {OK_SECHIBA }
161STOMATE_WATCHOUT =  n
162
163# NVM ([-]) :  number of PFTs           {OK_SECHIBA or OK_STOMATE}
164NVM =  13
165
166# IMPOSE_PARAM ([FLAG]) :  Do you impose the values of the parameters?  {OK_SECHIBA or OK_STOMATE}
167IMPOSE_PARAM =  y
168
169# SECHIBA_restart_in ([FILE]) :  Name of restart to READ for initial conditions         {OK_SECHIBA }
170SECHIBA_restart_in =  NONE
171
172# SECHIBA_rest_out ([FILE]) :  Name of restart files to be created by SECHIBA   {OK_SECHIBA}
173SECHIBA_rest_out =  sechiba_rest_out.nc
174
175# SECHIBA_reset_time ([FLAG]) :  Option to overrides the time of the restart    {OK_SECHIBA}
176SECHIBA_reset_time =  n
177
178# STOMATE_RESTART_FILEIN ([FILE]) :  Name of restart to READ for initial conditions of STOMATE  {STOMATE_OK_STOMATE or STOMATE_WATCHOUT}
179STOMATE_RESTART_FILEIN =  NONE
180
181# STOMATE_RESTART_FILEOUT ([FILE]) :  Name of restart files to be created by STOMATE    {STOMATE_OK_STOMATE or STOMATE_WATCHOUT}
182STOMATE_RESTART_FILEOUT =  stomate_restart.nc
183
184# ALMA_OUTPUT ([FLAG]) :  Should the output follow the ALMA convention  {OK_SECHIBA}
185ALMA_OUTPUT =  n
186
187# OUTPUT_FILE ([FILE]) :  Name of file in which the output is going to be written       {OK_SECHIBA}
188OUTPUT_FILE =  sechiba_history.nc
189
190# WRITE_STEP ([seconds]) :  Frequency in seconds at which to WRITE output       {OK_SECHIBA}
191WRITE_STEP =  86400.
192
193# SECHIBA_HISTLEVEL ([-]) :  SECHIBA history output level (0..10)       {OK_SECHIBA and HF}
194SECHIBA_HISTLEVEL =  5
195
196# SECHIBA_HISTFILE2 ([FLAG]) :  Flag to switch on histfile 2 for SECHIBA (hi-frequency ?)       {OK_SECHIBA}
197SECHIBA_HISTFILE2 =  n
198
199# SECHIBA_OUTPUT_FILE2 ([FILE]) :  Name of file in which the output number 2 is going to be written     {SECHIBA_HISTFILE2}
200SECHIBA_OUTPUT_FILE2 =  sechiba_out_2.nc
201
202# WRITE_STEP2 ([seconds]) :  Frequency in seconds at which to WRITE output      {SECHIBA_HISTFILE2}
203WRITE_STEP2 =  1800.0
204
205# SECHIBA_HISTLEVEL2 ([-] ) :  SECHIBA history 2 output level (0..10)   {SECHIBA_HISTFILE2}
206SECHIBA_HISTLEVEL2 =  1
207
208# STOMATE_OUTPUT_FILE ([FILE]) :  Name of file in which STOMATE's output is going to be written         {OK_STOMATE}
209STOMATE_OUTPUT_FILE =  stomate_history.nc
210
211# STOMATE_HIST_DT ([days]) :  STOMATE history time step         {OK_STOMATE}
212STOMATE_HIST_DT =  10.
213
214# STOMATE_IPCC_OUTPUT_FILE ([FILE]) :  Name of file in which STOMATE's output is going to be written    {OK_STOMATE}
215STOMATE_IPCC_OUTPUT_FILE =  stomate_ipcc_history.nc
216
217# STOMATE_IPCC_HIST_DT ([days]) :  STOMATE IPCC history time step       {OK_STOMATE}
218STOMATE_IPCC_HIST_DT =  0.
219
220# STOMATE_HISTLEVEL ([-]) :  STOMATE history output level (0..10)       {OK_STOMATE}
221STOMATE_HISTLEVEL =  10
222
223# PFT_TO_MTC ([-]) :  correspondance array linking a PFT to MTC         {OK_SECHIBA or OK_STOMATE}
224PFT_TO_MTC =  1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
225
226# PFT_NAME ([-]) :  Name of a PFT       {OK_SECHIBA or OK_STOMATE}
227PFT_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 
228
229# SECHIBA_LAI ([m^2/m^2]) :  laimax for maximum lai(see also type of lai interpolation)         {OK_SECHIBA or IMPOSE_VEG}
230SECHIBA_LAI =  0., 8., 8., 4., 4.5, 4.5, 4., 4.5, 4., 2., 2., 2., 2.
231
232# LLAIMIN ([m^2/m^2]) :  laimin for minimum lai(see also type of lai interpolation)     {OK_SECHIBA or IMPOSE_VEG}
233LLAIMIN =  0., 8., 0., 4., 4.5, 0., 4., 0., 0., 0., 0., 0., 0.
234
235# SLOWPROC_HEIGHT ([m] ) :  prescribed height of vegetation     {OK_SECHIBA}
236SLOWPROC_HEIGHT =  0., 30., 30., 20., 20., 20., 15., 15., 15., .5, .6, 1., 1.
237
238# TYPE_OF_LAI ([-]) :  Type of behaviour of the LAI evolution algorithm         {OK_SECHIBA}
239TYPE_OF_LAI =  inter, inter, inter, inter, inter, inter, inter, inter, inter, inter, inter, inter, inter
240
241# IS_TREE ([BOOLEAN]) :  Is the vegetation type a tree ?        {OK_SECHIBA}
242IS_TREE =  n, y, y, y, y, y, y, y, y, n, n, n, n
243
244# NATURAL ([BOOLEAN]) :  natural?       {OK_SECHIBA, OK_STOMATE}
245NATURAL =  y, y, y, y, y, y, y, y, y, y, y, n, n 
246
247# IS_DECIDUOUS ([BOOLEAN] ) :  is PFT deciduous ?       {OK_STOMATE}
248IS_DECIDUOUS =  n, n, y, n, n, y, n, y, y, n, n, n, n
249
250# IS_EVERGREEN ([BOOLEAN]) :  is PFT evergreen ?        {OK_STOMATE}
251IS_EVERGREEN =  n, y, n, y, y, n, y, n, n, n, n, n, n
252
253# IS_C3 ([BOOLEAN]) :  is PFT C3 ?      {OK_STOMATE}
254IS_C3 =  n, n, n, n, n, n, n, n, n, n, y, n, y, n
255
256# IS_C4 ([BOOLEAN]) :  flag for C4 vegetation types     {OK_SECHIBA or OK_STOMATE}
257IS_C4 =  n, n, n, n, n, n, n, n, n, n, n, y, n, y
258
259# GSSLOPE ([-]) :  Slope of the gs/A relation (Ball & al.)      {OK_CO2}
260GSSLOPE =  0., 9., 9., 9., 9., 9., 9., 9., 9., 9., 3., 9., 3.
261
262# GSOFFSET ([-] ) :  intercept of the gs/A relation (Ball & al.)        {OK_CO2 or OK_STOMATE}
263GSOFFSET =  0.0, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.03, 0.01, 0.03
264
265# VCMAX_FIX ([micromol/m^2/s] ) :  values used for vcmax when STOMATE is not activated  {OK_SECHIBA and NOT(OK_STOMATE)}
266VCMAX_FIX =  0., 40., 50., 30., 35., 40.,30., 40., 35., 60., 60., 70., 70.
267
268# VJMAX_FIX ([micromol/m^2/s]) :  values used for vjmax when STOMATE is not activated   {OK_SECHIBA and NOT(OK_STOMATE)}
269VJMAX_FIX =  0., 80., 100., 60., 70., 80.,  60., 80., 70., 120., 120., 140., 140.
270
271# CO2_TMIN_FIX ([C] ) :  values used for photosynthesis tmin when STOMATE is not activated      {OK_SECHIBA and NOT(OK_STOMATE)}
272CO2_TMIN_FIX =  0.,  2.,  2., -4., -3., -2., -4., -4., -4., -5.,  6., -5.,  6.
273
274# CO2_TOPT_FIX  ([C]) :  values used for photosynthesis topt when STOMATE is not activated      {OK_SECHIBA and NOT(OK_STOMATE)}
275CO2_TOPT_FIX  =  0., 27.5, 27.5, 17.5, 25., 20.,17.5, 17.5, 17.5, 20.,  32.5, 20.,  32.5
276
277# CO2_TMAX_FIX ([C]) :  values used for photosynthesis tmax when STOMATE is not activated       {OK_SECHIBA and NOT(OK_STOMATE)}
278CO2_TMAX_FIX =  0., 55., 55., 38., 48., 38.,38., 38., 38., 45., 55., 45., 55.
279
280# EXT_COEFF ([-]) :  extinction coefficient of the Monsi&Seaki relationship (1953)      {OK_SECHIBA or OK_STOMATE}
281EXT_COEFF =  .5, .5, .5, .5, .5, .5, .5, .5, .5, .5, .5, .5, .5
282
283# HYDROL_HUMCSTE ([m]) :  Root profile  {OK_SECHIBA}
284HYDROL_HUMCSTE =  5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4.
285
286# PREF_SOIL_VEG_SAND ([-]) :  Table which contains the correlation between the soil types and vegetation type   {OK_SECHIBA or OK_STOMATE}
287PREF_SOIL_VEG_SAND =  1, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
288
289# PREF_SOIL_VEG_LOAN ([-]) :  Table which contains the correlation between the soil types and vegetation type   {OK_SECHIBA or OK_STOMATE}
290PREF_SOIL_VEG_LOAN =  2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3
291
292# PREF_SOIL_VEG_CLAY ([-]        ) :  Table which contains the correlation between the soil types and vegetation type   {OK_SECHIBA or OK_STOMATE}
293PREF_SOIL_VEG_CLAY =  3, 1, 1, 1, 1, 1 ,1 ,1 ,1 ,1 ,1 ,1, 1 
294
295# RSTRUCT_CONST ([s/m]) :  Structural resistance        {OK_SECHIBA}
296RSTRUCT_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
297
298# KZERO ([kg/m^2/s]) :  A vegetation dependent constant used in the calculation of the surface resistance.      {OK_SECHIBA}
299KZERO =  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 
300
301# RVEG_PFT ([-]) :  Artificial parameter to increase or decrease canopy resistance.     {OK_SECHIBA}
302RVEG_PFT =  1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1., 1.
303
304# WMAX_VEG ([kg/m^3]) :  Maximum field capacity for each of the vegetations (Temporary): max quantity of water  {OK_SECHIBA}
305WMAX_VEG =  150., 150., 150., 150., 150., 150., 150.,150., 150., 150., 150., 150., 150.
306
307# PERCENT_THROUGHFALL_PFT ([%]) :  Percent by PFT of precip that is not intercepted by the canopy       {OK_SECHIBA OR OK_CWRR}
308PERCENT_THROUGHFALL_PFT =  30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30.
309
310# SNOWA_INI ([-]) :  Initial snow albedo value for each vegetation type as it will be used in condveg_snow      {OK_SECHIBA}
311SNOWA_INI =  0.35, 0., 0., 0.14, 0.14, 0.14, 0.14, 0.14, 0.14, 0.18, 0.18, 0.18, 0.18
312
313# SNOWA_DEC ([-]) :  Decay rate of snow albedo value for each vegetation type as it will be used in condveg_snow        {OK_SECHIBA}
314SNOWA_DEC =  0.45, 0.,  0., 0.06, 0.06, 0.11, 0.06, 0.11, 0.11, 0.52,0.52, 0.52, 0.52
315
316# ALB_LEAF_VIS ([-]) :  leaf albedo of vegetation type, visible albedo  {OK_SECHIBA}
317ALB_LEAF_VIS =  .00, .04, .06, .06, .06,.06, .06, .06, .06, .10, .10, .10, .10
318
319# ALB_LEAF_NIR ([-]) :  leaf albedo of vegetation type, near infrared albedo    {OK_SECHIBA}
320ALB_LEAF_NIR =  .00, .20, .22, .22, .22,.22, .22, .22, .22, .30, .30, .30, .30 
321
322# LEAF_TAB ([-] ) :  leaf type : 1      {OK_STOMATE}
323LEAF_TAB =  4, 1, 1, 2, 1, 1, 2, 1, 2, 3, 3, 3, 3 
324
325# SLA ([m^2/gC]) :  specif leaf area    {OK_STOMATE}
326SLA =  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
327
328# VCMAX_OPT ([micromol/m^2/s]) :  Maximum rate of carboxylation         {OK_STOMATE}
329VCMAX_OPT =  -9999., 65., 65., 35., 45., 55., 35., 45., 35., 70., 70., 70., 70.
330
331# VJMAX_OPT ([micromol/m^2/s]) :  Maximum rate of RUbp regeneration     {OK_STOMATE}
332VJMAX_OPT =  -9999., 130., 130., 70., 80., 110., 70., 90., 70., 160., 160., 200., 200.
333
334# TPHOTO_MIN_A ([-]) :  minimum photosynthesis temperature, constant a of ax^2+bx+c (deg C), tabulated  {OK_STOMATE}
335TPHOTO_MIN_A =  -9999.,  0., 0., 0., 0., 0., 0.,  0., 0.,  0.0025, 0., 0., 0. 
336
337# TPHOTO_MIN_B ([-]) :  minimum photosynthesis temperature, constant b of ax^2+bx+c (deg C), tabulated  {OK_STOMATE}
338TPHOTO_MIN_B =  -9999.,  0.,  0., 0., 0., 0., 0., 0., 0., 0.1, 0.,0.,0.
339
340# TPHOTO_MIN_C ([-]) :  minimum photosynthesis temperature, constant c of ax^2+bx+c (deg C), tabulated  {OK_STOMATE}
341TPHOTO_MIN_C =  -9999.,  2., 2., -4., -3.,-2.,-4., -4.,-4.,-3.25, 13.,-5.,13.
342
343# TPHOTO_OPT_A ([-]) :  optimum photosynthesis temperature, constant a of ax^2+bx+c (deg C), tabulated  {OK_STOMATE}
344TPHOTO_OPT_A =  -9999., 0., 0., 0., 0., 0., 0., 0., 0., 0.0025, 0., 0., 0. 
345
346# TPHOTO_OPT_B ([-]) :  optimum photosynthesis temperature, constant b of ax^2+bx+c (deg C), tabulated  {OK_STOMATE}
347TPHOTO_OPT_B =  -9999., 0., 0., 0., 0., 0., 0., 0., 0., 0.25, 0., 0., 0.   
348
349# TPHOTO_OPT_C ([-]) :  optimum photosynthesis temperature, constant c of ax^2+bx+c (deg C), tabulated  {OK_STOMATE}
350TPHOTO_OPT_C =  -9999., 37., 37., 25., 32., 26., 25., 25., 25., 27.25, 36., 30., 36.
351
352# TPHOTO_MAX_A ([-]) :  maximum photosynthesis temperature, constant a of ax^2+bx+c (deg C), tabulated  {OK_STOMATE}
353TPHOTO_MAX_A =  -9999.,  0., 0., 0., 0., 0., 0., 0., 0., 0.00375, 0., 0., 0.
354
355# TPHOTO_MAX_B ([-]) :  maximum photosynthesis temperature, constant b of ax^2+bx+c (deg C), tabulated  {OK_STOMATE}
356TPHOTO_MAX_B =  -9999., 0., 0., 0., 0., 0., 0., 0., 0.,0.35, 0., 0., 0.   
357
358# TPHOTO_MAX_C ([-]) :  maximum photosynthesis temperature, constant c of ax^2+bx+c (deg C), tabulated          {OK_STOMATE}
359TPHOTO_MAX_C =  -9999., 55., 55.,38., 48.,38.,38., 38., 38., 41.125, 55., 45., 55.   
360
361# MAINT_RESP_SLOPE_C ([-]) :  slope of maintenance respiration coefficient (1/K), constant c of aT^2+bT+c , tabulated   {OK_STOMATE}
362MAINT_RESP_SLOPE_C =  -9999., .12, .12, .16, .16, .16, .16, .16, .16, .16, .12, .16, .12 
363
364# MAINT_RESP_SLOPE_B ([-]) :  slope of maintenance respiration coefficient (1/K), constant b of aT^2+bT+c , tabulated   {OK_STOMATE}
365MAINT_RESP_SLOPE_B =  -9999., .0, .0, .0, .0, .0, .0, .0, .0, -.00133, .0, -.00133, .0 
366
367# MAINT_RESP_SLOPE_A ([-]) :  slope of maintenance respiration coefficient (1/K), constant a of aT^2+bT+c , tabulated   {OK_STOMATE}
368MAINT_RESP_SLOPE_A =  -9999., .0, .0, .0, .0, .0, .0, .0, .0, .0, .0, .0, .0     
369
370# CM_ZERO_LEAF ([g/g/day]) :  maintenance respiration coefficient at 0 deg C, for leaves, tabulated     {OK_STOMATE}
371CM_ZERO_LEAF =  -9999., 2.35E-3, 2.62E-3, 1.01E-3, 2.35E-3, 2.62E-3, 1.01E-3,2.62E-3, 2.05E-3, 2.62E-3, 2.62E-3, 2.62E-3, 2.62E-3
372
373# CM_ZERO_SAPABOVE ([g/g/day]) :  maintenance respiration coefficient at 0 deg C,for sapwood above, tabulated   {OK_STOMATE}
374CM_ZERO_SAPABOVE =  -9999., 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4
375
376# CM_ZERO_SAPBELOW ([g/g/day]) :  maintenance respiration coefficient at 0 deg C, for sapwood below, tabulated  {OK_STOMATE}
377CM_ZERO_SAPBELOW =  -9999., 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4 
378
379# CM_ZERO_HEARTABOVE ([g/g/day]) :  maintenance respiration coefficient at 0 deg C, for heartwood above, tabulated      {OK_STOMATE }
380CM_ZERO_HEARTABOVE =  -9999., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0. 
381
382# CM_ZERO_HEARTBELOW ([g/g/day] ) :  maintenance respiration coefficient at 0 deg C,for heartwood below, tabulated      {OK_STOMATE }
383CM_ZERO_HEARTBELOW =  -9999., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0. 
384
385# CM_ZERO_ROOT ([g/g/day] ) :  maintenance respiration coefficient at 0 deg C, for roots, tabulated     {OK_STOMATE}
386CM_ZERO_ROOT =  -9999.,1.67E-3, 1.67E-3, 1.67E-3, 1.67E-3, 1.67E-3, 1.67E-3,1.67E-3, 1.67E-3, 1.67E-3, 1.67E-3, 1.67E-3, 1.67E-3
387
388# CM_ZERO_FRUIT ([g/g/day] ) :  maintenance respiration coefficient at 0 deg C, for fruits, tabulated   {OK_STOMATE}
389CM_ZERO_FRUIT =  -9999., 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4,1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4     
390
391# CM_ZERO_CARBRES ([g/g/day] ) :  maintenance respiration coefficient at 0 deg C, for carbohydrate reserve, tabulated   {OK_STOMATE}
392CM_ZERO_CARBRES =  -9999., 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4,1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4, 1.19E-4
393
394# FLAM ([-]) :  flamability: critical fraction of water holding capacity        {OK_STOMATE}
395FLAM =  -9999., .15, .25, .25, .25, .25, .25, .25, .25, .25, .25, .35, .35
396
397# RESIST ([-]) :  fire resistance       {OK_STOMATE}
398RESIST =  -9999., .95, .90, .12, .50, .12, .12, .12, .12, .0, .0, .0, .0 
399
400# COEFF_LCCHANGE_1 ([-]) :  Coeff of biomass export for the year        {OK_STOMATE}
401COEFF_LCCHANGE_1 =  -9999., 0.597, 0.597, 0.597, 0.597, 0.597, 0.597, 0.597, 0.597, 0.597, 0.597, 0.597, 0.597 
402
403# COEFF_LCCHANGE_10 ([-]) :  Coeff of biomass export for the decade     {OK_STOMATE}
404COEFF_LCCHANGE_10 =  -9999., 0.403, 0.403, 0.299, 0.299, 0.299, 0.299, 0.299, 0.299, 0.299, 0.403, 0.299, 0.403
405
406# COEFF_LCCHANGE_100 ([-]) :  Coeff of biomass export for the century   {OK_STOMATE}
407COEFF_LCCHANGE_100 =  -9999., 0., 0., 0.104, 0.104, 0.104, 0.104, 0.104, 0.104, 0.104, 0., 0.104, 0.
408
409# LAI_MAX ([m^2/m^2]) :  maximum LAI, PFT-specific      {OK_STOMATE}
410LAI_MAX =  -9999., 7., 7., 5., 5., 5., 4.5, 4.5, 3.0, 2.5, 2.5, 5.,5. 
411
412# PHENO_MODEL ([-] ) :  which phenology model is used? (tabulated)      {OK_STOMATE}
413PHENO_MODEL =  none, none, moi, none, none, ncdgdd, none, ncdgdd, ngd, moigdd, moigdd, moigdd, moigdd
414
415# PHENO_TYPE ([-]) :  type of phenology, 0      {OK_STOMATE}
416PHENO_TYPE =  0, 1, 3, 1, 1, 2, 1, 2, 2, 4, 4, 2, 3
417
418# PHENO_GDD_CRIT_C ([-]) :  critical gdd, tabulated (C), constant c of aT^2+bT+c        {OK_STOMATE}
419PHENO_GDD_CRIT_C =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 270., 400., 125., 400.
420
421# PHENO_GDD_CRIT_B ([-]) :  critical gdd, tabulated (C), constant b of aT^2+bT+c        {OK_STOMATE}
422PHENO_GDD_CRIT_B =  -9999., -9999., -9999., -9999., -9999., -9999., -9999.,-9999., -9999., 6.25, 0., 0., 0.
423
424# PHENO_GDD_CRIT_A ([-]) :  critical gdd, tabulated (C), constant a of aT^2+bT+c        {OK_STOMATE}
425PHENO_GDD_CRIT_A =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 0.03125,  0., 0., 0.
426
427# NGD_CRIT ([days]) :  critical ngd, tabulated. Threshold -5 degrees    {OK_STOMATE}
428NGD_CRIT =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., 0., -9999., -9999., -9999., -9999., -9999.
429
430# NCDGDD_TEMP ([C] ) :  critical temperature for the ncd vs. gdd function in phenology  {OK_STOMATE}
431NCDGDD_TEMP =  -9999., -9999., -9999., -9999., -9999., 5., -9999., 0., -9999., -9999., -9999., -9999., -9999.
432
433# HUM_FRAC ([%]) :  critical humidity (relative to min/max) for phenology       {OK_STOMATE}
434HUM_FRAC =  -9999., -9999., .5, -9999., -9999., -9999., -9999., -9999.,  -9999., .5, .5, .5,.5     
435
436# LOWGPP_TIME ([days]) :  minimum duration of dormance for phenology    {OK_STOMATE}
437LOWGPP_TIME =  -9999., -9999., 30., -9999., -9999., 30., -9999., 30., 30., 30., 30., 30., 30.   
438
439# HUM_MIN_TIME ([days]) :  minimum time elapsed since moisture minimum  {OK_STOMATE}
440HUM_MIN_TIME =  -9999., -9999., 50., -9999., -9999., -9999., -9999., -9999., -9999., 35., 35., 75., 75.
441
442# TAU_SAP ([days]) :  sapwood -> heartwood conversion time      {OK_STOMATE}
443TAU_SAP =  -9999., 730., 730., 730., 730., 730., 730., 730., 730., -9999., -9999., -9999., -9999.
444
445# TAU_FRUIT ([days]) :  fruit lifetime  {OK_STOMATE}
446TAU_FRUIT =  -9999., 90., 90., 90., 90., 90., 90., 90., 90., -9999., -9999., -9999., -9999.
447
448# ECUREUIL ([-]) :  fraction of primary leaf and root allocation put into reserve       {OK_STOMATE}
449ECUREUIL =  -9999., .0, 1., .0, .0, 1., .0, 1., 1., 1., 1., 1., 1.
450
451# ALLOC_MIN ([-]) :  minimum allocation above/below     {OK_STOMATE}
452ALLOC_MIN =  -9999., 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, -9999., -9999., -9999., -9999. 
453
454# ALLOC_MAX ([-]) :  maximum allocation above/below     {OK_STOMATE}
455ALLOC_MAX =  -9999., 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, -9999., -9999., -9999., -9999.
456
457# DEMI_ALLOC  ([-]) :  mean allocation above/below      {OK_STOMATE}
458DEMI_ALLOC  =  -9999., 5., 5., 5., 5., 5., 5., 5., 5., -9999., -9999., -9999., -9999.
459
460# LEAFLIFE_TAB ([years]) :  leaf longevity      {OK_STOMATE}
461LEAFLIFE_TAB =  -9999., .5, 2., .33, 1., 2., .33, 2., 2., 2., 2., 2., 2. 
462
463# LEAFFALL ([days]) :  length of death of leaves, tabulated     {OK_STOMATE}
464LEAFFALL =  -9999., -9999., 10., -9999., -9999., 10., -9999., 10., 10., 10., 10., 10., 10. 
465
466# LEAFAGECRIT ([days]) :  critical leaf age, tabulated  {OK_STOMATE}
467LEAFAGECRIT =  -9999., 730., 180., 910., 730., 180., 910., 180., 180., 120., 120., 90., 90.   
468
469# SENESCENCE_TYPE ([-]) :  type of senescence, tabulated        {OK_STOMATE}
470SENESCENCE_TYPE =  none, none, dry, none, none, cold, none, cold, cold, mixed, mixed, mixed, mixed 
471
472# SENESCENCE_HUM ([-] ) :  critical relative moisture availability for senescence       {OK_STOMATE}
473SENESCENCE_HUM =  -9999., -9999., .3, -9999., -9999., -9999., -9999., -9999., -9999., .2, .2, .3, .2 
474
475# NOSENESCENCE_HUM ([-]) :  relative moisture availability above which there is no humidity-related senescence  {OK_STOMATE}
476NOSENESCENCE_HUM =  -9999., -9999., .8, -9999., -9999., -9999., -9999., -9999., -9999., .3, .3, .3, .3 
477
478# MAX_TURNOVER_TIME ([days]) :  maximum turnover time for grasse        {OK_STOMATE}
479MAX_TURNOVER_TIME =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999.,  80.,  80., 80., 80. 
480
481# MIN_TURNOVER_TIME ([days]) :  minimum turnover time for grasse        {OK_STOMATE}
482MIN_TURNOVER_TIME =  -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., -9999., 10., 10., 10., 10. 
483
484# MIN_LEAF_AGE_FOR_SENESCENCE ([days] ) :  minimum leaf age to allow senescence g       {OK_STOMATE}
485MIN_LEAF_AGE_FOR_SENESCENCE =  -9999., -9999., 90., -9999., -9999., 90., -9999., 60., 60., 30., 30., 30., 30.
486
487# SENESCENCE_TEMP_C ([-]) :  critical temperature for senescence (C), constant c of aT^2+bT+c, tabulated        {OK_STOMATE}
488SENESCENCE_TEMP_C =  -9999., -9999., -9999., -9999., -9999., 12., -9999., 7., 2., -1.375, 5., 5., 10.
489
490# SENESCENCE_TEMP_B ([-]) :  critical temperature for senescence (C), constant b of aT^2+bT+c ,tabulated        {OK_STOMATE }
491SENESCENCE_TEMP_B =  -9999., -9999., -9999., -9999., -9999., 0., -9999., 0., 0., .1, 0., 0., 0.
492
493# SENESCENCE_TEMP_A ([-] ) :  critical temperature for senescence (C), constant a of aT^2+bT+c , tabulated      {OK_STOMATE}
494SENESCENCE_TEMP_A =  -9999., -9999., -9999., -9999., -9999., 0., -9999., 0., 0.,.00375, 0., 0., 0. 
495
496# RESIDENCE_TIME ([years]) :  residence time of trees   {OK_DGVM and NOT(LPJ_GAP_CONST_MORT)}
497RESIDENCE_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 
498
499# TMIN_CRIT ([C]) :  critical tmin, tabulated   {OK_STOMATE}
500TMIN_CRIT =  -9999.,  0.0, 0.0, -30.0, -14.0, -30.0, -45.0, -45.0, -9999., -9999., -9999., -9999., -9999.
501
502# TCM_CRIT ([C]) :  critical tcm, tabulated     {OK_STOMATE}
503TCM_CRIT =  -9999., -9999., -9999., 5.0, 15.5, 15.5, -8.0, -8.0, -8.0, -9999., -9999.,  -9999., -9999.
504
505# DO_IRRIGATION ([FLAG]) :  Should we compute an irrigation flux        {RIVER_ROUTING }
506DO_IRRIGATION =  n
507
508# DO_FLOODPLAINS ([FLAG]) :  Should we include floodplains      {RIVER_ROUTING }
509DO_FLOODPLAINS =  n
510
511# HERBIVORES ([FLAG]) :  herbivores allowed?    {OK_STOMATE }
512HERBIVORES =  n
513
514# TREAT_EXPANSION ([FLAG]) :  treat expansion of PFTs across a grid cell?       {OK_STOMATE }
515TREAT_EXPANSION =  n
516
517# LPJ_GAP_CONST_MORT ([FLAG]) :  prescribe mortality if not using DGVM?         {OK_STOMATE}
518LPJ_GAP_CONST_MORT =  y
519
520# HARVEST_AGRI ([FLAG]) :  Harvest model for agricultural PFTs.         {OK_STOMATE }
521HARVEST_AGRI =  y
522
523# FIRE_DISABLE ([FLAG]) :  no fire allowed      {OK_STOMATE }
524FIRE_DISABLE =  n
525
526# AGRICULTURE ([FLAG]) :  agriculture allowed?  {OK_SECHIBA or OK_STOMATE}
527AGRICULTURE =  y
528
529# IMPOSE_VEG ([FLAG]) :  Should the vegetation be prescribed ?  {OK_SECHIBA or OK_STOMATE}
530IMPOSE_VEG =  n
531
532# IMPOSE_SOILT ([FLAG]) :  Should the soil type be prescribed ?         {IMPOSE_VEG}
533IMPOSE_SOILT =  n
534
535# LAI_MAP ([FLAG]) :  Read the LAI map  {OK_SECHIBA or OK_STOMATE}
536LAI_MAP =  n
537
538# SLOWPROC_LAI_OLD_INTERPOL ([FLAG]) :  Flag to use old "interpolation" of LAI  {LAI_MAP}
539SLOWPROC_LAI_OLD_INTERPOL =  n
540
541# LAND_USE ([FLAG]) :  Read a land_use vegetation map   {OK_SECHIBA or OK_STOMATE}
542LAND_USE =  y
543
544# VEGET_REINIT ([FLAG] ) :  booleen to indicate that a new LAND USE file will be used.  {LAND_USE}
545VEGET_REINIT =  y
546
547# LAND_COVER_CHANGE ([FLAG] ) :  treat land use modifications   {LAND_USE}
548LAND_COVER_CHANGE =  n
549
550# VEGET_YEAR ([FLAG] ) :  Year of the land_use vegetation map to be read        {LAND_USE}
551VEGET_YEAR =  1
552
553# SLOWPROC_VEGET_OLD_INTERPOL ([FLAG] ) :  Flag to use old "interpolation" of vegetation map.   {NOT(IMPOSE_VEG) and NOT(LAND_USE)}
554SLOWPROC_VEGET_OLD_INTERPOL =  n
555
556# MAXMASS_GLACIER ([kg/m^2]  ) :  The maximum mass of a glacier         {OK_SECHIBA or OK_CWRR}
557MAXMASS_GLACIER =  3000.
558
559# SNOWCRI ([kg/m^2]  ) :  Sets the amount above which only sublimation occures          {OK_SECHIBA or OK_CWRR}
560SNOWCRI =  1.5
561
562# SECHIBA_QSINT  ([m]) :  Interception reservoir coefficient    {OK_SECHIBA }
563SECHIBA_QSINT  =  0.1
564
565# HYDROL_SOIL_DEPTH ([m]) :  Total depth of soil reservoir      {OK_SECHIBA }
566HYDROL_SOIL_DEPTH =  4.
567
568# MIN_WIND ([m/s]) :  Minimum wind speed        {OK_SECHIBA}
569MIN_WIND =  0.1
570
571# MAX_SNOW_AGE ([days?]) :  Maximum period of snow aging        {OK_SECHIBA}
572MAX_SNOW_AGE =  50.
573
574# SNOW_TRANS ([m]   ) :  Transformation time constant for snow  {OK_SECHIBA}
575SNOW_TRANS =  0.3
576
577# MX_EAU_EAU ([kg/m^3]  ) :  Maximum quantity of water          {OK_SECHIBA }
578MX_EAU_EAU =  150.
579
580# Z0_OVER_HEIGHT ([-]   ) :  to get z0 from height      {OK_SECHIBA }
581Z0_OVER_HEIGHT =  1/16.
582
583# HEIGHT_DISPLACEMENT ([m]  ) :  Magic number which relates the height to the displacement height.      {OK_SECHIBA }
584HEIGHT_DISPLACEMENT =  0.75
585
586# Z0_BARE ([m]   ) :  bare soil roughness length        {OK_SECHIBA }
587Z0_BARE =  0.01 
588
589# Z0_ICE ([m]   ) :  ice roughness length       {OK_SECHIBA }
590Z0_ICE =  0.001
591
592# TCST_SNOWA ([days]) :  Time constant of the albedo decay of snow      {OK_SECHIBA }
593TCST_SNOWA =  5.0 
594
595# SNOWCRI_ALB ([kg/m^2]  ) :  Critical value for computation of snow albedo     {OK_SECHIBA}
596SNOWCRI_ALB =  10. 
597
598# VIS_DRY ([-]  ) :  The correspondance table for the soil color numbers and their albedo       {OK_SECHIBA }
599VIS_DRY =  0.24, 0.22, 0.20, 0.18, 0.16, 0.14, 0.12, 0.10, 0.27
600
601# NIR_DRY ([-]   ) :  The correspondance table for the soil color numbers and their albedo      {OK_SECHIBA }
602NIR_DRY =  0.48, 0.44, 0.40, 0.36, 0.32, 0.28, 0.24, 0.20, 0.55
603
604# VIS_WET  ([-]   ) :  The correspondance table for the soil color numbers and their albedo     {OK_SECHIBA  }
605VIS_WET  =  0.12, 0.11, 0.10, 0.09, 0.08, 0.07, 0.06, 0.05, 0.15
606
607# NIR_WET ([-]    ) :  The correspondance table for the soil color numbers and their albedo     {OK_SECHIBA }
608NIR_WET =  0.24, 0.22, 0.20, 0.18, 0.16, 0.14, 0.12, 0.10, 0.31
609
610# ALBSOIL_VIS ([-]  ) :         {OK_SECHIBA }
611ALBSOIL_VIS =  0.18, 0.16, 0.16, 0.15, 0.12, 0.105, 0.09, 0.075, 0.25
612
613# ALBSOIL_NIR  ([-]  ) :        {OK_SECHIBA }
614ALBSOIL_NIR  =  0.36, 0.34, 0.34, 0.33, 0.30, 0.25, 0.20, 0.15, 0.45
615
616# ALB_DEADLEAF  ([-]     ) :  albedo of dead leaves, VIS+NIR    {OK_SECHIBA }
617ALB_DEADLEAF  =  0.12, 0.35
618
619# ALB_ICE ([-]  ) :  albedo of ice, VIS+NIR     {OK_SECHIBA}
620ALB_ICE =  0.60, 0.20
621
622# CONDVEG_SNOWA ([-]) :  The snow albedo used by SECHIBA        {OK_SECHIBA}
623CONDVEG_SNOWA =  1.E+20
624
625# ALB_BARE_MODEL ([FLAG]) :  Switch bare soil albedo dependent (if TRUE) on soil wetness        {OK_SECHIBA}
626ALB_BARE_MODEL =  n
627
628# Z0CDRAG_AVE ([FLAG]) :  Average method for z0         {OK_SECHIBA}
629Z0CDRAG_AVE =  y
630
631# IMPOSE_AZE ([FLAG]) :  Should the surface parameters be prescribed    {OK_SECHIBA}
632IMPOSE_AZE =  n
633
634# CONDVEG_Z0 ([m]) :  Surface roughness         {IMPOSE_AZE}
635CONDVEG_Z0 =  0.15
636
637# ROUGHHEIGHT ([m] ) :  Height to be added to the height of the first level     {IMPOSE_AZE}
638ROUGHHEIGHT =  0.0
639
640# CONDVEG_ALBVIS ([-]) :  SW visible albedo for the surface     {IMPOSE_AZE}
641CONDVEG_ALBVIS =  0.25
642
643# CONDVEG_ALBNIR ([-]  ) :  SW near infrared albedo for the surface     {IMPOSE_AZE}
644CONDVEG_ALBNIR =  0.25
645
646# CONDVEG_EMIS ([-] ) :  Emissivity of the surface for LW radiation     {IMPOSE_AZE}
647CONDVEG_EMIS =  1.0
648
649# NLAI ([-]  ) :  Number of LAI levels  {OK_SECHIBA}
650NLAI =  20
651
652# LAIMAX ([m^2/m^2]   ) :  Maximum LAI  {OK_SECHIBA}
653LAIMAX =   
654
655# XC4_1  ([-]   ) :  Factor in the first Collatz equation for C4 plants         {OK_SECHIBA }
656XC4_1  =  0.83
657
658# XC4_2 ([-]   ) :  Factor in the second Collatz equation for C4 plants         {OK_SECHIBA }
659XC4_2 =  0.93
660
661# DEW_VEG_POLY_COEFF ([-]   ) :  coefficients of the polynome of degree 5 for the dew   {OK_SECHIBA}
662DEW_VEG_POLY_COEFF =  0.887773, 0.205673, 0.110112, 0.014843, 0.000824, 0.000017 
663
664# CLAYFRACTION_DEFAULT ([-]   ) :  default fraction of clay     {OK_SECHIBA }
665CLAYFRACTION_DEFAULT =  0.2 
666
667# MIN_VEGFRAC  ([-]  ) :  Minimal fraction of mesh a vegetation type can occupy         {OK_SECHIBA }
668MIN_VEGFRAC  =  0.001 
669
670# STEMPDIAG_BID  ([K]) :  only needed for an initial LAI if there is no restart file    {OK_SECHIBA }
671STEMPDIAG_BID  =  280.
672
673# SOILTYPE_DEFAULT ([-]   ) :  Default soil texture distribution in the following order : sand, loam and clay   {OK_SECHIBA }
674SOILTYPE_DEFAULT =  0.0, 1.0, 0.0
675
676# LAI_LEVEL_DEPTH ([-]  ) :     {OK_CO2}
677LAI_LEVEL_DEPTH =  0.15
678
679# X1_COEF ([-]  ) :  Multiplicative factor in the equation defining kt          {OK_CO2}
680X1_COEF =  0.177
681
682# X1_Q10 ([-]  ) :  Exponential factor in the equation defining kt      {OK_CO2}
683X1_Q10 =  0.069
684
685# QUANTUM_YIELD ([-]   ) :      {OK_CO2}
686QUANTUM_YIELD =  0.092 
687
688# KT_COEF ([-]   ) :  Multiplicative factor in the equation defining kt         {OK_CO2}
689KT_COEF =  0.7 
690
691# KC_COEF ([-]  ) :  Multiplicative factor for calculating Kc   {OK_CO2}
692KC_COEF =  39.09 
693
694# KO_Q10  ([-]  ) :  Exponential factor for calculating Kc and Ko       {OK_CO2 }
695KO_Q10  =  0.085 
696
697# OA ([ppm]  ) :  Intercellular concentration of O2     {OK_CO2}
698OA =  210000. 
699
700# KO_COEF ([-]  ) :  Multiplicative factor for calculating Ko   {OK_CO2}
701KO_COEF =  2.412 
702
703# CP_0 ([-]  ) :  Multiplicative factor for calculating the CO2 compensation point      {OK_CO2}
704CP_0 =  42. 
705
706# CP_TEMP_COEF ([-]  ) :  Exponential factor for calculating the CO2 compensation point         {OK_CO2}
707CP_TEMP_COEF =  9.46
708
709# CP_TEMP_REF ([C]  ) :  Reference temperature for the CO2 compensation point CP        {OK_CO2}
710CP_TEMP_REF =  25.
711
712# RT_COEF ([-]   ) :    {OK_CO2}
713RT_COEF =  0.8, 1.3
714
715# VC_COEF ([-]  ) :     {OK_CO2}
716VC_COEF =  0.39, 0.3 
717
718# QWILT ([-]) :  Wilting point  {OK_SECHIBA and .NOT.(OK_CWRR)}
719QWILT =  5.0
720
721# MIN_RESDIS ([m]) :  The minimal size we allow for the upper reservoir         {OK_SECHIBA and .NOT.(OK_CWRR)}
722MIN_RESDIS =  2.e-5
723
724# MIN_DRAIN ([kg/m^2/dt]) :  Diffusion constant for the slow regime     {OK_SECHIBA and .NOT.(OK_CWRR)}
725MIN_DRAIN =  0.001
726
727# MAX_DRAIN ([kg/m^2/dt]) :  Diffusion constant for the fast regime     {OK_SECHIBA and .NOT.(OK_CWRR)}
728MAX_DRAIN =  0.1
729
730# EXP_DRAIN ([-]) :  The exponential in the diffusion law       {OK_SECHIBA and .NOT.(OK_CWRR)}
731EXP_DRAIN =  1.5
732
733# RSOL_CSTE ([s/m^2]) :  Constant in the computation of resistance for bare  soil evaporation   {OK_SECHIBA and .NOT.(OK_CWRR)}
734RSOL_CSTE =  33.E3
735
736# HCRIT_LITTER ([m]) :  Scaling depth for litter humidity       {OK_SECHIBA and .NOT.(OK_CWRR) }
737HCRIT_LITTER =  0.08 
738
739# HYDROL_OK_HDIFF ([FLAG]) :  do horizontal diffusion?  {OK_SECHIBA and .NOT.(OK_CWRR)  }
740HYDROL_OK_HDIFF =  n
741
742# W_TIME  ([-]) :  Time weighting for discretisation    {OK_CWRR}
743W_TIME  =  1.
744
745# NVAN ([-]) :  Van genuchten coefficient n     {OK_CWRR}
746NVAN =  1.89, 1.56, 1.31
747
748# AVAN ([1/mm]  ) :  Van genuchten coefficient a        {OK_CWRR}
749AVAN =  0.0075, 0.0036, 0.0019
750
751# MCR  ([mm]  ) :  Residual soil water content  {OK_CWRR}
752MCR  =  0.065, 0.078, 0.095
753
754# MCS ([-]  ) :  Saturated soil water content   {OK_CWRR}
755MCS =  0.41, 0.43, 0.41
756
757# KS  ([mm/d]   ) :  Hydraulic conductivity Saturation  {OK_CWRR }
758KS  =  1060.8, 249.6, 62.4
759
760# PCENT ([-]    ) :  Soil moisture above which transpir is max  {OK_CWRR}
761PCENT =  0.5, 0.5, 0.5
762
763# FREE_DRAIN_MAX  ([-]   ) :  Max value of the permeability coeff at the bottom of the soil     {OK_CWRR}
764FREE_DRAIN_MAX  =  1.0, 1.0, 1.0 
765
766# MCF  ([-]   ) :  Volumetric water content field capacity      {OK_CWRR}
767MCF  =  0.32, 0.32, 0.32
768
769# MCW ([-]   ) :  Volumetric water content Wilting pt   {OK_CWRR}
770MCW =  0.10, 0.10, 0.10 
771
772# MC_AWET ([-]   ) :  Vol. wat. cont. above which albedo is cst         {OK_CWRR}
773MC_AWET =  0.25, 0.25, 0.25
774
775# MC_ADRY ([-]   ) :  Vol. wat. cont. below which albedo is cst         {OK_CWRR}
776MC_ADRY =  0.1, 0.1, 0.1
777
778# CROP_COEF  ([-]  ) :  Parameter for the Kassel irrigation parametrization linked to the crops         {OK_ROUTING}
779CROP_COEF  =  1.5
780
781# TOO_LONG  ([days]   ) :  longest sustainable time without regeneration (vernalization)        {OK_STOMATE}
782TOO_LONG  =  5.
783
784# TAU_FIRE  ([days]    ) :  Time scale for memory of the fire index (days). Validated for one year in the DGVM.         {OK_STOMATE }
785TAU_FIRE  =  30.
786
787# LITTER_CRIT ([gC/m^2]  ) :  Critical litter quantity for fire         {OK_STOMATE }
788LITTER_CRIT =  200.
789
790# FIRE_RESIST_STRUCT ([-]  ) :          {OK_STOMATE }
791FIRE_RESIST_STRUCT =  0.5
792
793# CO2FRAC ([-]  ) :  What fraction of a burned plant compartment goes into the atmosphere       {OK_STOMATE }
794CO2FRAC =  0.95, 0.95, 0., 0.3, 0., 0., 0.95, 0.95
795
796# BCFRAC_COEFF ([-]  ) :        {OK_STOMATE }
797BCFRAC_COEFF =  0.3, 1.3, 88.2 
798
799# FIREFRAC_COEFF  ([-]   ) :    {OK_STOMATE }
800FIREFRAC_COEFF  =  0.45, 0.8, 0.6, 0.13
801
802# AVAILABILITY_FACT  ([-]   ) :         {OK_STOMATE }
803AVAILABILITY_FACT  =  0.1
804
805# REF_GREFF ([1/year]  ) :      {OK_STOMATE }
806REF_GREFF =  0.035
807
808# OK_MINRES ([FLAG]) :  Do we try to reach a minimum reservoir even if we are severely stressed?        {OK_STOMATE }
809OK_MINRES =  y
810
811# TAU_LEAFINIT ([days]  ) :  time to attain the initial foliage using the carbohydrate reserve          {OK_STOMATE }
812TAU_LEAFINIT =  10.
813
814# RESERVE_TIME_TREE  ([days]    ) :  maximum time during which reserve is used (trees)          {OK_STOMATE }
815RESERVE_TIME_TREE  =  30.
816
817# RESERVE_TIME_GRASS  ([days]   ) :  maximum time during which reserve is used (grasses)        {OK_STOMATE }
818RESERVE_TIME_GRASS  =  20. 
819
820# R0 ([-]  ) :  Standard root allocation        {OK_STOMATE }
821R0 =  0.3 
822
823# S0  ([-]    ) :  Standard sapwood allocation          {OK_STOMATE }
824S0  =  0.3
825
826# F_FRUIT ([-]    ) :  Standard fruit allocation        {OK_STOMATE }
827F_FRUIT =  0.1 
828
829# ALLOC_SAP_ABOVE_GRASS  ([-]   ) :  fraction of sapwood allocation above ground        {OK_STOMATE }
830ALLOC_SAP_ABOVE_GRASS  =  1.0 
831
832# MIN_LTOLSR  ([-]   ) :  extrema of leaf allocation fraction   {OK_STOMATE }
833MIN_LTOLSR  =  0.2
834
835# MAX_LTOLSR ([-]   ) :  extrema of leaf allocation fraction    {OK_STOMATE }
836MAX_LTOLSR =  0.5
837
838# Z_NITROGEN ([m]  ) :  scaling depth for nitrogen limitation   {OK_STOMATE}
839Z_NITROGEN =  0.2 
840
841# LAI_MAX_TO_HAPPY ([-]  ) :    {OK_STOMATE }
842LAI_MAX_TO_HAPPY =  0.5 
843
844# NLIM_TREF  ([C]  ) :          {OK_STOMATE }
845NLIM_TREF  =  25. 
846
847# PIPE_TUNE1 ([-]    ) :  crown area    {OK_STOMATE }
848PIPE_TUNE1 =  100.0
849
850# PIPE_TUNE2  ([-]      ) :  height     {OK_STOMATE }
851PIPE_TUNE2  =  40.0 
852
853# PIPE_TUNE3 ([-]    ) :  height        {OK_STOMATE }
854PIPE_TUNE3 =  0.5 
855
856# PIPE_TUNE4 ([-]  ) :  needed for stem diameter        {OK_STOMATE }
857PIPE_TUNE4 =  0.3 
858
859# PIPE_DENSITY  ([-]  ) :  Density      {OK_STOMATE }
860PIPE_DENSITY  =  2.e5 
861
862# PIPE_K1  ([-]   ) :           {OK_STOMATE }
863PIPE_K1  =  8.e3 
864
865# PIPE_TUNE_EXP_COEFF  ([-]   ) :  pipe tune exponential coeff          {OK_STOMATE }
866PIPE_TUNE_EXP_COEFF  =  1.6 
867
868# PRECIP_CRIT  ([mm/year]  ) :  minimum precip  {OK_STOMATE }
869PRECIP_CRIT  =  100.
870
871# GDD_CRIT_ESTAB ([-]  ) :  minimum gdd for establishment of saplings   {OK_STOMATE }
872GDD_CRIT_ESTAB =  150. 
873
874# FPC_CRIT ([-]  ) :  critical fpc, needed for light competition and establishment      {OK_STOMATE }
875FPC_CRIT =  0.95
876
877# ALPHA_GRASS ([-]   ) :  sapling characteristics : alpha's     {OK_STOMATE }
878ALPHA_GRASS =  0.5
879
880# ALPHA_TREE ([-]   ) :  sapling characteristics : alpha's      {OK_STOMATE }
881ALPHA_TREE =  1.
882
883# MASS_RATIO_HEART_SAP ([-]   ) :  mass ratio (heartwood+sapwood)/sapwood       {OK_STOMATE }
884MASS_RATIO_HEART_SAP =  3.
885
886# FRAC_GROWTHRESP ([-]) :  fraction of GPP which is lost as growth respiration  {OK_STOMATE }
887FRAC_GROWTHRESP =  0.28
888
889# TAU_HUM_MONTH ([days]  ) :  time scales for phenology and other processes     {OK_STOMATE }
890TAU_HUM_MONTH =  20. 
891
892# TAU_HUM_WEEK ([days]   ) :  time scales for phenology and other processes     {OK_STOMATE }
893TAU_HUM_WEEK =  7.
894
895# TAU_T2M_MONTH ([days]     ) :  time scales for phenology and other processes  {OK_STOMATE }
896TAU_T2M_MONTH =  20.
897
898# TAU_T2M_WEEK ([days]   ) :  time scales for phenology and other processes     {OK_STOMATE }
899TAU_T2M_WEEK =  7.
900
901# TAU_TSOIL_MONTH  ([days]     ) :  time scales for phenology and other processes       {OK_STOMATE }
902TAU_TSOIL_MONTH  =  20. 
903
904# TAU_SOILHUM_MONTH ([days]   ) :  time scales for phenology and other processes        {OK_STOMATE }
905TAU_SOILHUM_MONTH =  20. 
906
907# TAU_GPP_WEEK  ([days]   ) :  time scales for phenology and other processes    {OK_STOMATE }
908TAU_GPP_WEEK  =  7. 
909
910# TAU_GDD ([days]   ) :  time scales for phenology and other processes  {OK_STOMATE }
911TAU_GDD =  40. 
912
913# TAU_NGD ([days]   ) :  time scales for phenology and other processes  {OK_STOMATE }
914TAU_NGD =  50.
915
916# COEFF_TAU_LONGTERM ([days]   ) :  time scales for phenology and other processes       {OK_STOMATE }
917COEFF_TAU_LONGTERM =  3. 
918
919# BM_SAPL_CARBRES  ([-]   ) :           {OK_STOMATE }
920BM_SAPL_CARBRES  =  5. 
921
922# BM_SAPL_SAPABOVE ([-]    ) :          {OK_STOMATE}
923BM_SAPL_SAPABOVE =  0.5 
924
925# BM_SAPL_HEARTABOVE  ([-]    ) :       {OK_STOMATE }
926BM_SAPL_HEARTABOVE  =  2.
927
928# BM_SAPL_HEARTBELOW  ([-]    ) :       {OK_STOMATE }
929BM_SAPL_HEARTBELOW  =  2. 
930
931# INIT_SAPL_MASS_LEAF_NAT ([-]    ) :           {OK_STOMATE }
932INIT_SAPL_MASS_LEAF_NAT =  0.1 
933
934# INIT_SAPL_MASS_LEAF_AGRI ([-]    ) :          {OK_STOMATE }
935INIT_SAPL_MASS_LEAF_AGRI =  1. 
936
937# INIT_SAPL_MASS_CARBRES ([-]    ) :    {OK_STOMATE }
938INIT_SAPL_MASS_CARBRES =  5. 
939
940# INIT_SAPL_MASS_ROOT ([-]   ) :        {OK_STOMATE }
941INIT_SAPL_MASS_ROOT =  0.1 
942
943# INIT_SAPL_MASS_FRUIT ([-]    ) :      {OK_STOMATE }
944INIT_SAPL_MASS_FRUIT =  0.3 
945
946# CN_SAPL_INIT  ([-]   ) :      {OK_STOMATE }
947CN_SAPL_INIT  =  0.5 
948
949# MIGRATE_TREE  ([m/year]   ) :         {OK_STOMATE }
950MIGRATE_TREE  =  10000.
951
952# MIGRATE_GRASS ([m/year]   ) :         {OK_STOMATE }
953MIGRATE_GRASS =  10000.
954
955# LAI_INITMIN_TREE ([m^2/m^2]  ) :      {OK_STOMATE }
956LAI_INITMIN_TREE =  0.3
957
958# LAI_INITMIN_GRASS  ([m^2/m^2]    ) :          {OK_STOMATE }
959LAI_INITMIN_GRASS  =  0.1
960
961# DIA_COEFF ([-]   ) :          {OK_STOMATE }
962DIA_COEFF =  4., 0.5
963
964# MAXDIA_COEFF ([-]   ) :       {OK_STOMATE }
965MAXDIA_COEFF =  100., 0.01 
966
967# BM_SAPL_LEAF ([-]  ) :        {OK_STOMATE }
968BM_SAPL_LEAF =  4., 4., 0.8, 5. 
969
970# METABOLIC_REF_FRAC ([-]) :    {OK_STOMATE }
971METABOLIC_REF_FRAC =  0.85   
972
973# Z_DECOMP ([m]   ) :  scaling depth for soil activity  {OK_STOMATE }
974Z_DECOMP =  0.2
975
976# CN ([-]  ) :  C/N ratio       {OK_STOMATE }
977CN =  40., 40., 40., 40., 40., 40., 40., 40.
978
979# LC  ([-]   ) :  Lignine/C ratio of the different plant parts  {OK_STOMATE }
980LC  =  0.22, 0.35, 0.35, 0.35, 0.35, 0.22, 0.22, 0.22
981
982# FRAC_SOIL_STRUCT_AA ([-]) :  frac_soil(istructural,iactive,iabove)    {OK_STOMATE }
983FRAC_SOIL_STRUCT_AA =  0.55
984
985# FRAC_SOIL_STRUCT_A  ([-]) :  frac_soil(istructural,iactive,ibelow)    {OK_STOMATE }
986FRAC_SOIL_STRUCT_A  =  0.45
987
988# FRAC_SOIL_STRUCT_SA ([-]   ) :  frac_soil(istructural,islow,iabove)   {OK_STOMATE}
989FRAC_SOIL_STRUCT_SA =  0.7   
990
991# FRAC_SOIL_STRUCT_SB ([-]   ) :  frac_soil(istructural,islow,ibelow)   {OK_STOMATE }
992FRAC_SOIL_STRUCT_SB =  0.7   
993
994# FRAC_SOIL_METAB_AA  ([-]   ) :  frac_soil(imetabolic,iactive,iabove)          {OK_STOMATE }
995FRAC_SOIL_METAB_AA  =  0.45 
996
997# FRAC_SOIL_METAB_AB  ([-]   ) :  frac_soil(imetabolic,iactive,ibelow)  {OK_STOMATE }
998FRAC_SOIL_METAB_AB  =  0.45   
999
1000# METABOLIC_LN_RATIO ([-]   ) :         {OK_STOMATE }
1001METABOLIC_LN_RATIO =  0.018   
1002
1003# TAU_METABOLIC ([days] ) :     {OK_STOMATE }
1004TAU_METABOLIC =  0.066
1005
1006# TAU_STRUCT  ([days]) :        {OK_STOMATE }
1007TAU_STRUCT  =  0.245 
1008
1009# SOIL_Q10 ([-]) :      {OK_STOMATE }
1010SOIL_Q10 =  0.69 (
1011
1012# TSOIL_REF ([C]   ) :          {OK_STOMATE }
1013TSOIL_REF =  30. 
1014
1015# LITTER_STRUCT_COEF  ([-]   ) :        {OK_STOMATE }
1016LITTER_STRUCT_COEF  =  3. 
1017
1018# MOIST_COEFF ([-]   ) :        {OK_STOMATE }
1019MOIST_COEFF =  1.1, 2.4, 0.29
1020
1021# FRAC_TURNOVER_DAILY  ([-]) :          {OK_STOMATE }
1022FRAC_TURNOVER_DAILY  =  0.55
1023
1024# TAX_MAX ([-]   ) :  maximum fraction of allocatable biomass used for maintenance respiration  {OK_STOMATE }
1025TAX_MAX =  0.8
1026
1027# ALWAYS_INIT ([-]   ) :  take carbon from atmosphere if carbohydrate reserve too small?        {OK_STOMATE }
1028ALWAYS_INIT =  n 
1029
1030# MIN_GROWTHINIT_TIME  ([days]  ) :  minimum time since last beginning of a growing season      {OK_STOMATE }
1031MIN_GROWTHINIT_TIME  =  300. 
1032
1033# MOIAVAIL_ALWAYS_TREE ([-]   ) :  moisture availability above which moisture tendency doesn't matter   {OK_STOMATE }
1034MOIAVAIL_ALWAYS_TREE =  1.0 
1035
1036# MOIAVAIL_ALWAYS_GRASS  ([-]   ) :  moisture availability above which moisture tendency doesn't matter         {OK_STOMATE }
1037MOIAVAIL_ALWAYS_GRASS  =  0.6 
1038
1039# T_ALWAYS_ADD ([C]    ) :  monthly temp. above which temp. tendency doesn't matter     {OK_STOMATE }
1040T_ALWAYS_ADD =  10.
1041
1042# GDDNCD_REF  ([-]   ) :        {OK_STOMATE }
1043GDDNCD_REF  =  603. 
1044
1045# GDDNCD_CURVE ([-]  ) :        {OK_STOMATE }
1046GDDNCD_CURVE =  0.0091 
1047
1048# GDDNCD_OFFSET ([-]  ) :       {OK_STOMATE }
1049GDDNCD_OFFSET =  64. 
1050
1051# BM_SAPL_RESCALE  ([-]  ) :    {OK_STOMATE }
1052BM_SAPL_RESCALE  =  40. 
1053
1054# MAINT_RESP_MIN_VMAX ([-]  ) :         {OK_STOMATE }
1055MAINT_RESP_MIN_VMAX =  0.3
1056
1057# MAINT_RESP_COEFF  ([-] ) :    {OK_STOMATE }
1058MAINT_RESP_COEFF  =  1.4 
1059
1060# FRAC_CARB_AP ([-]) :  frac carb coefficients from active pool: depends on clay content        {OK_STOMATE }
1061FRAC_CARB_AP =  0.004
1062
1063# FRAC_CARB_SA ([-]) :  frac_carb_coefficients from slow pool   {OK_STOMATE }
1064FRAC_CARB_SA =  0.42
1065
1066# FRAC_CARB_SP ([-] ) :  frac_carb_coefficients from slow pool  {OK_STOMATE }
1067FRAC_CARB_SP =  0.03
1068
1069# FRAC_CARB_PA ([-]) :  frac_carb_coefficients from passive pool        {OK_STOMATE }
1070FRAC_CARB_PA =  0.45
1071
1072# FRAC_CARB_PS ([-]) :  frac_carb_coefficients from passive pool        {OK_STOMATE }
1073FRAC_CARB_PS =  0.0
1074
1075# ACTIVE_TO_PASS_CLAY_FRAC ([-] ) :     {OK_STOMATE }
1076ACTIVE_TO_PASS_CLAY_FRAC =  0.68   
1077
1078# CARBON_TAU_IACTIVE ( [days] ) :  residence times in carbon pools      {OK_STOMATE }
1079CARBON_TAU_IACTIVE =  0.149
1080
1081# CARBON_TAU_ISLOW ([days]) :  residence times in carbon pools  {OK_STOMATE }
1082CARBON_TAU_ISLOW =  5.48
1083
1084# CARBON_TAU_IPASSIVE ([days] ) :  residence times in carbon pools      {OK_STOMATE }
1085CARBON_TAU_IPASSIVE =  241.
1086
1087# FLUX_TOT_COEFF ([days] ) :    {OK_STOMATE }
1088FLUX_TOT_COEFF =  1.2, 1.4,.75
1089
1090# NEW_TURNOVER_TIME_REF ([days]  ) :    {OK_STOMATE }
1091NEW_TURNOVER_TIME_REF =  20. 
1092
1093# DT_TURNOVER_TIME  ([days]  ) :        {OK_STOMATE }
1094DT_TURNOVER_TIME  =  10.
1095
1096# LEAF_AGE_CRIT_TREF ([days]  ) :       {OK_STOMATE }
1097LEAF_AGE_CRIT_TREF =  20. 
1098
1099# LEAF_AGE_CRIT_COEFF  ([-] ) :         {OK_STOMATE }
1100LEAF_AGE_CRIT_COEFF  =  1.5, 0.75, 10. 
1101
1102# VMAX_OFFSET  ([-]  ) :  offset (minimum relative vcmax)       {OK_STOMATE }
1103VMAX_OFFSET  =  0.3
1104
1105# LEAFAGE_FIRSTMAX ([-] ) :  leaf age at which vmax attains vcmax_opt (in fraction of critical leaf age)        {OK_STOMATE }
1106LEAFAGE_FIRSTMAX =  0.03 
1107
1108# LEAFAGE_LASTMAX  ([-]  ) :  leaf age at which vmax falls below vcmax_opt (in fraction of critical leaf age)   {OK_STOMATE }
1109LEAFAGE_LASTMAX  =  0.5 
1110
1111# LEAFAGE_OLD  ([-]  ) :  leaf age at which vmax attains its minimum (in fraction of critical leaf age)         {OK_STOMATE }
1112LEAFAGE_OLD  =  1.
1113
1114# GPPFRAC_DORMANCE  ([-]) :  rapport maximal GPP/GGP_max pour dormance  {OK_STOMATE }
1115GPPFRAC_DORMANCE  =  0.2 
1116
1117# MIN_GPP_ALLOWED ([gC/m^2/year] ) :  minimum gpp considered as not "lowgpp"    {OK_STOMATE }
1118MIN_GPP_ALLOWED =  0.3 
1119
1120# TAU_CLIMATOLOGY ([days]) :  tau for "climatologic variables   {OK_STOMATE }
1121TAU_CLIMATOLOGY =  20
1122
1123# HVC1  ([-]  ) :  parameters for herbivore activity    {OK_STOMATE }
1124HVC1  =  0.019
1125
1126# HVC2  ([-]  ) :  parameters for herbivore activity    {OK_STOMATE }
1127HVC2  =  1.38
1128
1129# LEAF_FRAC_HVC ([-] ) :  parameters for herbivore activity     {OK_STOMATE }
1130LEAF_FRAC_HVC =  0.33
1131
1132# TLONG_REF_MAX ([K]  ) :  maximum reference long term temperature      {OK_STOMATE }
1133TLONG_REF_MAX =  303.1
1134
1135# TLONG_REF_MIN  ([K]  ) :  minimum reference long term temperature     {OK_STOMATE }
1136TLONG_REF_MIN  =  253.1
1137
1138# NCD_MAX_YEAR ([days]) :       {OK_STOMATE }
1139NCD_MAX_YEAR =  3. 
1140
1141# GDD_THRESHOLD  ([days] ) :    {OK_STOMATE }
1142GDD_THRESHOLD  =  5. 
1143
1144# GREEN_AGE_EVER  ([-]  ) :     {OK_STOMATE }
1145GREEN_AGE_EVER  =  2. 
1146
1147# GREEN_AGE_DEC ([-] ) :        {OK_STOMATE }
1148GREEN_AGE_DEC =  0.5 
1149
1150# ESTAB_MAX_TREE ([-]   ) :  Maximum tree establishment rate    {OK_DGVM}
1151ESTAB_MAX_TREE =  0.12 
1152
1153# ESTAB_MAX_GRASS ([-]  ) :  Maximum grass establishment rate   {OK_DGVM}
1154ESTAB_MAX_GRASS =  0.12 
1155
1156# ESTABLISH_SCAL_FACT ([-] ) :          {OK_DGVM }
1157ESTABLISH_SCAL_FACT =  5.
1158
1159# MAX_TREE_COVERAGE  ([-] ) :           {OK_DGVM }
1160MAX_TREE_COVERAGE  =  0.98
1161
1162# IND_0_ESTAB ([-]  ) :         {OK_DGVM }
1163IND_0_ESTAB =  0.2
1164
1165# 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}
1166ANNUAL_INCREASE =  y
1167
1168# MIN_COVER  ([-]  ) :  For trees, minimum fraction of crown area occupied      {OK_DGVM}
1169MIN_COVER  =  0.05 
1170
1171# IND_0  ([-]  ) :  initial density of individuals      {OK_DGVM}
1172IND_0  =  0.02 
1173
1174# MIN_AVAIL ([-]  ) :  minimum availability     {OK_DGVM}
1175MIN_AVAIL =  0.01
1176
1177# RIP_TIME_MIN ([year]  ) :     {OK_DGVM}
1178RIP_TIME_MIN =  1.25 
1179
1180# NPP_LONGTERM_INIT ([gC/m^2/year]) :           {OK_DGVM}
1181NPP_LONGTERM_INIT =  10.
1182
1183# EVERYWHERE_INIT ([-] ) :      {OK_DGVM}
1184EVERYWHERE_INIT =  0.05 
1185
1186# SECHIBA_DAY ([days]) :  Time within the day simulated         {OK_SECHIBA}
1187SECHIBA_DAY =  0.0
1188
1189# VEGET_UPDATE ([years]) :  Update vegetation frequency         {LAND_USE}
1190VEGET_UPDATE =  0Y
1191
1192# SECHIBA_ZCANOP ([m]) :  Soil level used for canopy development (if STOMATE disactivated)      {OK_SECHIBA and .NOT. OK_STOMATE  }
1193SECHIBA_ZCANOP =  0.5
1194
1195# DT_SLOW ([seconds]) :  Time step of STOMATE and other slow processes  {OK_STOMATE}
1196DT_SLOW =  86400.
1197
1198# SECHIBA_VEG ([-]) :  Vegetation distribution within the mesh (0-dim mode)     {IMPOSE_VEG}
1199SECHIBA_VEG =  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
1200
1201# SECHIBA_VEGMAX ([-]) :  Maximum vegetation distribution within the mesh (0-dim mode)  {IMPOSE_VEG}
1202SECHIBA_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
1203
1204# SECHIBA_FRAC_NOBIO ([-]) :  Fraction of other surface types within the mesh (0-dim mode)      {IMPOSE_VEG}
1205SECHIBA_FRAC_NOBIO =  0.0
1206
1207# SECHIBA_LAI ([-]) :  LAI for all vegetation types (0-dim mode)        {IMPOSE_VEG}
1208SECHIBA_LAI =  0., 8., 8., 4., 4.5, 4.5, 4., 4.5, 4., 2., 2., 2., 2.
1209
1210# SOIL_FRACTIONS ([-]) :  Fraction of the 3 soil types (0-dim mode)     {IMPOSE_VEG and IMPOSE_SOILT}
1211SOIL_FRACTIONS =  0.28, 0.52, 0.20
1212
1213# CLAY_FRACTION ([-] ) :  Fraction of the clay fraction (0-dim mode)    {IMPOSE_VEG and IMPOSE_SOIL}
1214CLAY_FRACTION =  0.2
1215
1216# SLOWPROC_HEIGHT ([m]) :  Height for all vegetation types      {OK_SECHIBA}
1217SLOWPROC_HEIGHT =  0., 30., 30., 20., 20., 20., 15., 15., 15., .5, .6, 1.0, 1.0
1218
1219# LAI_FILE ([FILE]) :  Name of file from which the vegetation map is to be read         {NOT(LAI_MAP)}
1220LAI_FILE =  lai2D.nc
1221
1222# LAI_FILE ([FILE]) :  Name of file from which the vegetation map is to be read         {LAI_MAP}
1223LAI_FILE =  lai2D.nc
1224
1225# VEGETATION_FILE ([FILE]) :  Name of file from which the vegetation map is to be read  {LAND_USE}
1226VEGETATION_FILE =  PFTmap.nc
1227
1228# VEGETATION_FILE ([FILE]) :  Name of file from which the vegetation map is to be read  {NOT(IMPOSE_VEG)}
1229VEGETATION_FILE =  carteveg5km.nc
1230
1231# VEGETATION_FILE ([FILE]) :  Name of file from which the vegetation map is to be read  {NOT(IMPOSE_VEG) and NOT(LAND_USE)}
1232VEGETATION_FILE =  carteveg5km.nc
1233
1234# VEGETATION_FILE ([FILE]) :  Name of file from which the vegetation map is to be read  {NOT(IMPOSE_VEG)}
1235VEGETATION_FILE =  carteveg5km.nc
1236
1237# VEGETATION_FILE ([FILE]) :  Name of file from which the vegetation map is to be read  {NOT(IMPOSE_VEG) and NOT(LAND_USE)}
1238VEGETATION_FILE =  carteveg5km.nc
1239
1240# SOILTYPE_FILE ([FILE]) :  Name of file from which soil types are read         {NOT(IMPOSE_VEG)}
1241SOILTYPE_FILE =  soils_param.nc
1242
1243# SECHIBA_DAY ([days]) :  Time within the day simulated         {OK_SECHIBA}
1244SECHIBA_DAY =  0.0
1245
1246# VEGET_UPDATE ([years]) :  Update vegetation frequency         {LAND_USE}
1247VEGET_UPDATE =  0Y
1248
1249# DT_SLOW ([seconds]) :  Time step of STOMATE and other slow processes  {OK_STOMATE}
1250DT_SLOW =  86400.
1251
1252# SECHIBA_VEG ([-]) :  Vegetation distribution within the mesh (0-dim mode)     {IMPOSE_VEG}
1253SECHIBA_VEG =  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
1254
1255# SECHIBA_VEGMAX ([-]) :  Maximum vegetation distribution within the mesh (0-dim mode)  {IMPOSE_VEG}
1256SECHIBA_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
1257
1258# SECHIBA_FRAC_NOBIO ([-]) :  Fraction of other surface types within the mesh (0-dim mode)      {IMPOSE_VEG}
1259SECHIBA_FRAC_NOBIO =  0.0
1260
1261# SECHIBA_LAI ([-]) :  LAI for all vegetation types (0-dim mode)        {IMPOSE_VEG}
1262SECHIBA_LAI =  0., 8., 8., 4., 4.5, 4.5, 4., 4.5, 4., 2., 2., 2., 2.
1263
1264# SOIL_FRACTIONS ([-]) :  Fraction of the 3 soil types (0-dim mode)     {IMPOSE_VEG and IMPOSE_SOILT}
1265SOIL_FRACTIONS =  0.28, 0.52, 0.20
1266
1267# CLAY_FRACTION ([-] ) :  Fraction of the clay fraction (0-dim mode)    {IMPOSE_VEG and IMPOSE_SOIL}
1268CLAY_FRACTION =  0.2
1269
1270# SLOWPROC_HEIGHT ([m]) :  Height for all vegetation types      {OK_SECHIBA}
1271SLOWPROC_HEIGHT =  0., 30., 30., 20., 20., 20., 15., 15., 15., .5, .6, 1.0, 1.0
1272
1273# LAI_FILE ([FILE]) :  Name of file from which the vegetation map is to be read         {NOT(LAI_MAP)}
1274LAI_FILE =  lai2D.nc
1275
1276# LAI_FILE ([FILE]) :  Name of file from which the vegetation map is to be read         {LAI_MAP}
1277LAI_FILE =  lai2D.nc
1278
1279# VEGETATION_FILE ([FILE]) :  Name of file from which the vegetation map is to be read  {LAND_USE}
1280VEGETATION_FILE =  PFTmap.nc
1281
1282# VEGETATION_FILE ([FILE]) :  Name of file from which the vegetation map is to be read  {NOT(IMPOSE_VEG)}
1283VEGETATION_FILE =  carteveg5km.nc
1284
1285# VEGETATION_FILE ([FILE]) :  Name of file from which the vegetation map is to be read  {NOT(IMPOSE_VEG) and NOT(LAND_USE)}
1286VEGETATION_FILE =  carteveg5km.nc
1287
1288# VEGETATION_FILE ([FILE]) :  Name of file from which the vegetation map is to be read  {NOT(IMPOSE_VEG)}
1289VEGETATION_FILE =  carteveg5km.nc
1290
1291# VEGETATION_FILE ([FILE]) :  Name of file from which the vegetation map is to be read  {NOT(IMPOSE_VEG) and NOT(LAND_USE)}
1292VEGETATION_FILE =  carteveg5km.nc
1293
1294# SOILTYPE_FILE ([FILE]) :  Name of file from which soil types are read         {NOT(IMPOSE_VEG)}
1295SOILTYPE_FILE =  soils_param.nc
1296
1297# SOILALB_FILE ([FILE]) :  Name of file from which the bare soil albedo         {NOT(IMPOSE_AZE)}
1298SOILALB_FILE =  soils_param.nc
1299
1300# CDRAG_FROM_GCM ([FLAG]) :  Keep cdrag coefficient from gcm.   {OK_SECHIBA}
1301CDRAG_FROM_GCM =  y
1302
1303# DIFFUCO_LEAFCI () :  Initial leaf CO2 level if not found in restart   {OK_SECHIBA}
1304DIFFUCO_LEAFCI =  233.
1305
1306# HYDROL_SNOW ([kg/m^2]) :  Initial snow mass if not found in restart   {OK_SECHIBA}
1307HYDROL_SNOW =  0.0
1308
1309# HYDROL_SNOWAGE ([days]) :  Initial snow age if not found in restart   {OK_SECHIBA }
1310HYDROL_SNOWAGE =  0.0
1311
1312# HYDROL_SNOW_NOBIO ([m]) :  Initial snow amount on ice, lakes, etc. if not found in restart    {OK_SECHIBA }
1313HYDROL_SNOW_NOBIO =  0.0
1314
1315# HYDROL_SNOW_NOBIO_AGE ([days]) :  Initial snow age on ice, lakes, etc. if not found in restart        {OK_SECHIBA }
1316HYDROL_SNOW_NOBIO_AGE =  0.0
1317
1318# HYDROL_HUMR ([-]) :  Initial soil moisture stress if not found in restart     {OK_SECHIBA }
1319HYDROL_HUMR =  1.0
1320
1321# HYDROL_BQSB ([kg/m^2]) :  Initial restart deep soil moisture if not found in restart  {OK_SECHIBA }
1322HYDROL_BQSB =  999999. 
1323
1324# HYDROL_GQSB ([kg/m^2]) :  Initial upper soil moisture if not found in restart         {OK_SECHIBA }
1325HYDROL_GQSB =  0.0
1326
1327# HYDROL_DSG ([m]) :  Initial upper reservoir depth if not found in restart     {OK_SECHIBA }
1328HYDROL_DSG =  0.0
1329
1330# HYDROL_DSP ([m]) :  Initial dry soil above upper reservoir if not found in restart    {OK_SECHIBA }
1331HYDROL_DSP =  999999.
1332
1333# HYDROL_QSV ([kg/m^2]) :  Initial water on canopy if not found in restart      {OK_SECHIBA }
1334HYDROL_QSV =  0.0
1335
1336# HYDROL_TAU_HDIFF ([seconds]) :  time scale (s) for horizontal diffusion of water      {HYDROL_OK_HDIFF}
1337HYDROL_TAU_HDIFF =  86400.
1338
1339# ROUTING_TIMESTEP ([seconds]) :  Time step of the routing scheme       {RIVER_ROUTING}
1340ROUTING_TIMESTEP =  86400.
1341
1342# ROUTING_RIVERS ([-]) :  Number of rivers      {RIVER_ROUTING}
1343ROUTING_RIVERS =  50
1344
1345# ROUTING_FILE ([FILE]) :  Name of file which contains the routing information  {RIVER_ROUTING}
1346ROUTING_FILE =  routing.nc
1347
1348# IRRIGATION_FILE ([FILE]) :  Name of file which contains the map of irrigated areas    {IRRIGATE}
1349IRRIGATION_FILE =  irrigated.nc
1350
1351# STOMATE_FORCING_NAME ([FILE]) :  Name of STOMATE's forcing file       {OK_STOMATE}
1352STOMATE_FORCING_NAME =  NONE
1353
1354# STOMATE_FORCING_MEMSIZE ([MegaBytes]) :  Size of STOMATE forcing data in memory       {OK_STOMATE}
1355STOMATE_FORCING_MEMSIZE =  50
1356
1357# STOMATE_CFORCING_NAME ([FILE]) :  Name of STOMATE's carbon forcing file       {OK_STOMATE}
1358STOMATE_CFORCING_NAME =  NONE
1359
1360# FORCESOIL_STEP_PER_YEAR ([days, months, year]) :  Number of time steps per year for carbon spinup.    {OK_STOMATE}
1361FORCESOIL_STEP_PER_YEAR =  365
1362
1363# FORCESOIL_NB_YEAR ([years]) :  Number of years saved for carbon spinup.       {OK_STOMATE}
1364FORCESOIL_NB_YEAR =  1
1365
1366# BAVARD ([-]) :  level of online diagnostics in STOMATE (0-4)  {OK_STOMATE}
1367BAVARD =  1
1368
1369# REFTEMP_FILE ([FILE]) :  Name of file from which the reference temperature is read    {OK_STOMATE}
1370REFTEMP_FILE =  reftemp.nc
1371
Note: See TracBrowser for help on using the repository browser.