Changeset 360 for branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters
- Timestamp:
- 2011-07-31T18:57:52+02:00 (13 years ago)
- Location:
- branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters/constantes.f90
r359 r360 508 508 REAL(r_std), DIMENSION(classnb) :: nir_wet = (/0.24, 0.22, 0.20, 0.18, 0.16, 0.14, 0.12, 0.10, 0.31/) 509 509 ! 510 ! Nathalie, introduction d'un albedo moyen, VIS+NIR511 ! Les valeurs suivantes correspondent a la moyenne des valeurs initiales512 ! REAL(stnd), DIMENSION(classnb) :: albsoil_vis = (/0.18, 0.165, 0.15, 0.135, 0.12, 0.105, 0.09, 0.075, 0.21/)513 ! REAL(stnd), DIMENSION(classnb) :: albsoil_nir = (/0.36, 0.33, 0.30, 0.27, 0.24, 0.21, 0.18, 0.15, 0.43/)514 ! les valeurs retenues accentuent le contraste entre equateur et Sahara.515 ! On diminue aussi l'albedo des deserts (tous sauf Sahara)516 510 REAL(r_std), DIMENSION(classnb) :: albsoil_vis = (/0.18, 0.16, 0.16, 0.15, 0.12, 0.105, 0.09, 0.075, 0.25/) 517 511 REAL(r_std), DIMENSION(classnb) :: albsoil_nir = (/0.36, 0.34, 0.34, 0.33, 0.30, 0.25, 0.20, 0.15, 0.45/) … … 1426 1420 !Config Def = 3000. 1427 1421 !Config Help = 1428 !Config 1422 !Config Units = [Kg/m^2] 1429 1423 CALL getin_p('MAXMASS_GLACIER',maxmass_glacier) 1430 1424 ! … … 1434 1428 !Config Def = 1.5 1435 1429 !Config Help = 1436 !Config 1430 !Config Units = [Kg/m^2] 1437 1431 CALL getin_p('SNOWCRI',snowcri) 1438 1432 ! 1439 1433 !Interception reservoir coefficient 1440 !Config Key = 'SECHIBA_QSINT'1434 !Config Key = SECHIBA_QSINT 1441 1435 !Config Desc = Interception reservoir coefficient 1436 !Config If = OK_SECHIBA 1442 1437 !Config Def = 0.1 1443 1438 !Config Help = Transforms leaf area index into size of interception reservoir 1444 1439 !Config for slowproc_derivvar or stomate 1440 !Config Units = meters [m] 1445 1441 CALL getin_p('SECHIBA_QSINT', qsintcst) 1446 1442 ! 1447 1443 !Config Key = HYDROL_SOIL_DEPTH 1448 1444 !Config Desc = Total depth of soil reservoir 1445 !Config If = OK_SECHIBA 1449 1446 !Config Def = 2. 1447 !Config Help = 1448 !Config Units = meters [m] 1450 1449 CALL getin_p("HYDROL_SOIL_DEPTH", dpu_cste) 1451 1450 ! … … 1456 1455 !Config Def = 0.1 1457 1456 !Config Help = 1458 !Config 1457 !Config Units = [m/s] ? 1459 1458 CALL getin_p('MIN_WIND',min_wind) 1460 1459 ! … … 1464 1463 !Config Def = 50. 1465 1464 !Config Help = 1466 !Config 1465 !Config Units = 1467 1466 CALL getin_p('MAX_SNOW_AGE',max_snow_age) 1468 1467 ! … … 1472 1471 !Config Def = 0.3 1473 1472 !Config Help = 1474 !Config Units = meters (m)1473 !Config Units = meters [m] 1475 1474 CALL getin_p('SNOW_TRANS',snow_trans) 1476 1475 ! … … 1480 1479 !Config Def = 150. 1481 1480 !Config Help = 1482 !Config Units = (Kg/M3)1481 !Config Units = [Kg/M3] 1483 1482 CALL getin_p('MX_EAU_EAU',mx_eau_eau) 1484 1483 !- … … 1523 1522 !Config Def = 5.0 1524 1523 !Config Help = 1525 !Config Units = days (d)?1524 !Config Units = days [d] ? 1526 1525 CALL getin_p('TCST_SNOWA',tcst_snowa) 1527 1526 ! … … 1597 1596 !Config Def = 0.60, 0.20 1598 1597 !Config Help = 1599 !Config Units = 1598 !Config Units = NONE 1600 1599 CALL getin_p('ALB_ICE',alb_ice) 1601 1600 ! … … 1698 1697 !Config Def = 20 1699 1698 !Config Help = dimension of an array used in diffuco 1700 !Config 1699 !Config Units = NONE 1701 1700 CALL getin_p('NLAI',nlai) 1702 1701 ! … … 1706 1705 !Config Def = 1707 1706 !Config Help = 1708 !Config 1707 !Config Units = 1709 1708 CALL getin_p('LAIMAX',laimax) 1710 1709 ! … … 1714 1713 !Config Def = 0.83 1715 1714 !Config Help = 1716 !Config 1715 !Config Units = 1717 1716 CALL getin_p('XC4_1',xc4_1) 1718 1717 ! … … 1722 1721 !Config Def = 0.93 1723 1722 !Config Help = 1724 !Config 1723 !Config Units = 1725 1724 CALL getin_p('XC4_2',xc4_2) 1726 1725 ! 1727 1726 !Config Key = DEW_VEG_POLY_COEFF 1728 !Config Desc = coefficients of the polynome of degree 5 1727 !Config Desc = coefficients of the polynome of degree 5 for the dew 1729 1728 !Config If = OK_SECHIBA 1730 1729 !Config Def = 0.887773, 0.205673, 0.110112, 0.014843, 0.000824, 0.000017 1731 1730 !Config Help = 1732 !Config 1731 !Config Units = 1733 1732 CALL getin_p('DEW_VEG_POLY_COEFF',dew_veg_poly_coeff) 1734 1733 !- … … 1741 1740 !Config Def = 0.2 1742 1741 !Config Help = 1743 !Config 1742 !Config Units = NONE 1744 1743 CALL getin_p('CLAYFRACTION_DEFAULT',clayfraction_default) 1745 1744 ! … … 1785 1784 !Config Def = 0.15 1786 1785 !Config Help = 1787 !Config 1786 !Config Units = 1788 1787 CALL getin_p('LAI_LEVEL_DEPTH',lai_level_depth) 1789 1788 ! … … 1793 1792 !Config Def = 0.177 1794 1793 !Config Help = 1795 !Config 1794 !Config Units = 1796 1795 CALL getin_p('X1_COEF',x1_coef) 1797 1796 ! … … 1801 1800 !Config Def = 0.069 1802 1801 !Config Help = 1803 !Config 1802 !Config Units = 1804 1803 CALL getin_p('X1_Q10',x1_Q10) 1805 1804 ! … … 1809 1808 !Config Def = 0.092 1810 1809 !Config Help = 1811 !Config 1810 !Config Units = 1812 1811 CALL getin_p('QUANTUM_YIELD',quantum_yield) 1813 1812 ! … … 1817 1816 !Config Def = 0.7 1818 1817 !Config Help = 1819 !Config 1818 !Config Units = 1820 1819 CALL getin_p('KT_COEF',kt_coef) 1821 1820 ! … … 1825 1824 !Config Def = 39.09 1826 1825 !Config Help = 1827 !Config 1826 !Config Units = 1828 1827 CALL getin_p('KC_COEF',kc_coef) 1829 1828 ! … … 1833 1832 !Config Def = 0.085 1834 1833 !Config Help = 1835 !Config 1834 !Config Units = 1836 1835 CALL getin_p('KO_Q10',Ko_Q10) 1837 1836 ! … … 1841 1840 !Config Def = 210000. 1842 1841 !Config Help = 1843 !Config 1842 !Config Units = 1844 1843 CALL getin_p('OA',Oa) 1845 1844 ! … … 1849 1848 !Config Def = 2.412 1850 1849 !Config Help = 1851 !Config 1850 !Config Units = 1852 1851 CALL getin_p('KO_COEF',Ko_coef) 1853 1852 ! … … 1857 1856 !Config Def = 42. 1858 1857 !Config Help = 1859 !Config 1858 !Config Units = 1860 1859 CALL getin_p('CP_0',CP_0) 1861 1860 ! … … 1865 1864 !Config Def = 9.46 1866 1865 !Config Help = 1867 !Config 1866 !Config Units = 1868 1867 CALL getin_p('CP_TEMP_COEF',cp_temp_coef) 1869 1868 ! … … 1873 1872 !Config Def = 25. 1874 1873 !Config Help = 1875 !Config 1874 !Config Units = degrees Celsius ? 1876 1875 CALL getin_p('CP_TEMP_REF',cp_temp_ref) 1877 1876 ! … … 1881 1880 !Config Def = 0.8, 1.3 1882 1881 !Config Help = 1883 !Config 1882 !Config Units = 1884 1883 CALL getin_p('RT_COEF',rt_coef) 1885 1884 ! … … 1889 1888 !Config Def = 0.39, 0.3 1890 1889 !Config Help = 1891 !Config 1890 !Config Units = 1892 1891 CALL getin_p('VC_COEF',vc_coef) 1893 1892 … … 1927 1926 !Config Def = 0.001 1928 1927 !Config Help = 1929 !Config 1928 !Config Units = 1930 1929 CALL getin_p('MIN_DRAIN',min_drain) 1931 1930 ! … … 1935 1934 !Config Def = 0.1 1936 1935 !Config Help = 1937 !Config 1936 !Config Units = 1938 1937 CALL getin_p('MAX_DRAIN',max_drain) 1939 1938 ! … … 2106 2105 !Config Def = 1.5 2107 2106 !Config Help = 2108 !Config 2107 !Config Units = 2109 2108 CALL getin_p('CROP_COEF',crop_coef) 2110 2109 … … 2128 2127 !- 2129 2128 ! 2130 !Config Key = 2131 !Config Desc = 2132 !Config If = 2129 !Config Key = TOO_LONG 2130 !Config Desc = longest sustainable time without regeneration (vernalization) 2131 !Config If = OK_STOMATE 2132 !Config Def = 5. 2133 !Config Help = 2134 !Config Units = days (d) 2135 CALL getin_p('TOO_LONG',too_long) 2136 2137 !- 2138 ! fire parameters 2139 !- 2140 ! 2141 !Config Key = TAU_FIRE 2142 !Config Desc = Time scale for memory of the fire index (days). Validated for one year in the DGVM. 2143 !Config If = OK_STOMATE 2133 2144 !Config Def = 2134 2145 !Config Help = 2135 !Config Units = 2136 CALL getin_p('TOO_LONG',too_long) 2137 2138 !- 2139 ! fire parameters 2140 !- 2141 ! 2142 !Config Key = 2143 !Config Desc = 2144 !Config If = 2145 !Config Def = 2146 !Config Help = 2147 !Config Units = 2146 !Config Units = days [d] 2148 2147 CALL getin_p('TAU_FIRE',tau_fire) 2149 2148 ! 2150 !Config Key = 2151 !Config Desc = 2152 !Config If = 2153 !Config Def = 2154 !Config Help = 2155 !Config 2149 !Config Key = LITTER_CRIT 2150 !Config Desc = Critical litter quantity for fire 2151 !Config If = OK_STOMATE 2152 !Config Def = 200. 2153 !Config Help = 2154 !Config Units = 2156 2155 CALL getin_p('LITTER_CRIT',litter_crit) 2157 2156 ! 2158 !Config Key = 2159 !Config Desc = 2160 !Config If = 2161 !Config Def = 2162 !Config Help = 2163 !Config Units =2157 !Config Key = CO2FRAC 2158 !Config Desc = What fraction of a burned plant compartment goes into the atmosphere 2159 !Config If = OK_STOMATE 2160 !Config Def = .95, .95, 0., 0.3, 0., 0., .95, .95 2161 !Config Help = 2162 !Config Units = NONE 2164 2163 CALL getin_p('CO2FRAC',co2frac) 2165 2164 ! 2166 !Config Key = 2167 !Config Desc = 2168 !Config If = 2169 !Config Def = 2170 !Config Help = 2171 !Config 2165 !Config Key = BCFRAC_COEFF 2166 !Config Desc = 2167 !Config If = OK_STOMATE 2168 !Config Def = 0.3, 1.3, 88.2 2169 !Config Help = 2170 !Config Units = 2172 2171 CALL getin_p('BCFRAC_COEFF',bcfrac_coeff) 2173 2172 ! 2174 !Config Key = 2175 !Config Desc = 2176 !Config If = 2177 !Config Def = 2178 !Config Help = 2179 !Config 2173 !Config Key = FIREFRAC_COEFF 2174 !Config Desc = 2175 !Config If = OK_STOMATE 2176 !Config Def = 0.45, 0.8, 0.6, 0.13 2177 !Config Help = 2178 !Config Units = 2180 2179 CALL getin_p('FIREFRAC_COEFF',firefrac_coeff) 2181 2180 … … 2184 2183 !- 2185 2184 ! 2186 !Config Key = 2187 !Config Desc = 2188 !Config If = 2189 !Config Def = 2190 !Config Help = 2191 !Config 2185 !Config Key = AVAILABILITY_FACT 2186 !Config Desc = 2187 !Config If = OK_STOMATE 2188 !Config Def = 0.02 2189 !Config Help = 2190 !Config Units = 2192 2191 CALL getin_p('AVAILABILITY_FACT', availability_fact) 2193 2192 ! 2194 !Config Key = 2195 !Config Desc = 2196 !Config If = 2197 !Config Def = 2198 !Config Help = 2199 !Config 2193 !Config Key = VIGOUR_REF 2194 !Config Desc = 2195 !Config If = OK_STOMATE 2196 !Config Def = 0.17 2197 !Config Help = 2198 !Config Units = 2200 2199 CALL getin_p('VIGOUR_REF',vigour_ref) 2201 2200 ! 2202 !Config Key = 2203 !Config Desc = 2204 !Config If = 2205 !Config Def = 2206 !Config Help = 2207 !Config 2201 !Config Key = VIGOUR_COEFF 2202 !Config Desc = 2203 !Config If = OK_STOMATE 2204 !Config Def = 70. 2205 !Config Help = 2206 !Config Units = 2208 2207 CALL getin_p('VIGOUR_COEFF',vigour_coeff) 2209 2208 … … 2212 2211 !- 2213 2212 ! 2214 !Config Key = 2215 !Config Desc = 2216 !Config If = 2217 !Config Def = 2218 !Config Help = 2219 !Config Units =2213 !Config Key = OK_MINRES 2214 !Config Desc = Do we try to reach a minimum reservoir even if we are severely stressed? 2215 !Config If = OK_STOMATE 2216 !Config Def = y 2217 !Config Help = 2218 !Config Units = NONE 2220 2219 CALL getin_p('OK_MINRES',ok_minres) 2221 2220 ! 2222 !Config Key = 2223 !Config Desc = 2224 !Config If = 2225 !Config Def = 2226 !Config Help = 2227 !Config Units =2221 !Config Key = TAU_LEAFINIT 2222 !Config Desc = time to attain the initial foliage using the carbohydrate reserve 2223 !Config If = OK_STOMATE 2224 !Config Def = 10. 2225 !Config Help = 2226 !Config Units = dayd [d] 2228 2227 CALL getin_p('TAU_LEAFINIT', tau_leafinit) 2229 2228 ! 2230 !Config Key = 2231 !Config Desc = 2232 !Config If = 2233 !Config Def = 2234 !Config Help = 2235 !Config Units =2229 !Config Key = RESERVE_TIME_TREE 2230 !Config Desc = maximum time during which reserve is used (trees) 2231 !Config If = OK_STOMATE 2232 !Config Def = 30. 2233 !Config Help = 2234 !Config Units = dayd [d] 2236 2235 CALL getin_p('RESERVE_TIME_TREE',reserve_time_tree) 2237 2236 ! 2238 !Config Key = 2239 !Config Desc = 2240 !Config If = 2241 !Config Def = 2242 !Config Help = 2243 !Config Units =2237 !Config Key = RESERVE_TIME_GRASS 2238 !Config Desc = maximum time during which reserve is used (grasses) 2239 !Config If = OK_STOMATE 2240 !Config Def = 20. 2241 !Config Help = 2242 !Config Units = dayd [d] 2244 2243 CALL getin_p('RESERVE_TIME_GRASS',reserve_time_grass) 2245 2244 ! 2246 !Config Key = 2247 !Config Desc = 2248 !Config If = 2249 !Config Def = 2250 !Config Help = 2251 !Config 2245 !Config Key = R0 2246 !Config Desc = Standard root allocation 2247 !Config If = OK_STOMATE 2248 !Config Def = 0.3 2249 !Config Help = 2250 !Config Units = 2252 2251 CALL getin_p('R0',R0) 2253 2252 ! 2254 !Config Key = 2255 !Config Desc = 2256 !Config If = 2257 !Config Def = 2258 !Config Help = 2259 !Config 2253 !Config Key = S0 2254 !Config Desc = Standard sapwood allocation 2255 !Config If = OK_STOMATE 2256 !Config Def = 0.3 2257 !Config Help = 2258 !Config Units = 2260 2259 CALL getin_p('S0',S0) 2261 2260 ! 2262 !Config Key = 2263 !Config Desc = 2264 !Config If = 2265 !Config Def = 2266 !Config Help = 2267 !Config 2261 !Config Key = F_FRUIT 2262 !Config Desc = Standard fruit allocation 2263 !Config If = OK_STOMATE 2264 !Config Def = 0.1 2265 !Config Help = 2266 !Config Units = 2268 2267 CALL getin_p('F_FRUIT',f_fruit) 2269 2268 ! 2270 !Config Key = 2271 !Config Desc = 2272 !Config If = 2273 !Config Def = 2274 !Config Help = 2275 !Config Units =2269 !Config Key = ALLOC_SAP_ABOVE_TREE 2270 !Config Desc = fraction of sapwood allocation above ground 2271 !Config If = OK_STOMATE 2272 !Config Def = 0.5 2273 !Config Help = 2274 !Config Units = NONE 2276 2275 CALL getin_p('ALLOC_SAP_ABOVE_TREE',alloc_sap_above_tree) 2277 2276 ! 2278 !Config Key = 2279 !Config Desc = 2280 !Config If = 2281 !Config Def = 2282 !Config Help = 2283 !Config Units =2277 !Config Key = ALLOC_SAP_ABOVE_GRASS 2278 !Config Desc = fraction of sapwood allocation above ground 2279 !Config If = OK_STOMATE 2280 !Config Def = 1.0 2281 !Config Help = 2282 !Config Units = NONE 2284 2283 CALL getin_p('ALLOC_SAP_ABOVE_GRASS',alloc_sap_above_grass) 2285 2284 ! 2286 !Config Key = 2287 !Config Desc = 2288 !Config If = 2289 !Config Def = 2290 !Config Help = 2291 !Config Units =2285 !Config Key = MIN_LTOLSR 2286 !Config Desc = extrema of leaf allocation fraction 2287 !Config If = OK_STOMATE 2288 !Config Def = 0.2 2289 !Config Help = 2290 !Config Units = NONE 2292 2291 CALL getin_p('MIN_LTOLSR',min_LtoLSR) 2293 2292 ! 2294 !Config Key = 2295 !Config Desc = 2296 !Config If = 2297 !Config Def = 2298 !Config Help = 2299 !Config Units =2293 !Config Key = MAX_LTOLSR 2294 !Config Desc = extrema of leaf allocation fraction 2295 !Config If = OK_STOMATE 2296 !Config Def = 0.5 2297 !Config Help = 2298 !Config Units = NONE 2300 2299 CALL getin_p('MAX_LTOLSR',max_LtoLSR) 2301 2300 ! 2302 !Config Key = 2303 !Config Desc = 2304 !Config If = 2305 !Config Def = 2306 !Config Help = 2307 !Config Units =2301 !Config Key = Z_NITROGEN 2302 !Config Desc = scaling depth for nitrogen limitation 2303 !Config If = OK_STOMATE 2304 !Config Def = 0.2 2305 !Config Help = 2306 !Config Units = meters (m) 2308 2307 CALL getin_p('Z_NITROGEN',z_nitrogen) 2309 2308 ! 2310 !Config Key = 2311 !Config Desc = 2312 !Config If = 2313 !Config Def = 2314 !Config Help = 2315 !Config 2309 !Config Key = LAI_MAX_TO_HAPPY 2310 !Config Desc = 2311 !Config If = OK_STOMATE 2312 !Config Def = 0.5 2313 !Config Help = 2314 !Config Units = 2316 2315 CALL getin_p('LAI_MAX_TO_HAPPY',lai_max_to_happy) 2317 2316 ! 2318 !Config Key = 2319 !Config Desc = 2320 !Config If = 2321 !Config Def = 2322 !Config Help = 2323 !Config Units =2317 !Config Key = NLIM_TREF 2318 !Config Desc = 2319 !Config If = OK_STOMATE 2320 !Config Def = 25. 2321 !Config Help = 2322 !Config Units = Degrees Celsius [C] 2324 2323 CALL getin_p('NLIM_TREF',Nlim_tref) 2325 2324 … … 2328 2327 !- 2329 2328 ! 2330 !Config Key = 2331 !Config Desc = 2332 !Config If = 2333 !Config Def = 2334 !Config Help = 2335 !Config 2329 !Config Key = PIPE_TUNE1 2330 !Config Desc = crown area = pipe_tune1. stem diameter**(1.6) (Reinicke's theory) 2331 !Config If = OK_STOMATE 2332 !Config Def = 100.0 2333 !Config Help = 2334 !Config Units = 2336 2335 CALL getin_p('PIPE_TUNE1',pipe_tune1) 2337 2336 ! 2338 !Config Key = 2339 !Config Desc = 2340 !Config If = 2341 !Config Def = 2342 !Config Help = 2343 !Config 2337 !Config Key = PIPE_TUNE2 2338 !Config Desc = height=pipe_tune2 * diameter**pipe_tune3 2339 !Config If = OK_STOMATE 2340 !Config Def = 40.0 2341 !Config Help = 2342 !Config Units = 2344 2343 CALL getin_p('PIPE_TUNE2',pipe_tune2) 2345 2344 ! 2346 !Config Key = 2347 !Config Desc = 2348 !Config If = 2349 !Config Def = 2350 !Config Help = 2351 !Config 2345 !Config Key = PIPE_TUNE3 2346 !Config Desc = height=pipe_tune2 * diameter**pipe_tune3 2347 !Config If = OK_STOMATE 2348 !Config Def = 0.5 2349 !Config Help = 2350 !Config Units = 2352 2351 CALL getin_p('PIPE_TUNE3',pipe_tune3) 2353 2352 ! 2354 !Config Key = 2355 !Config Desc = 2356 !Config If = 2357 !Config Def = 2358 !Config Help = 2359 !Config 2353 !Config Key = PIPE_TUNE4 2354 !Config Desc = needed for stem diameter 2355 !Config If = OK_STOMATE 2356 !Config Def = 0.3 2357 !Config Help = 2358 !Config Units = 2360 2359 CALL getin_p('PIPE_TUNE4',pipe_tune4) 2361 2360 ! 2362 !Config Key = 2363 !Config Desc = 2364 !Config If = 2365 !Config Def = 2366 !Config Help = 2367 !Config 2361 !Config Key = PIPE_DENSITY 2362 !Config Desc = Density 2363 !Config If = OK_STOMATE 2364 !Config Def = 2.e5 2365 !Config Help = 2366 !Config Units = 2368 2367 CALL getin_p('PIPE_DENSITY',pipe_density) 2369 2368 ! 2370 !Config Key = 2371 !Config Desc = 2372 !Config If = 2373 !Config Def = 2374 !Config Help = 2375 !Config 2369 !Config Key = PIPE_K1 2370 !Config Desc = 2371 !Config If = OK_STOMATE 2372 !Config Def = 8.e3 2373 !Config Help = 2374 !Config Units = 2376 2375 CALL getin_p('PIPE_K1',pipe_k1) 2377 2376 ! 2378 !Config Key = 2379 !Config Desc = 2380 !Config If = 2381 !Config Def = 2382 !Config Help = 2383 !Config Units =2377 !Config Key = PIPE_TUNE_EXP_COEFF 2378 !Config Desc = pipe tune exponential coeff 2379 !Config If = OK_STOMATE 2380 !Config Def = 1.6 2381 !Config Help = 2382 !Config Units = NONE 2384 2383 CALL getin_p('PIPE_TUNE_EXP_COEFF',pipe_tune_exp_coeff) 2385 2384 ! 2386 2385 ! 2387 !Config Key = 2388 !Config Desc = 2389 !Config If = 2390 !Config Def = 2391 !Config Help = 2392 !Config Units =2386 !Config Key = PRECIP_CRIT 2387 !Config Desc = minimum precip 2388 !Config If = OK_STOMATE 2389 !Config Def = 100. 2390 !Config Help = 2391 !Config Units = [mm/year] 2393 2392 CALL getin_p('PRECIP_CRIT',precip_crit) 2394 2393 ! 2395 !Config Key = 2396 !Config Desc = 2397 !Config If = 2398 !Config Def = 2399 !Config Help = 2400 !Config 2394 !Config Key = GDD_CRIT_ESTAB 2395 !Config Desc = minimum gdd for establishment of saplings 2396 !Config If = OK_STOMATE 2397 !Config Def = 150. 2398 !Config Help = 2399 !Config Units = 2401 2400 CALL getin_p('GDD_CRIT_ESTAB',gdd_crit_estab) 2402 2401 ! 2403 !Config Key = 2404 !Config Desc = 2405 !Config If = 2406 !Config Def = 2407 !Config Help = 2408 !Config 2402 !Config Key = FPC_CRIT 2403 !Config Desc = critical fpc, needed for light competition and establishment 2404 !Config If = OK_STOMATE 2405 !Config Def = 0.95 2406 !Config Help = 2407 !Config Units = 2409 2408 CALL getin_p('FPC_CRIT',fpc_crit) 2410 2409 ! 2411 !Config Key = 2412 !Config Desc = 2413 !Config If = 2414 !Config Def = 2415 !Config Help = 2416 !Config 2410 !Config Key = ALPHA_GRASS 2411 !Config Desc = sapling characteristics : alpha's 2412 !Config If = OK_STOMATE 2413 !Config Def = 0.5 2414 !Config Help = 2415 !Config Units = 2417 2416 CALL getin_p('ALPHA_GRASS',alpha_grass) 2418 2417 ! 2419 !Config Key = 2420 !Config Desc = 2421 !Config If = 2422 !Config Def = 2423 !Config Help = 2424 !Config 2418 !Config Key = ALPHA_TREE 2419 !Config Desc = sapling characteristics : alpha's 2420 !Config If = OK_STOMATE 2421 !Config Def = 1. 2422 !Config Help = 2423 !Config Units = 2425 2424 CALL getin_p('ALPHA_TREE',alpha_tree) 2426 2425 !- 2427 2426 ! 2428 !Config Key = 2429 !Config Desc = 2430 !Config If = 2431 !Config Def = 2432 !Config Help = 2433 !Config Units =2427 !Config Key = MASS_RATIO_HEART_SAP 2428 !Config Desc = mass ratio (heartwood+sapwood)/sapwood 2429 !Config If = OK_STOMATE 2430 !Config Def = 3. 2431 !Config Help = 2432 !Config Units = NONE 2434 2433 CALL getin_p('MASS_RATIO_HEART_SAP',mass_ratio_heart_sap) 2435 2434 ! 2436 !Config Key = 2437 !Config Desc = 2438 !Config If = 2439 !Config Def = 2440 !Config Help = 2441 !Config Units =2435 !Config Key = FRAC_GROWTHRESP 2436 !Config Desc = fraction of GPP which is lost as growth respiration 2437 !Config If = OK_STOMATE 2438 !Config Def = 0.28 2439 !Config Help = 2440 !Config Units = NONE 2442 2441 CALL getin_p('FRAC_GROWTHRESP',frac_growthresp) 2443 2442 ! 2444 !Config Key = 2445 !Config Desc = 2446 !Config If = 2447 !Config Def = 2448 !Config Help = 2449 !Config Units =2443 !Config Key = TAU_HUM_MONTH 2444 !Config Desc = time scales for phenology and other processes 2445 !Config If = OK_STOMATE 2446 !Config Def = 20. 2447 !Config Help = 2448 !Config Units = days [d] 2450 2449 CALL getin_p('TAU_HUM_MONTH',tau_hum_month) 2451 2450 ! 2452 !Config Key = 2453 !Config Desc = 2454 !Config If = 2455 !Config Def = 2456 !Config Help = 2457 !Config Units =2451 !Config Key = TAU_HUM_WEEK 2452 !Config Desc = time scales for phenology and other processes 2453 !Config If = OK_STOMATE 2454 !Config Def = 7. 2455 !Config Help = 2456 !Config Units = days [d] 2458 2457 CALL getin_p('TAU_HUM_WEEK',tau_hum_week) 2459 2458 ! 2460 !Config Key = 2461 !Config Desc = 2462 !Config If = 2463 !Config Def = 2464 !Config Help = 2465 !Config 2459 !Config Key = TAU_T2M_MONTH 2460 !Config Desc = time scales for phenology and other processes 2461 !Config If = OK_STOMATE 2462 !Config Def = 20. 2463 !Config Help = 2464 !Config Units = 2466 2465 CALL getin_p('TAU_T2M_MONTH',tau_t2m_month) 2467 2466 ! 2468 !Config Key = 2469 !Config Desc = 2470 !Config If = 2471 !Config Def = 2472 !Config Help = 2473 !Config Units =2467 !Config Key = TAU_T2M_WEEK 2468 !Config Desc = time scales for phenology and other processes 2469 !Config If = OK_STOMATE 2470 !Config Def = 7. 2471 !Config Help = 2472 !Config Units = days [d] 2474 2473 CALL getin_p('TAU_T2M_WEEK',tau_t2m_week) 2475 2474 ! 2476 !Config Key = 2477 !Config Desc = 2478 !Config If = 2479 !Config Def = 2480 !Config Help = 2481 !Config 2475 !Config Key = TAU_TSOIL_MONTH 2476 !Config Desc = time scales for phenology and other processes 2477 !Config If = OK_STOMATE 2478 !Config Def = 20. 2479 !Config Help = 2480 !Config Units = 2482 2481 CALL getin_p('TAU_TSOIL_MONTH',tau_tsoil_month) 2483 2482 ! 2484 !Config Key = 2485 !Config Desc = 2486 !Config If = 2487 !Config Def = 2488 !Config Help = 2489 !Config Units =2483 !Config Key = TAU_SOILHUM_MONTH 2484 !Config Desc = time scales for phenology and other processes 2485 !Config If = OK_STOMATE 2486 !Config Def = 20. 2487 !Config Help = 2488 !Config Units = days [d] 2490 2489 CALL getin_p('TAU_SOILHUM_MONTH',tau_soilhum_month) 2491 2490 ! 2492 !Config Key = 2493 !Config Desc = 2494 !Config If = 2495 !Config Def = 2496 !Config Help = 2497 !Config Units =2491 !Config Key = TAU_GPP_WEEK 2492 !Config Desc = time scales for phenology and other processes 2493 !Config If = OK_STOMATE 2494 !Config Def = 7. 2495 !Config Help = 2496 !Config Units = days [d] 2498 2497 CALL getin_p('TAU_GPP_WEEK',tau_gpp_week) 2499 2498 ! 2500 !Config Key = 2501 !Config Desc = 2502 !Config If = 2503 !Config Def = 2504 !Config Help = 2505 !Config Units =2499 !Config Key = TAU_GDD 2500 !Config Desc = time scales for phenology and other processes 2501 !Config If = OK_STOMATE 2502 !Config Def = 40. 2503 !Config Help = 2504 !Config Units = days [d] 2506 2505 CALL getin_p('TAU_GDD',tau_gdd) 2507 2506 ! 2508 !Config Key = 2509 !Config Desc = 2510 !Config If = 2511 !Config Def = 2512 !Config Help = 2513 !Config Units =2507 !Config Key = TAU_NGD 2508 !Config Desc = time scales for phenology and other processes 2509 !Config If = OK_STOMATE 2510 !Config Def = 50. 2511 !Config Help = 2512 !Config Units = days [d] 2514 2513 CALL getin_p('TAU_NGD',tau_ngd) 2515 2514 ! 2516 !Config Key = 2517 !Config Desc = 2518 !Config If = 2519 !Config Def = 2520 !Config Help = 2521 !Config Units =2515 !Config Key = COEFF_TAU_LONGTERM 2516 !Config Desc = time scales for phenology and other processes 2517 !Config If = OK_STOMATE 2518 !Config Def = 3. 2519 !Config Help = 2520 !Config Units = days [d] 2522 2521 CALL getin_p('COEFF_TAU_LONGTERM',coeff_tau_longterm) 2523 2522 !- 2524 2523 ! 2525 !Config Key = 2526 !Config Desc = 2527 !Config If = 2528 !Config Def = 2529 !Config Help = 2530 !Config 2524 !Config Key = BM_SAPL_CARBRES 2525 !Config Desc = 2526 !Config If = OK_STOMATE 2527 !Config Def = 5. 2528 !Config Help = 2529 !Config Units = 2531 2530 CALL getin_p('BM_SAPL_CARBRES',bm_sapl_carbres) 2532 2531 ! 2533 !Config Key = 2534 !Config Desc = 2535 !Config If = 2536 !Config Def = 2537 !Config Help = 2538 !Config 2532 !Config Key = BM_SAPL_SAPABOVE 2533 !Config Desc = 2534 !Config If = OK_STOMATE 2535 !Config Def = 0.5 2536 !Config Help = 2537 !Config Units = 2539 2538 CALL getin_p('BM_SAPL_SAPABOVE',bm_sapl_sapabove) 2540 2539 ! 2541 !Config Key = 2542 !Config Desc = 2543 !Config If = 2544 !Config Def = 2545 !Config Help = 2546 !Config 2540 !Config Key = BM_SAPL_HEARTABOVE 2541 !Config Desc = 2542 !Config If = OK_STOMATE 2543 !Config Def = 2. 2544 !Config Help = 2545 !Config Units = 2547 2546 CALL getin_p('BM_SAPL_HEARTABOVE',bm_sapl_heartabove) 2548 2547 ! 2549 !Config Key = 2550 !Config Desc = 2551 !Config If = 2552 !Config Def = 2553 !Config Help = 2554 !Config 2548 !Config Key = BM_SAPL_HEARTBELOW 2549 !Config Desc = 2550 !Config If = OK_STOMATE 2551 !Config Def = 2. 2552 !Config Help = 2553 !Config Units = 2555 2554 CALL getin_p('BM_SAPL_HEARTBELOW',bm_sapl_heartbelow) 2556 2555 ! 2557 !Config Key = 2558 !Config Desc = 2559 !Config If = 2560 !Config Def = 2561 !Config Help = 2562 !Config 2556 !Config Key = INIT_SAPL_MASS_LEAF_NAT 2557 !Config Desc = 2558 !Config If = OK_STOMATE 2559 !Config Def = 0.1 2560 !Config Help = 2561 !Config Units = 2563 2562 CALL getin_p('INIT_SAPL_MASS_LEAF_NAT',init_sapl_mass_leaf_nat) 2564 2563 ! 2565 !Config Key = 2566 !Config Desc = 2567 !Config If = 2568 !Config Def = 2569 !Config Help = 2570 !Config 2564 !Config Key = INIT_SAPL_MASS_LEAF_AGRI 2565 !Config Desc = 2566 !Config If = OK_STOMATE 2567 !Config Def = 1. 2568 !Config Help = 2569 !Config Units = 2571 2570 CALL getin_p('INIT_SAPL_MASS_LEAF_AGRI',init_sapl_mass_leaf_agri) 2572 2571 ! 2573 !Config Key = 2574 !Config Desc = 2575 !Config If = 2576 !Config Def = 2577 !Config Help = 2578 !Config 2572 !Config Key = INIT_SAPL_MASS_CARBRES 2573 !Config Desc = 2574 !Config If = OK_STOMATE 2575 !Config Def = 5. 2576 !Config Help = 2577 !Config Units = 2579 2578 CALL getin_p('INIT_SAPL_MASS_CARBRES',init_sapl_mass_carbres) 2580 2579 ! 2581 !Config Key = 2582 !Config Desc = 2583 !Config If = 2584 !Config Def = 2585 !Config Help = 2586 !Config 2580 !Config Key = INIT_SAPL_MASS_ROOT 2581 !Config Desc = 2582 !Config If = OK_STOMATE 2583 !Config Def = 0.1 2584 !Config Help = 2585 !Config Units = 2587 2586 CALL getin_p('INIT_SAPL_MASS_ROOT',init_sapl_mass_root) 2588 2587 ! 2589 !Config Key = 2590 !Config Desc = 2591 !Config If = 2592 !Config Def = 2593 !Config Help = 2594 !Config 2588 !Config Key = INIT_SAPL_MASS_FRUIT 2589 !Config Desc = 2590 !Config If = OK_STOMATE 2591 !Config Def = 0.3 2592 !Config Help = 2593 !Config Units = 2595 2594 CALL getin_p('INIT_SAPL_MASS_FRUIT',init_sapl_mass_fruit) 2596 2595 ! 2597 !Config Key = 2598 !Config Desc = 2599 !Config If = 2600 !Config Def = 2601 !Config Help = 2602 !Config 2596 !Config Key = CN_SAPL_INIT 2597 !Config Desc = 2598 !Config If = OK_STOMATE 2599 !Config Def = 0.5 2600 !Config Help = 2601 !Config Units = 2603 2602 CALL getin_p('CN_SAPL_INIT',cn_sapl_init) 2604 2603 ! 2605 !Config Key = 2606 !Config Desc = 2607 !Config If = 2608 !Config Def = 2609 !Config Help = 2610 !Config 2604 !Config Key = MIGRATE_TREE 2605 !Config Desc = 2606 !Config If = OK_STOMATE 2607 !Config Def = 10.*1.E3 2608 !Config Help = 2609 !Config Units = 2611 2610 CALL getin_p('MIGRATE_TREE',migrate_tree) 2612 2611 ! 2613 !Config Key = 2614 !Config Desc = 2615 !Config If = 2616 !Config Def = 2617 !Config Help = 2618 !Config 2612 !Config Key = MIGRATE_GRASS 2613 !Config Desc = 2614 !Config If = OK_STOMATE 2615 !Config Def = 10.*1.E3 2616 !Config Help = 2617 !Config Units = 2619 2618 CALL getin_p('MIGRATE_GRASS',migrate_grass) 2620 2619 ! 2621 !Config Key = 2622 !Config Desc = 2623 !Config If = 2624 !Config Def = 2625 !Config Help = 2626 !Config Units = 2620 !Config Key = LAI_INITMIN_TREE 2621 !Config Desc = 2622 !Config If = OK_STOMATE 2623 !Config Def = 0.3 2624 !Config Help = 2625 !Config Units = 2626 CALL getin_p('LAI_INITMIN_TREE',lai_initmin_tree) 2627 ! 2628 !Config Key = LAI_INITMIN_GRASS 2629 !Config Desc = 2630 !Config If = OK_STOMATE 2631 !Config Def = 0.1 2632 !Config Help = 2633 !Config Units = 2634 CALL getin_p('LAI_INITMIN_GRASS',lai_initmin_grass) 2635 ! 2636 !Config Key = DIA_COEFF 2637 !Config Desc = 2638 !Config If = OK_STOMATE 2639 !Config Def = 4., 0.5 2640 !Config Help = 2641 !Config Units = 2642 CALL getin_p('DIA_COEFF',dia_coeff) 2643 ! 2644 !Config Key = MAXDIA_COEFF 2645 !Config Desc = 2646 !Config If = OK_STOMATE 2647 !Config Def = 100., 0.01 2648 !Config Help = 2649 !Config Units = 2627 2650 CALL getin_p('MAXDIA_COEFF',maxdia_coeff) 2628 2651 ! 2629 !Config Key = 2630 !Config Desc = 2631 !Config If = 2632 !Config Def = 2633 !Config Help = 2634 !Config Units = 2635 CALL getin_p('LAI_INITMIN_TREE',lai_initmin_tree) 2636 ! 2637 !Config Key = 2638 !Config Desc = 2639 !Config If = 2640 !Config Def = 2641 !Config Help = 2642 !Config Units = 2643 CALL getin_p('LAI_INITMIN_GRASS',lai_initmin_grass) 2644 ! 2645 !Config Key = 2646 !Config Desc = 2647 !Config If = 2648 !Config Def = 2649 !Config Help = 2650 !Config Units = 2651 CALL getin_p('DIA_COEFF',dia_coeff) 2652 ! 2653 !Config Key = 2654 !Config Desc = 2655 !Config If = 2656 !Config Def = 2657 !Config Help = 2658 !Config Units = 2659 CALL getin_p('MAXDIA_COEFF',maxdia_coeff) 2660 ! 2661 !Config Key = 2662 !Config Desc = 2663 !Config If = 2664 !Config Def = 2665 !Config Help = 2666 !Config Units = 2652 !Config Key = BM_SAPL_LEAF 2653 !Config Desc = 2654 !Config If = OK_STOMATE 2655 !Config Def = 4., 4., .8, 5. 2656 !Config Help = 2657 !Config Units = 2667 2658 CALL getin_p('BM_SAPL_LEAF',bm_sapl_leaf) 2668 2659 … … 2671 2662 !- 2672 2663 ! 2673 !Config Key = 2674 !Config Desc = 2675 !Config If = 2676 !Config Def = 2677 !Config Help = 2678 !Config Units =2664 !Config Key = METABOLIC_REF_FRAC 2665 !Config Desc = 2666 !Config If = OK_STOMATE 2667 !Config Def = 0.85 2668 !Config Help = 2669 !Config Units = NONE 2679 2670 CALL getin_p('METABOLIC_REF_FRAC',metabolic_ref_frac) 2680 2671 ! 2681 !Config Key = 2682 !Config Desc = 2683 !Config If = 2684 !Config Def = 2685 !Config Help = 2686 !Config Units =2672 !Config Key = Z_DECOMP 2673 !Config Desc = scaling depth for soil activity 2674 !Config If = OK_STOMATE 2675 !Config Def = 0.2 2676 !Config Help = 2677 !Config Units = meters [m] 2687 2678 CALL getin_p('Z_DECOMP',z_decomp) 2688 2679 ! 2689 !Config Key = 2690 !Config Desc = 2691 !Config If = 2692 !Config Def = 2693 !Config Help = 2694 !Config Units =2680 !Config Key = CN 2681 !Config Desc = C/N ratio 2682 !Config If = OK_STOMATE 2683 !Config Def = 40.,40.,40.,40.,40.,40.,40.,40. 2684 !Config Help = 2685 !Config Units = NONE 2695 2686 CALL getin_p('CN',CN) 2696 2687 ! 2697 !Config Key = 2698 !Config Desc = 2699 !Config If = 2700 !Config Def = 2701 !Config Help = 2702 !Config Units =2688 !Config Key = LC 2689 !Config Desc = Lignine/C ratio of the different plant parts 2690 !Config If = OK_STOMATE 2691 !Config Def = 0.22, 0.35, 0.35, 0.35, 0.35, 0.22, 0.22, 0.22 2692 !Config Help = 2693 !Config Units = NONE 2703 2694 CALL getin_p('LC',LC) 2704 2695 ! 2705 !Config Key = 2706 !Config Desc = 2707 !Config If = 2708 !Config Def = 2709 !Config Help = 2710 !Config Units =2696 !Config Key = FRAC_SOIL_STRUCT_AA 2697 !Config Desc = frac_soil(istructural,iactive,iabove) 2698 !Config If = OK_STOMATE 2699 !Config Def = 0.55 2700 !Config Help = 2701 !Config Units = NONE 2711 2702 CALL getin_p('FRAC_SOIL_STRUCT_AA',frac_soil_struct_aa) 2712 2703 ! 2713 !Config Key = 2714 !Config Desc = 2715 !Config If = 2716 !Config Def = 2717 !Config Help = 2718 !Config Units =2704 !Config Key = FRAC_SOIL_STRUCT_A 2705 !Config Desc = frac_soil(istructural,iactive,ibelow) 2706 !Config If = OK_STOMATE 2707 !Config Def = 0.45 2708 !Config Help = 2709 !Config Units = NONE 2719 2710 CALL getin_p('FRAC_SOIL_STRUCT_AB',frac_soil_struct_ab) 2720 2711 ! 2721 !Config Key = 2722 !Config Desc = 2723 !Config If = 2724 !Config Def = 2725 !Config Help = 2726 !Config Units =2712 !Config Key = FRAC_SOIL_STRUCT_SA 2713 !Config Desc = frac_soil(istructural,islow,iabove) 2714 !Config If = OK_STOMATE 2715 !Config Def = 0.7 2716 !Config Help = 2717 !Config Units = NONE 2727 2718 CALL getin_p('FRAC_SOIL_STRUCT_SA',frac_soil_struct_sa) 2728 2719 ! 2729 !Config Key = 2730 !Config Desc = 2731 !Config If = 2732 !Config Def = 2733 !Config Help = 2734 !Config Units =2720 !Config Key = FRAC_SOIL_STRUCT_SB 2721 !Config Desc = frac_soil(istructural,islow,ibelow) 2722 !Config If = OK_STOMATE 2723 !Config Def = 0.7 2724 !Config Help = 2725 !Config Units = NONE 2735 2726 CALL getin_p('FRAC_SOIL_STRUCT_SB',frac_soil_struct_sb) 2736 2727 ! 2737 !Config Key = 2738 !Config Desc = 2739 !Config If = 2740 !Config Def = 2741 !Config Help = 2742 !Config Units =2728 !Config Key = FRAC_SOIL_METAB_AA 2729 !Config Desc = frac_soil(imetabolic,iactive,iabove) 2730 !Config If = OK_STOMATE 2731 !Config Def = 0.45 2732 !Config Help = 2733 !Config Units = NONE 2743 2734 CALL getin_p('FRAC_SOIL_METAB_AA',frac_soil_metab_aa) 2744 2735 ! 2745 !Config Key = 2746 !Config Desc = 2747 !Config If = 2748 !Config Def = 2749 !Config Help = 2750 !Config Units =2736 !Config Key = FRAC_SOIL_METAB_AB 2737 !Config Desc = frac_soil(imetabolic,iactive,ibelow) 2738 !Config If = OK_STOMATE 2739 !Config Def = 0.45 2740 !Config Help = 2741 !Config Units = NONE 2751 2742 CALL getin_p('FRAC_SOIL_METAB_AB',frac_soil_metab_ab) 2752 2743 ! 2753 2744 ! 2754 !Config Key = 2755 !Config Desc = 2756 !Config If = 2757 !Config Def = 2758 !Config Help = 2759 !Config 2745 !Config Key = METABOLIC_LN_RATIO 2746 !Config Desc = 2747 !Config If = OK_STOMATE 2748 !Config Def = 0.018 2749 !Config Help = 2750 !Config Units = 2760 2751 CALL getin_p('METABOLIC_LN_RATIO',metabolic_LN_ratio) 2761 2752 ! 2762 !Config Key = 2763 !Config Desc = 2764 !Config If = 2765 !Config Def = 2766 !Config Help = 2767 !Config Units =2753 !Config Key = TAU_METABOLIC 2754 !Config Desc = 2755 !Config If = OK_STOMATE 2756 !Config Def = 0.066 2757 !Config Help = 2758 !Config Units = days [d] ? 2768 2759 CALL getin_p('TAU_METABOLIC',tau_metabolic) 2769 2760 ! 2770 !Config Key = 2771 !Config Desc = 2772 !Config If = 2773 !Config Def = 2774 !Config Help = 2775 !Config Units =2761 !Config Key = TAU_STRUCT 2762 !Config Desc = 2763 !Config If = OK_STOMATE 2764 !Config Def = 0.245 2765 !Config Help = 2766 !Config Units = days [d] ? 2776 2767 CALL getin_p('TAU_STRUCT',tau_struct) 2777 2768 ! 2778 !Config Key = 2779 !Config Desc = 2780 !Config If = 2781 !Config Def = 2782 !Config Help = 2783 !Config 2769 !Config Key = SOIL_Q10 2770 !Config Desc = 2771 !Config If = OK_STOMATE 2772 !Config Def = .69 (=ln2) 2773 !Config Help = 2774 !Config Units = 2784 2775 CALL getin_p('SOIL_Q10',soil_Q10) 2785 2776 ! 2786 !Config Key = 2787 !Config Desc = 2788 !Config If = 2789 !Config Def = 2790 !Config Help = 2791 !Config Units =2777 !Config Key = TSOIL_REF 2778 !Config Desc = 2779 !Config If = OK_STOMATE 2780 !Config Def = 30. 2781 !Config Help = 2782 !Config Units = Celsius degrees [C] 2792 2783 CALL getin_p('TSOIL_REF',tsoil_ref) 2793 2784 ! 2794 !Config Key = 2795 !Config Desc = 2796 !Config If = 2797 !Config Def = 2798 !Config Help = 2799 !Config 2785 !Config Key = LITTER_STRUCT_COEF 2786 !Config Desc = 2787 !Config If = OK_STOMATE 2788 !Config Def = 3. 2789 !Config Help = 2790 !Config Units = 2800 2791 CALL getin_p('LITTER_STRUCT_COEF',litter_struct_coef) 2801 2792 ! 2802 !Config Key = 2803 !Config Desc = 2804 !Config If = 2805 !Config Def = 2806 !Config Help = 2807 !Config 2793 !Config Key = MOIST_COEFF 2794 !Config Desc = 2795 !Config If = OK_STOMATE 2796 !Config Def = 1.1, 2.4, 0.29 2797 !Config Help = 2798 !Config Units = 2808 2799 CALL getin_p('MOIST_COEFF',moist_coeff) 2809 2800 … … 2812 2803 !- 2813 2804 ! 2814 !Config Key = 2815 !Config Desc = 2816 !Config If = 2817 !Config Def = 2818 !Config Help = 2819 !Config Units =2805 !Config Key = FRAC_TURNOVER_DAILY 2806 !Config Desc = 2807 !Config If = OK_STOMATE 2808 !Config Def = 0.55 2809 !Config Help = 2810 !Config Units = NONE 2820 2811 CALL getin_p('FRAC_TURNOVER_DAILY',frac_turnover_daily) 2821 2812 … … 2824 2815 !- 2825 2816 ! 2826 !Config Key = 2827 !Config Desc = 2828 !Config If = 2829 !Config Def = 2830 !Config Help = 2831 !Config Units =2817 !Config Key = TAX_MAX 2818 !Config Desc = maximum fraction of allocatable biomass used for maintenance respiration 2819 !Config If = OK_STOMATE 2820 !Config Def = 0.8 2821 !Config Help = 2822 !Config Units = NONE 2832 2823 CALL getin_p('TAX_MAX',tax_max) 2833 2824 … … 2836 2827 !- 2837 2828 ! 2838 !Config Key = 2839 !Config Desc = 2840 !Config If = 2841 !Config Def = 2842 !Config Help = 2843 !Config Units =2829 !Config Key = ALWAYS_INIT 2830 !Config Desc = take carbon from atmosphere if carbohydrate reserve too small? 2831 !Config If = OK_STOMATE 2832 !Config Def = n 2833 !Config Help = 2834 !Config Units = NONE 2844 2835 CALL getin_p('ALWAYS_INIT',always_init) 2845 2836 ! 2846 !Config Key = 2847 !Config Desc = 2848 !Config If = 2849 !Config Def = 2850 !Config Help = 2851 !Config Units =2837 !Config Key = MIN_GROWTHINIT_TIME 2838 !Config Desc = minimum time since last beginning of a growing season 2839 !Config If = OK_STOMATE 2840 !Config Def = 300. 2841 !Config Help = 2842 !Config Units = days [d] 2852 2843 CALL getin_p('MIN_GROWTHINIT_TIME',min_growthinit_time) 2853 2844 ! 2854 !Config Key = 2855 !Config Desc = 2856 !Config If = 2857 !Config Def = 2858 !Config Help = 2859 !Config 2845 !Config Key = MOIAVAIL_ALWAYS_TREE 2846 !Config Desc = moisture availability above which moisture tendency doesn't matter 2847 !Config If = OK_STOMATE 2848 !Config Def = 1.0 2849 !Config Help = 2850 !Config Units = 2860 2851 CALL getin_p('MOIAVAIL_ALWAYS_TREE',moiavail_always_tree) 2861 2852 ! 2862 !Config Key = 2863 !Config Desc = 2864 !Config If = 2865 !Config Def = 2866 !Config Help = 2867 !Config 2853 !Config Key = MOIAVAIL_ALWAYS_GRASS 2854 !Config Desc = moisture availability above which moisture tendency doesn't matter 2855 !Config If = OK_STOMATE 2856 !Config Def = 0.6 2857 !Config Help = 2858 !Config Units = 2868 2859 CALL getin_p('MOIAVAIL_ALWAYS_GRASS',moiavail_always_grass) 2869 2860 ! 2870 !Config Key = 2871 !Config Desc = 2872 !Config If = 2873 !Config Def = 2874 !Config Help = 2875 !Config Units =2861 !Config Key = T_ALWAYS_ADD 2862 !Config Desc = monthly temp. above which temp. tendency doesn't matter 2863 !Config If = OK_STOMATE 2864 !Config Def = 10. 2865 !Config Help = 2866 !Config Units = Celsius degrees [C] 2876 2867 CALL getin_p('T_ALWAYS_ADD',t_always_add) 2877 2868 ! 2878 2869 ! 2879 !Config Key = 2880 !Config Desc = 2881 !Config If = 2882 !Config Def = 2883 !Config Help = 2884 !Config 2870 !Config Key = GDDNCD_REF 2871 !Config Desc = 2872 !Config If = OK_STOMATE 2873 !Config Def = 603. 2874 !Config Help = 2875 !Config Units = 2885 2876 CALL getin_p('GDDNCD_REF',gddncd_ref) 2886 2877 ! 2887 !Config Key = 2888 !Config Desc = 2889 !Config If = 2890 !Config Def = 2891 !Config Help = 2892 !Config 2878 !Config Key = GDDNCD_CURVE 2879 !Config Desc = 2880 !Config If = OK_STOMATE 2881 !Config Def = 0.0091 2882 !Config Help = 2883 !Config Units = 2893 2884 CALL getin_p('GDDNCD_CURVE',gddncd_curve) 2894 2885 ! 2895 !Config Key = 2896 !Config Desc = 2897 !Config If = 2898 !Config Def = 2899 !Config Help = 2900 !Config 2886 !Config Key = GDDNCD_OFFSET 2887 !Config Desc = 2888 !Config If = OK_STOMATE 2889 !Config Def = 64. 2890 !Config Help = 2891 !Config Units = 2901 2892 CALL getin_p('GDDNCD_OFFSET',gddncd_offset) 2902 2893 !- … … 2904 2895 !- 2905 2896 ! 2906 !Config Key = 2907 !Config Desc = 2908 !Config If = 2909 !Config Def = 2910 !Config Help = 2911 !Config 2897 !Config Key = CN_TREE 2898 !Config Desc = 2899 !Config If = OK_STOMATE 2900 !Config Def = 4. 2901 !Config Help = 2902 !Config Units = 2912 2903 CALL getin_p('CN_TREE',cn_tree) 2913 2904 ! 2914 !Config Key = 2915 !Config Desc = 2916 !Config If = 2917 !Config Def = 2918 !Config Help = 2919 !Config 2905 !Config Key = BM_SAPL_RESCALE 2906 !Config Desc = 2907 !Config If = OK_STOMATE 2908 !Config Def = 40. 2909 !Config Help = 2910 !Config Units = 2920 2911 CALL getin_p('BM_SAPL_RESCALE',bm_sapl_rescale) 2921 2912 … … 2924 2915 !- 2925 2916 ! 2926 !Config Key = 2927 !Config Desc = 2928 !Config If = 2929 !Config Def = 2930 !Config Help = 2931 !Config 2917 !Config Key = MAINT_RESP_MIN_VMAX 2918 !Config Desc = 2919 !Config If = OK_STOMATE 2920 !Config Def = 0.3 2921 !Config Help = 2922 !Config Units = 2932 2923 CALL getin_p('MAINT_RESP_MIN_VMAX',maint_resp_min_vmax) 2933 2924 ! 2934 !Config Key = 2935 !Config Desc = 2936 !Config If = 2937 !Config Def = 2938 !Config Help = 2939 !Config 2925 !Config Key = MAINT_RESP_COEFF 2926 !Config Desc = 2927 !Config If = OK_STOMATE 2928 !Config Def = 1.4 2929 !Config Help = 2930 !Config Units = 2940 2931 CALL getin_p('MAINT_RESP_COEFF',maint_resp_coeff) 2941 2932 … … 2944 2935 !- 2945 2936 ! 2946 !Config 2947 !Config 2948 !Config 2949 !Config 2950 !Config 2951 !Config 2937 !Config Key = FRAC_CARB_AA 2938 !Config Desc = frac carb coefficients from active pool: depends on clay content 2939 !Config if = OK_STOMATE 2940 !Config Def = 0.0 2941 !Config Help = fraction of the active pool going to the active pool 2942 !Config Units = NONE 2952 2943 CALL getin_p('FRAC_CARB_AA',frac_carb_aa) 2953 2944 ! 2954 !Config 2955 !Config 2956 !Config 2957 !Config 2958 !Config 2959 !Config 2945 !Config Key = FRAC_CARB_AP 2946 !Config Desc = frac carb coefficients from active pool: depends on clay content 2947 !Config if = OK_STOMATE 2948 !Config Def = 0.004 2949 !Config Help = fraction of the active pool going to the passive pool 2950 !Config Units = NONE 2960 2951 CALL getin_p('FRAC_CARB_AP',frac_carb_ap) 2961 2952 ! 2962 !Config 2963 !Config 2964 !Config 2965 !Config 2966 !Config 2967 !Config 2953 !Config Key = FRAC_CARB_SS 2954 !Config Desc = frac_carb_coefficients from slow pool 2955 !Config if = OK_STOMATE 2956 !Config Def = 0.0 2957 !Config Help = fraction of the slow pool going to the slow pool 2958 !Config Units = NONE 2968 2959 CALL getin_p('FRAC_CARB_SS',frac_carb_ss) 2969 2960 ! 2970 !Config 2971 !Config 2972 !Config 2973 !Config 2974 !Config 2975 !Config 2961 !Config Key = FRAC_CARB_SA 2962 !Config Desc = frac_carb_coefficients from slow pool 2963 !Config if = OK_STOMATE 2964 !Config Def = 0.42 2965 !Config Help = fraction of the slow pool going to the active pool 2966 !Config Units = NONE 2976 2967 CALL getin_p('FRAC_CARB_SA',frac_carb_sa) 2977 2968 ! 2978 !Config 2979 !Config 2980 !Config 2981 !Config 2982 !Config 2983 !Config 2969 !Config Key = FRAC_CARB_SP 2970 !Config Desc = frac_carb_coefficients from slow pool 2971 !Config if = OK_STOMATE 2972 !Config Def = 0.03 2973 !Config Help = fraction of the slow pool going to the passive pool 2974 !Config Units = NONE 2984 2975 CALL getin_p('FRAC_CARB_SP',frac_carb_sp) 2985 2976 ! 2986 !Config 2987 !Config 2988 !Config 2989 !Config 2990 !Config 2991 !Config 2977 !Config Key = FRAC_CARB_PP 2978 !Config Desc = frac_carb_coefficients from passive pool 2979 !Config if = OK_STOMATE 2980 !Config Def = 0.0 2981 !Config Help = fraction of the passive pool going to the passive pool 2982 !Config Units = NONE 2992 2983 CALL getin_p('FRAC_CARB_PP',frac_carb_pp) 2993 2984 ! 2994 !Config 2995 !Config 2996 !Config 2997 !Config 2998 !Config 2999 !Config 2985 !Config Key = FRAC_CARB_PA 2986 !Config Desc = frac_carb_coefficients from passive pool 2987 !Config if = OK_STOMATE 2988 !Config Def = 0.45 2989 !Config Help = fraction of the passive pool going to the passive pool 2990 !Config Units = NONE 3000 2991 CALL getin_p('FRAC_CARB_PA',frac_carb_pa) 3001 2992 ! 3002 !Config 3003 !Config 3004 !Config 3005 !Config 3006 !Config 3007 !Config 2993 !Config Key = FRAC_CARB_PS 2994 !Config Desc = frac_carb_coefficients from passive pool 2995 !Config if = OK_STOMATE 2996 !Config Def = 0.0 2997 !Config Help = fraction of the passive pool going to the passive pool 2998 !Config Units = NONE 3008 2999 CALL getin_p('FRAC_CARB_PS',frac_carb_ps) 3009 3000 ! 3010 !Config 3011 !Config 3012 !Config 3013 !Config 3014 !Config 3015 !Config 3001 !Config Key = ACTIVE_TO_PASS_CLAY_FRAC 3002 !Config Desc = 3003 !Config if = OK_STOMATE 3004 !Config Def = .68 3005 !Config Help = 3006 !Config Units = NONE 3016 3007 CALL getin_p('ACTIVE_TO_PASS_CLAY_FRAC',active_to_pass_clay_frac) 3017 3008 ! 3018 !Config 3019 !Config 3020 !Config 3021 !Config 3022 !Config 3023 !Config Units = days (d)3009 !Config Key = CARBON_TAU_IACTIVE 3010 !Config Desc = residence times in carbon pools 3011 !Config if = OK_STOMATE 3012 !Config Def = 0.149 3013 !Config Help = 3014 !Config Units = days [d] 3024 3015 CALL getin_p('CARBON_TAU_IACTIVE',carbon_tau_iactive) 3025 3016 ! 3026 !Config 3027 !Config 3028 !Config 3029 !Config 3030 !Config 3031 !Config Units = days (d)3017 !Config Key = CARBON_TAU_ISLOW 3018 !Config Desc = residence times in carbon pools 3019 !Config if = OK_STOMATE 3020 !Config Def = 5.48 3021 !Config Help = 3022 !Config Units = days [d] 3032 3023 CALL getin_p('CARBON_TAU_ISLOW',carbon_tau_islow) 3033 3024 ! 3034 !Config 3035 !Config 3036 !Config 3037 !Config 3038 !Config 3039 !Config Units = days (d)3025 !Config Key = CARBON_TAU_IPASSIVE 3026 !Config Desc = residence times in carbon pools 3027 !Config if = OK_STOMATE 3028 !Config Def = 241. 3029 !Config Help = 3030 !Config Units = days [d] 3040 3031 CALL getin_p('CARBON_TAU_IPASSIVE',carbon_tau_ipassive) 3041 3032 ! 3042 !Config 3043 !Config 3044 !Config 3045 !Config 3046 !Config 3047 !Config Units = days (d)3033 !Config Key = FLUX_TOT_COEFF 3034 !Config Desc = 3035 !Config if = OK_STOMATE 3036 !Config Def = 1.2, 1.4,.75 3037 !Config Help = 3038 !Config Units = days [d] 3048 3039 CALL getin_p('FLUX_TOT_COEFF',flux_tot_coeff) 3049 3040 … … 3052 3043 !- 3053 3044 ! 3054 !Config Key = 3055 !Config Desc = 3056 !Config If = 3057 !Config Def = 3058 !Config Help = 3059 !Config 3045 !Config Key = NEW_TURNOVER_TIME_REF 3046 !Config Desc = 3047 !Config If = OK_STOMATE 3048 !Config Def = 20. 3049 !Config Help = 3050 !Config Units = 3060 3051 CALL getin_p('NEW_TURNOVER_TIME_REF',new_turnover_time_ref) 3061 3052 ! 3062 !Config Key = 3063 !Config Desc = 3064 !Config If = 3065 !Config Def = 3066 !Config Help = 3067 !Config 3053 !Config Key = DT_TURNOVER_TIME 3054 !Config Desc = 3055 !Config If = OK_STOMATE 3056 !Config Def = 10. 3057 !Config Help = 3058 !Config Units = 3068 3059 CALL getin_p('DT_TURNOVER_TIME',dt_turnover_time) 3069 3060 ! 3070 !Config Key = 3071 !Config Desc = 3072 !Config If = 3073 !Config Def = 3074 !Config Help = 3075 !Config 3061 !Config Key = LEAF_AGE_CRIT_TREF 3062 !Config Desc = 3063 !Config If = OK_STOMATE 3064 !Config Def = 20. 3065 !Config Help = 3066 !Config Units = 3076 3067 CALL getin_p('LEAF_AGE_CRIT_TREF',leaf_age_crit_tref) 3077 3068 ! 3078 !Config Key = 3079 !Config Desc = 3080 !Config If = 3081 !Config Def = 3082 !Config Help = 3083 !Config 3069 !Config Key = LEAF_AGE_CRIT_COEFF 3070 !Config Desc = 3071 !Config If = OK_STOMATE 3072 !Config Def = 1.5, 0.75, 10. 3073 !Config Help = 3074 !Config Units = 3084 3075 CALL getin_p('LEAF_AGE_CRIT_COEFF',leaf_age_crit_coeff) 3085 3076 … … 3088 3079 !- 3089 3080 ! 3090 !Config Key = 3091 !Config Desc = 3092 !Config If = 3093 !Config Def = 3094 !Config Help = 3095 !Config 3081 !Config Key = VMAX_OFFSET 3082 !Config Desc = offset (minimum relative vcmax) 3083 !Config If = OK_STOMATE 3084 !Config Def = 0.3 3085 !Config Help = 3086 !Config Units = 3096 3087 CALL getin_p('VMAX_OFFSET',vmax_offset) 3097 3088 ! 3098 !Config Key = 3099 !Config Desc = 3100 !Config If = 3101 !Config Def = 3102 !Config Help = 3103 !Config 3089 !Config Key = LEAFAGE_FIRSTMAX 3090 !Config Desc = leaf age at which vmax attains vcmax_opt (in fraction of critical leaf age) 3091 !Config If = OK_STOMATE 3092 !Config Def = 0.03 3093 !Config Help = 3094 !Config Units = 3104 3095 CALL getin_p('LEAFAGE_FIRSTMAX',leafage_firstmax) 3105 3096 ! 3106 !Config Key = 3107 !Config Desc = 3108 !Config If = 3109 !Config Def = 3110 !Config Help = 3111 !Config 3097 !Config Key = LEAFAGE_LASTMAX 3098 !Config Desc = leaf age at which vmax falls below vcmax_opt (in fraction of critical leaf age) 3099 !Config If = OK_STOMATE 3100 !Config Def = 0.5 3101 !Config Help = 3102 !Config Units = 3112 3103 CALL getin_p('LEAFAGE_LASTMAX',leafage_lastmax) 3113 3104 ! 3114 !Config Key = 3115 !Config Desc = 3116 !Config If = 3117 !Config Def = 3118 !Config Help = 3119 !Config 3105 !Config Key = LEAFAGE_OLD 3106 !Config Desc = leaf age at which vmax attains its minimum (in fraction of critical leaf age) 3107 !Config If = OK_STOMATE 3108 !Config Def = 1. 3109 !Config Help = 3110 !Config Units = 3120 3111 CALL getin_p('LEAFAGE_OLD',leafage_old) 3121 3112 … … 3124 3115 !- 3125 3116 ! 3126 !Config Key = 3127 !Config Desc = 3128 !Config If = 3129 !Config Def = 3130 !Config Help = 3131 !Config Units =3117 !Config Key = GPPFRAC_DORMANCE 3118 !Config Desc = rapport maximal GPP/GGP_max pour dormance 3119 !Config If = OK_STOMATE 3120 !Config Def = 0.2 3121 !Config Help = 3122 !Config Units = NONE 3132 3123 CALL getin_p('GPPFRAC_DORMANCE',gppfrac_dormance) 3133 3124 ! 3134 !Config Key = 3135 !Config Desc = 3136 !Config If = 3137 !Config Def = 3138 !Config Help = 3139 !Config 3125 !Config Key = MIN_GPP_ALLOWED 3126 !Config Desc = minimum gpp considered as not "lowgpp" 3127 !Config If = OK_STOMATE 3128 !Config Def = 0.3 3129 !Config Help = 3130 !Config Units = 3140 3131 CALL getin_p('MIN_GPP_ALLOWED',min_gpp_allowed) 3141 3132 ! 3142 !Config Key = 3143 !Config Desc = 3144 !Config If = 3145 !Config Def = 3146 !Config Help = 3147 !Config Units =3133 !Config Key = TAU_CLIMATOLOGY 3134 !Config Desc = tau for "climatologic variables 3135 !Config If = OK_STOMATE 3136 !Config Def = 20 3137 !Config Help = 3138 !Config Units = year [y] ? 3148 3139 CALL getin_p('TAU_CLIMATOLOGY',tau_climatology) 3149 3140 ! 3150 !Config Key = 3151 !Config Desc = 3152 !Config If = 3153 !Config Def = 3154 !Config Help = 3155 !Config 3141 !Config Key = HVC1 3142 !Config Desc = parameters for herbivore activity 3143 !Config If = OK_STOMATE 3144 !Config Def = 0.019 3145 !Config Help = 3146 !Config Units = 3156 3147 CALL getin_p('HVC1',hvc1) 3157 3148 ! 3158 !Config Key = 3159 !Config Desc = 3160 !Config If = 3161 !Config Def = 3162 !Config Help = 3163 !Config 3149 !Config Key = HVC2 3150 !Config Desc = parameters for herbivore activity 3151 !Config If = OK_STOMATE 3152 !Config Def = 1.38 3153 !Config Help = 3154 !Config Units = 3164 3155 CALL getin_p('HVC2',hvc2) 3165 3156 ! 3166 !Config Key = 3167 !Config Desc = 3168 !Config If = 3169 !Config Def = 3170 !Config Help = 3171 !Config 3157 !Config Key = LEAF_FRAC_HVC 3158 !Config Desc = parameters for herbivore activity 3159 !Config If = OK_STOMATE 3160 !Config Def = 0.33 3161 !Config Help = 3162 !Config Units = 3172 3163 CALL getin_p('LEAF_FRAC_HVC',leaf_frac_hvc) 3173 3164 ! 3174 ! 3175 !Config Key = 3176 !Config Desc = 3177 !Config If = 3178 !Config Def = 3179 !Config Help = 3180 !Config Units = 3165 !Config Key = TLONG_REF_MAX 3166 !Config Desc = maximum reference long term temperature 3167 !Config If = OK_STOMATE 3168 !Config Def = 303.1 3169 !Config Help = 3170 !Config Units = Kelvin [K] 3181 3171 CALL getin_p('TLONG_REF_MAX',tlong_ref_max) 3182 3172 ! 3183 !Config Key = 3184 !Config Desc = 3185 !Config If = 3186 !Config Def = 3187 !Config Help = 3188 !Config Units =3173 !Config Key = TLONG_REF_MIN 3174 !Config Desc = minimum reference long term temperature 3175 !Config If = OK_STOMATE 3176 !Config Def = 253.1 3177 !Config Help = 3178 !Config Units = Kelvin [K] 3189 3179 CALL getin_p('TLONG_REF_MIN',tlong_ref_min) 3190 3180 ! 3191 !Config Key = 3192 !Config Desc = 3193 !Config If = 3194 !Config Def = 3195 !Config Help = 3196 !Config 3181 !Config Key = NCD_MAX_YEAR 3182 !Config Desc = 3183 !Config If = OK_STOMATE 3184 !Config Def = 3. 3185 !Config Help = 3186 !Config Units = 3197 3187 CALL getin_p('NCD_MAX_YEAR',ncd_max_year) 3198 3188 ! 3199 !Config Key = 3200 !Config Desc = 3201 !Config If = 3202 !Config Def = 3203 !Config Help = 3204 !Config 3189 !Config Key = GDD_THRESHOLD 3190 !Config Desc = 3191 !Config If = OK_STOMATE 3192 !Config Def = 5. 3193 !Config Help = 3194 !Config Units = 3205 3195 CALL getin_p('GDD_THRESHOLD',gdd_threshold) 3206 3196 ! 3207 !Config Key = 3208 !Config Desc = 3209 !Config If = 3210 !Config Def = 3211 !Config Help = 3212 !Config 3197 !Config Key = GREEN_AGE_EVER 3198 !Config Desc = 3199 !Config If = OK_STOMATE 3200 !Config Def = 2. 3201 !Config Help = 3202 !Config Units = 3213 3203 CALL getin_p('GREEN_AGE_EVER',green_age_ever) 3214 3204 ! 3215 !Config Key = 3216 !Config Desc = 3217 !Config If = 3218 !Config Def = 3219 !Config Help = 3220 !Config 3205 !Config Key = GREEN_AGE_DEC 3206 !Config Desc = 3207 !Config If = OK_STOMATE 3208 !Config Def = 0.5 3209 !Config Help = 3210 !Config Units = 3221 3211 CALL getin_p('GREEN_AGE_DEC',green_age_dec) 3222 3212 … … 3241 3231 !- 3242 3232 ! 3243 !Config Key = 3244 !Config Desc = 3245 !Config If = 3246 !Config Def = 3247 !Config Help = 3248 !Config 3233 !Config Key = ESTAB_MAX_TREE 3234 !Config Desc = Maximum tree establishment rate 3235 !Config If = OK_DGVM 3236 !Config Def = 0.12 3237 !Config Help = 3238 !Config Units = 3249 3239 CALL getin_p('ESTAB_MAX_TREE',estab_max_tree) 3250 3240 ! 3251 !Config Key = 3252 !Config Desc = 3253 !Config If = 3254 !Config Def = 3255 !Config Help = 3256 !Config 3241 !Config Key = ESTAB_MAX_GRASS 3242 !Config Desc = Maximum grass establishment rate 3243 !Config If = OK_DGVM 3244 !Config Def = 0.12 3245 !Config Help = 3246 !Config Units = 3257 3247 CALL getin_p('ESTAB_MAX_GRASS',estab_max_grass) 3258 3248 ! 3259 !Config Key = 3260 !Config Desc = 3261 !Config If = 3262 !Config Def = 3263 !Config Help = 3264 !Config 3249 !Config Key = ESTABLISH_SCAL_FACT 3250 !Config Desc = 3251 !Config If = OK_DGVM 3252 !Config Def = 15. 3253 !Config Help = 3254 !Config Units = 3265 3255 CALL getin_p('ESTABLISH_SCAL_FACT',establish_scal_fact) 3266 3256 ! 3267 !Config Key = 3268 !Config Desc = 3269 !Config If = 3270 !Config Def = 3271 !Config Help = 3272 !Config 3257 !Config Key = FPC_CRIT_MAX 3258 !Config Desc = 3259 !Config If = OK_DGVM 3260 !Config Def = 0.075 3261 !Config Help = 3262 !Config Units = 3273 3263 CALL getin_p('FPC_CRIT_MAX',fpc_crit_max) 3274 3264 ! 3275 !Config Key = 3276 !Config Desc = 3277 !Config If = 3278 !Config Def = 3279 !Config Help = 3280 !Config 3265 !Config Key = FPC_CRIT_MIN 3266 !Config Desc = 3267 !Config If = OK_DGVM 3268 !Config Def = 0.05 3269 !Config Help = 3270 !Config Units = 3281 3271 CALL getin_p('FPC_CRIT_MIN',fpc_crit_min) 3282 3272 … … 3285 3275 !- 3286 3276 ! 3287 !Config Key = 3288 !Config Desc = 3289 !Config If = 3290 !Config Def = 3291 !Config Help = 3292 !Config 3277 !Config Key = GRASS_MERCY 3278 !Config Desc = maximum total number of grass individuals in a closed canopy 3279 !Config If = OK_DGVM 3280 !Config Def = 0.01 3281 !Config Help = 3282 !Config Units = 3293 3283 CALL getin_p('GRASS_MERCY',grass_mercy) 3294 3284 ! 3295 !Config Key = 3296 !Config Desc = 3297 !Config If = 3298 !Config Def = 3299 !Config Help = 3300 !Config 3285 !Config Key = TREE_MERCY 3286 !Config Desc = minimum fraction of trees that survive even in a closed canopy 3287 !Config If = OK_DGVM 3288 !Config Def = 0.01 3289 !Config Help = 3290 !Config Units = 3301 3291 CALL getin_p('TREE_MERCY',tree_mercy) 3302 3292 ! 3303 !Config Key = 3304 !Config Desc = 3305 !Config If = 3306 !Config Def = 3307 !Config Help = 3308 !Config Units =3293 !Config Key = ANNUAL_INCREASE 3294 !Config Desc = for diagnosis of fpc increase, compare today's fpc to last year's maximum (T) or to fpc of last time step (F)? 3295 !Config If = OK_DGVM 3296 !Config Def = y 3297 !Config Help = 3298 !Config Units = NONE 3309 3299 CALL getin_p('ANNUAL_INCREASE',annual_increase) 3310 3300 ! 3311 !Config Key = 3312 !Config Desc = 3313 !Config If = 3314 !Config Def = 3315 !Config Help = 3316 !Config 3301 !Config Key = MIN_COVER 3302 !Config Desc = For trees, minimum fraction of crown area occupied 3303 !Config If = OK_DGVM 3304 !Config Def = 0.05 3305 !Config Help = 3306 !Config Units = 3317 3307 CALL getin_p('MIN_COVER',min_cover) 3318 3308 … … 3321 3311 !- 3322 3312 ! 3323 !Config Key = 3324 !Config Desc = 3325 !Config If = 3326 !Config Def = 3327 !Config Help = 3328 !Config 3313 !Config Key = IND_0 3314 !Config Desc = initial density of individuals 3315 !Config If = OK_DGVM 3316 !Config Def = 0.02 3317 !Config Help = 3318 !Config Units = 3329 3319 CALL getin_p('IND_0',ind_0) 3330 3320 ! 3331 !Config Key = 3332 !Config Desc = 3333 !Config If = 3334 !Config Def = 3335 !Config Help = 3336 !Config 3321 !Config Key = MIN_AVAIL 3322 !Config Desc = minimum availability 3323 !Config If = OK_DGVM 3324 !Config Def = 0.01 3325 !Config Help = 3326 !Config Units = 3337 3327 CALL getin_p('MIN_AVAIL',min_avail) 3338 3328 ! 3339 !Config Key = 3340 !Config Desc = 3341 !Config If = 3342 !Config Def = 3343 !Config Help = 3344 !Config 3329 !Config Key = RIP_TIME_MIN 3330 !Config Desc = 3331 !Config If = OK_DGVM 3332 !Config Def = 1.25 3333 !Config Help = 3334 !Config Units = 3345 3335 CALL getin_p('RIP_TIME_MIN',RIP_time_min) 3346 3336 ! 3347 !Config Key = 3348 !Config Desc = 3349 !Config If = 3350 !Config Def = 3351 !Config Help = 3352 !Config 3337 !Config Key = NPP_LONGTERM_INIT 3338 !Config Desc = 3339 !Config If = OK_DGVM 3340 !Config Def = 10. 3341 !Config Help = 3342 !Config Units = 3353 3343 CALL getin_p('NPP_LONGTERM_INIT',npp_longterm_init) 3354 3344 ! 3355 !Config Key = 3356 !Config Desc = 3357 !Config If = 3358 !Config Def = 3359 !Config Help = 3360 !Config 3345 !Config Key = EVERYWHERE_INIT 3346 !Config Desc = 3347 !Config If = OK_DGVM 3348 !Config Def = 0.05 3349 !Config Help = 3350 !Config Units = 3361 3351 CALL getin_p('EVERYWHERE_INIT',everywhere_init) 3362 3352 -
branches/ORCHIDEE_EXT/ORCHIDEE/src_parameters/pft_parameters.f90
r350 r360 984 984 !Config Def = 0.,30.,30.,20.,20.,20.,15.,15.,15.,.5,.6,1.,1. 985 985 !Config Help = 986 !Config Units = Meters (m)?986 !Config Units = Meters [m] ? 987 987 CALL getin_p('SLOWPROC_HEIGHT', height_presc) 988 988 ! … … 1135 1135 ! Ajouts Nathalie - le 28 Mars 2006 - sur conseils Fred Hourdin 1136 1136 ! 1137 !Config Key = RVEG_PFT1138 !Config Desc = Artificial parameter to increase or decrease canopy resistance.1139 !Config if = OK_SECHIBA 1140 !Config Def = 1.1141 !Config Help = This parameter is set by PFT.1137 !Config Key = RVEG_PFT 1138 !Config Desc = Artificial parameter to increase or decrease canopy resistance. 1139 !Config if = OK_SECHIBA 1140 !Config Def = 1. 1141 !Config Help = This parameter is set by PFT. 1142 1142 !Config Units = 1143 1143 CALL getin_p('RVEG_PFT', rveg_pft) … … 1151 1151 !Config Def = 150., 150., 150., 150., 150., 150., 150.,150., 150., 150., 150., 150., 150. 1152 1152 !Config Help = 1153 !Config Units = Kg/M31153 !Config Units = [Kg/M3] 1154 1154 CALL getin_p('WMAX_VEG',wmax_veg) 1155 1155 ! 1156 !Config Key = HYDROL_HUMCSTE1157 !Config Desc = Root profile1158 !Config Def = 5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4.1159 !Config if = OK_SECHIBA 1160 !Config Help = Default values were defined for 2 meters soil depth.1156 !Config Key = HYDROL_HUMCSTE 1157 !Config Desc = Root profile 1158 !Config Def = 5., .8, .8, 1., .8, .8, 1., 1., .8, 4., 4., 4., 4. 1159 !Config if = OK_SECHIBA 1160 !Config Help = Default values were defined for 2 meters soil depth. 1161 1161 !Config For 4 meters soil depth, you may use those ones : 1162 1162 !Config 5., .4, .4, 1., .8, .8, 1., 1., .8, 4., 1., 4., 1. … … 1170 1170 !Config Help = During one rainfall event, PERCENT_THROUGHFALL_PFT% of the incident rainfall 1171 1171 !Config will get directly to the ground without being intercepted, for each PFT. 1172 !Config Units = Kg/M31172 !Config Units = [Kg/M3] 1173 1173 CALL getin_p('PERCENT_TROUGHFALL_PFT',throughfall_by_pft) 1174 1174 !- … … 1268 1268 !Config Def = 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 1269 1269 !Config Help = 1270 !Config Units = m**2/gC1270 !Config Units = [m**2/gC] 1271 1271 CALL getin_p('SLA',sla) 1272 1272 !- … … 1279 1279 !Config Def = undef, 65., 65., 35., 45., 55., 35., 45., 35., 70., 70.,70., 70. 1280 1280 !Config Help = 1281 !Config Units = %1281 !Config Units = [%] 1282 1282 CALL getin_p('VCMAX_OPT',vcmax_opt) 1283 1283 ! … … 1287 1287 !Config Def = undef, 130., 130., 70., 80., 110., 70., 90., 70., 160.,160.,200., 200. 1288 1288 !Config Help = 1289 !Config Units = %1289 !Config Units = [%] 1290 1290 CALL getin_p('VJMAX_OPT',vjmax_opt) 1291 1291 ! … … 1394 1394 !Config Def = undef, 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 1395 1395 !Config Help = 1396 !Config Units = g/g/day1396 !Config Units = [g/g/day] 1397 1397 CALL getin_p('CM_ZERO_LEAF',cm_zero_leaf) 1398 1398 ! … … 1402 1402 !Config Def = undef, 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 1403 1403 !Config Help = 1404 !Config Units = g/g/day1404 !Config Units = [g/g/day] 1405 1405 CALL getin_p('CM_ZERO_SAPABOVE',cm_zero_sapabove) 1406 1406 ! 1407 1407 !Config Key = CM_ZERO_SAPBELOW 1408 !Config Desc = maintenance respiration coefficient (g/g/day)at 0 deg C, for sapwood below, tabulated1408 !Config Desc = maintenance respiration coefficient at 0 deg C, for sapwood below, tabulated 1409 1409 !Config if = OK_STOMATE 1410 1410 !Config Def = undef, 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 1411 1411 !Config Help = 1412 !Config Units = g/g/day1412 !Config Units = [g/g/day] 1413 1413 CALL getin_p('CM_ZERO_SAPBELOW',cm_zero_sapbelow) 1414 1414 ! … … 1418 1418 !Config Def = undef, 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0. 1419 1419 !Config Help = 1420 !Config Units = g/g/day1420 !Config Units = [g/g/day] 1421 1421 CALL getin_p('CM_ZERO_HEARTABOVE',cm_zero_heartabove) 1422 1422 ! … … 1426 1426 !Config Def = undef, 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0. 1427 1427 !Config Help = 1428 !Config Units = g/g/day1428 !Config Units = [g/g/day] 1429 1429 CALL getin_p('CM_ZERO_HEARTBELOW',cm_zero_heartbelow) 1430 1430 ! … … 1434 1434 !Config Def = undef,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 1435 1435 !Config Help = 1436 !Config Units = g/g/day1436 !Config Units = [g/g/day] 1437 1437 CALL getin_p('CM_ZERO_ROOT',cm_zero_root) 1438 1438 ! … … 1442 1442 !Config Def = undef, 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 1443 1443 !Config Help = 1444 !Config Units = g/g/day1444 !Config Units = [g/g/day] 1445 1445 CALL getin_p('CM_ZERO_FRUIT',cm_zero_fruit) 1446 1446 ! … … 1450 1450 !Config Def = undef, 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 1451 1451 !Config Help = 1452 !Config Units = g/g/day1452 !Config Units = [g/g/day] 1453 1453 CALL getin_p('CM_ZERO_CARBRES',cm_zero_carbres) 1454 1454 !- … … 1578 1578 ! 1579 1579 !Config Key = LOWGPP_TIME 1580 !Config Desc = minimum duration of dormance (d)for phenology1580 !Config Desc = minimum duration of dormance for phenology 1581 1581 !Config if = OK_STOMATE 1582 1582 !Config Def = undef, undef, 30., undef, undef, 30., undef, 30., 30., 30., 30., 30., 30. … … 1590 1590 !Config Def = undef, undef, 50., undef, undef, undef, undef, undef, undef, 35., 35., 75., 75. 1591 1591 !Config Help = 1592 !Config Units = days (d)1592 !Config Units = days [d] 1593 1593 CALL getin_p('HUM_MIN_TIME', hum_min_time) 1594 1594 ! … … 1598 1598 !Config Def = undef, 730., 730., 730., 730., 730., 730., 730., 730., undef, undef, undef, undef 1599 1599 !Config Help = 1600 !Config Units = days (d)1600 !Config Units = days [d] 1601 1601 CALL getin_p('TAU_SAP',tau_sap) 1602 1602 ! … … 1606 1606 !Config Def = undef, 90., 90., 90., 90., 90., 90., 90., 90., undef, undef, undef, undef 1607 1607 !Config Help = 1608 !Config Units = days (d)1608 !Config Units = days [d] 1609 1609 CALL getin_p('TAU_FRUIT',tau_fruit) 1610 1610 ! … … 1661 1661 !Config Def = undef, undef, 10., undef, undef, 10., undef,10., 10., 10., 10., 10., 10. 1662 1662 !Config Help = 1663 !Config Units = days (d)1663 !Config Units = days [d] 1664 1664 CALL getin_p('LEAFFALL',leaffall) 1665 1665 ! 1666 1666 !Config Key = LEAFAGECRIT 1667 !Config Desc = critical leaf age, tabulated (d)1667 !Config Desc = critical leaf age, tabulated 1668 1668 !Config if = OK_STOMATE 1669 1669 !Config Def = undef, 730., 180., 910., 730., 180., 910.,180., 180., 120., 120., 90., 90. 1670 1670 !Config Help = 1671 !Config Units = days (d)1671 !Config Units = days [d] 1672 1672 CALL getin_p('LEAFAGECRIT',leafagecrit) 1673 1673 ! … … 1701 1701 !Config Def = undef, undef, undef, undef, undef, undef, undef, undef, undef, 80., 80., 80., 80. 1702 1702 !Config Help = 1703 !Config Units = days (d)1703 !Config Units = days [d] 1704 1704 CALL getin_p('MAX_TURNOVER_TIME',max_turnover_time) 1705 1705 ! … … 1709 1709 !Config Def = undef, undef, undef, undef, undef, undef, undef, undef, undef, 10., 10., 10., 10. 1710 1710 !Config Help = 1711 !Config Units = days (d)1711 !Config Units = days [d] 1712 1712 CALL getin_p('MIN_TURNOVER_TIME',min_turnover_time) 1713 1713 ! … … 1756 1756 ! 1757 1757 !Config Key = TMIN_CRIT 1758 !Config Desc = critical tmin, tabulated (C)1758 !Config Desc = critical tmin, tabulated 1759 1759 !Config if = OK_STOMATE 1760 1760 !Config Def = undef, 0.0, 0.0, -30.0, -14.0, -30.0, -45.0, -45.0, undef, undef, undef, undef, undef 1761 !Config Help = 1762 !Config Units = Celsius degrees 1761 !Config Help = 1762 !Config Units = Celsius degrees [C] 1763 1763 CALL getin_p('TMIN_CRIT',tmin_crit) 1764 1764 ! 1765 1765 !Config Key = TCM_CRIT 1766 !Config Desc = critical tcm, tabulated (C)1766 !Config Desc = critical tcm, tabulated 1767 1767 !Config if = OK_STOMATE 1768 1768 !Config Def = undef, undef, undef, 5.0, 15.5, 15.5, -8.0, -8.0, -8.0, undef, undef, undef, undef 1769 1769 !Config Help = 1770 !Config Units = Celsius degrees 1770 !Config Units = Celsius degrees [C] 1771 1771 CALL getin_p('TCM_CRIT',tcm_crit) 1772 1772
Note: See TracChangeset
for help on using the changeset viewer.