1 | # |
---|
2 | #************************************************************************** |
---|
3 | # Parameter file list for ORCHIDEE |
---|
4 | #************************************************************************** |
---|
5 | |
---|
6 | # Input and output |
---|
7 | #************************************************************************** |
---|
8 | # Restart the time from the GCM. |
---|
9 | # default = n |
---|
10 | SECHIBA_reset_time = y |
---|
11 | |
---|
12 | # Name of restart to read for initial conditions |
---|
13 | # default = NONE |
---|
14 | SECHIBA_restart_in = _AUTOBLOCKER_ |
---|
15 | |
---|
16 | # Name of restart to read for initial conditions of STOMATE |
---|
17 | # default = NONE |
---|
18 | STOMATE_RESTART_FILEIN = _AUTOBLOCKER_ |
---|
19 | |
---|
20 | # Use XIOS for writing diagnostics file |
---|
21 | # defulat = n |
---|
22 | XIOS_ORCHIDEE_OK = y |
---|
23 | |
---|
24 | # Writefrequency in seconds in sechiba_history.nc |
---|
25 | # default = 86400.0 |
---|
26 | WRITE_STEP = 0 |
---|
27 | |
---|
28 | # Hydrology parameters |
---|
29 | #************************************************************************** |
---|
30 | # Activate the multi-layer diffusion scheme adapted from CWRR |
---|
31 | # by default the Choisnel hydrology is used. |
---|
32 | # default = n |
---|
33 | HYDROL_CWRR = n |
---|
34 | |
---|
35 | # Total depth of soil reservoir |
---|
36 | # default = 2./4. depending on HYDROL_CWRR |
---|
37 | HYDROL_SOIL_DEPTH = 4. |
---|
38 | |
---|
39 | # Root profile |
---|
40 | HYDROL_HUMCSTE = 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1. |
---|
41 | |
---|
42 | # Activate river routing |
---|
43 | # default = n |
---|
44 | RIVER_ROUTING = y |
---|
45 | |
---|
46 | #************************************************************************** |
---|
47 | # Activate Stomate component |
---|
48 | # default = n |
---|
49 | STOMATE_OK_STOMATE = _AUTOBLOCKER_ |
---|
50 | |
---|
51 | # Activate calculations of CO2 according to Farqhuar and Ball |
---|
52 | # default = n |
---|
53 | STOMATE_OK_CO2 = y |
---|
54 | |
---|
55 | # Use cdrag coefficient from gcm |
---|
56 | CDRAG_FROM_GCM = y |
---|
57 | |
---|
58 | # Interception reservoir coefficient. |
---|
59 | # default = 0.1 |
---|
60 | SECHIBA_QSINT = 0.02 |
---|
61 | |
---|
62 | # Parmeters related to vegetation map |
---|
63 | #************************************************************************** |
---|
64 | # Read a land_use vegetation map |
---|
65 | # default = n |
---|
66 | LAND_USE = y |
---|
67 | |
---|
68 | # Year of the land_use vegetation map readed |
---|
69 | # year off the pft map |
---|
70 | # default = 282 |
---|
71 | VEGET_YEAR = 1 |
---|
72 | |
---|
73 | # The parameter is used to bypass veget_year count |
---|
74 | # and reinitialize it with VEGET_YEAR parameter. |
---|
75 | # Then it is possible to change LAND USE file. |
---|
76 | # If LAND_USE |
---|
77 | # default = y |
---|
78 | VEGET_REINIT = n |
---|
79 | |
---|
80 | # Update vegetation frequency (since 2.0 version) |
---|
81 | # The veget datas will be update at this period if LAND_USE |
---|
82 | # default = 1Y |
---|
83 | VEGET_UPDATE = _AUTO_ |
---|
84 | |
---|
85 | # treat land use modifications |
---|
86 | # With this variable, you can use a Land Use map |
---|
87 | # to simulate anthropic modifications such as |
---|
88 | # deforestation. |
---|
89 | # If LAND_USE |
---|
90 | # default = y |
---|
91 | LAND_COVER_CHANGE = _AUTO_ |
---|
92 | |
---|
93 | # Do not use default fire module |
---|
94 | FIRE_DISABLE = y |
---|
95 | |
---|
96 | # Create river description file |
---|
97 | RIVER_DESC = _AUTO_ |
---|
98 | RIVER_DESC_FILE = river_desc.nc |
---|
99 | |
---|
100 | # Parameter related to chemistry bvoc |
---|
101 | #************************************************************************ |
---|
102 | # CHEMISTRY_OK_BVOC ([FLAG]) : Activate chemistry {OK_SECHIBA} |
---|
103 | # default = n |
---|
104 | CHEMISTRY_BVOC = n |
---|
105 | |
---|
106 | # CO2 FOR BVOC - WILKINSON ([FLAG]) : CO2 inhibition effect for isoprene based on Wilkinson approach? {CHEMISTRY_OK_BVOC } |
---|
107 | CO2_FOR_BVOC_WILKINSON=n |
---|
108 | |
---|
109 | # CO2 FOR BVOC - POSSELL ([FLAG]) : CO2 inhibition effect for isoprene based on Possell approach? {CHEMISTRY_OK_BVOC } |
---|
110 | CO2_FOR_BVOC_POSSELL=n |
---|