europe.ins 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110
  1. !///////////////////////////////////////////////////////////////////////////////////////
  2. !// LPJ-GUESS INSTRUCTION SCRIPT FOR COHORT/INDIVIDUAL MODE
  3. !// European Species
  4. !//
  5. !// LPJ-GUESS 3.0
  6. !//
  7. !// Parameter differences with Thomas Hickler's paper:
  8. !//
  9. !// Hickler, T., Vohland, K., Feehan, J., Miller, P., Fronzek, S., Giesecke, T., Kuehn, I., Carter, T., Smith, B. &
  10. !// Sykes, M. Projecting tree species-based climate-driven changes in European potential natural vegetation
  11. !// with a generalized dynamic vegetation model. In press, Global Ecology & Biogeography.
  12. !//
  13. !// are commented with ! THdiff
  14. !///////////////////////////////////////////////////////////////////////////////////////
  15. !///////////////////////////////////////////////////////////////////////////////////////
  16. ! Output files
  17. !
  18. ! outputdirectory is mandatory. Should be "./" for parallel runs.
  19. outputdirectory "./"
  20. ! Prefined yearly output
  21. ! These files may be outcommented if their output is not required.
  22. file_cmass "cmass.out"
  23. file_anpp "anpp.out"
  24. file_agpp "agpp.out"
  25. file_fpc "fpc.out"
  26. file_aaet "aaet.out"
  27. file_lai "lai.out"
  28. file_cflux "cflux.out"
  29. file_doc "doc.out"
  30. file_dens "dens.out"
  31. file_runoff "tot_runoff.out"
  32. file_cpool "cpool.out"
  33. file_clitter "clitter.out"
  34. !file_firert "firert.out"
  35. !file_aiso "aiso.out"
  36. !file_amon "amon.out"
  37. !file_amon_mt1 "amon_mt1.out"
  38. !file_amon_mt2 "amon_mt2.out"
  39. !file_speciesheights "height.out"
  40. file_nmass "nmass.out"
  41. file_cton_leaf "cton_leaf.out"
  42. file_ngases "ngases.out"
  43. file_nsources "nsources.out"
  44. file_npool "npool.out"
  45. file_nlitter "nlitter.out"
  46. file_nuptake "nuptake.out"
  47. file_nflux "nflux.out"
  48. file_vmaxnlim "vmaxnlim.out"
  49. ! Monthly outputs
  50. !file_mnpp "mnpp.out"
  51. !file_mlai "mlai.out"
  52. !file_mrh "mrh.out"
  53. !file_mgpp "mgpp.out"
  54. !file_mra "mra.out"
  55. !file_mnee "mnee.out"
  56. !file_maet "maet.out"
  57. !file_mpet "mpet.out"
  58. !file_mevap "mevap.out"
  59. !file_mintercep "mintercep.out"
  60. !file_mrunoff "mrunoff.out"
  61. !file_mwcont_upper "mwcont_upper.out"
  62. !file_mwcont_lower "mwcont_lower.out"
  63. !file_miso "miso.out"
  64. !file_mmon "mmon.out"
  65. !file_mmon_mt1 "mmon_mt1.out"
  66. !file_mmon_mt2 "mmon_mt2.out"
  67. !///////////////////////////////////////////////////////////////////////////////////////
  68. !///////////////////////////////////////////////////////////////////////////////////////
  69. !// RUN PARAMETERS AND OPTIONS
  70. !
  71. ! Settings recognised by Plib
  72. ! Run GUESS with -help option for list of keywords and their meanings
  73. title 'LPJ-GUESS cohort mode - European species'
  74. vegmode "cohort" ! "cohort", "individual" or "population"
  75. nyear_spinup 500 ! number of years to spin up the simulation for
  76. ifcalcsla 1 ! whether to calculate SLA from leaf longevity
  77. ! (PFT-specific value can be specified in this file instead)
  78. ifcalccton 1 ! whether to calculate leaf C:N min from leaf longevity
  79. ! (PFT-specific value can be specified in this file instead)
  80. iffire 1 ! whether to implement fire (1) or not (0)
  81. npatch 25 ! number of replicate patches to simulate
  82. npatch_secondarystand 1 ! number of replicate patches to simulate in secondary stands
  83. reduce_all_stands 0 ! Whether to reduce equal percentage of all stands of a stand type at land cover change
  84. age_limit_reduce 5 ! Minimum age of stands to reduce at land cover change
  85. patcharea 1000 ! patch area (m2)
  86. estinterval 5 ! years between establishment events in cohort mode
  87. ifdisturb 1 ! whether generic patch-destroying disturbances enabled
  88. distinterval 100 ! average return time for generic patch-destroying disturbances
  89. ! Hickler et al. (2011) used 200
  90. ifbgestab 1 ! whether background establishment enabled
  91. ifsme 1 ! whether spatial mass effect enabled
  92. ifstochestab 1 ! whether establishment stochastic
  93. ifstochmort 1 ! whether mortality stochastic
  94. ifcdebt 1 ! whether to allow vegetation C storage (1) or not (0)
  95. wateruptake "rootdist"! "wcont", "rootdist", "smart" or "speciesspecific",
  96. ! see documentation for water_uptake()
  97. textured_soil 1 ! whether to use silt/sand fractions specific to soiltype
  98. !///////////////////////////////////////////////////////////////////////////////
  99. ! PROCESS SETTINGS SPECIFIC TO NITROGEN
  100. !///////////////////////////////////////////////////////////////////////////////
  101. ifcentury 1 ! whether to use CENTURY SOM dynamics (mandatory for N cycling)
  102. ifnlim 1 ! whether plant growth limited by available N
  103. freenyears 100 ! number of years to spin up without N limitation (needed to build up a N pool)
  104. nfix_a 0.102 ! first term in N fixation eqn (Conservative 0.102, Central 0.234, Upper 0.367)
  105. nfix_b 0.524 ! second term in N fixation eqn (Conservative 0.524, Central -0.172, Upper -0.754)
  106. nrelocfrac 0.5 ! fraction of N retranslocated prior to leaf and root shedding
  107. !///////////////////////////////////////////////////////////////////////////////
  108. ! SERIALIZATION SETTINGS
  109. !///////////////////////////////////////////////////////////////////////////////
  110. !state_year 500 ! year to save/start state file (no setting = after spinup)
  111. restart 0 ! wheter to start from a state file
  112. save_state 0 ! wheter to save a state file
  113. !state_path "" ! directory to put state files in
  114. ifsmoothgreffmort 1 ! whether to vary mort_greff smoothly with growth efficiency (1)
  115. ! or to use the standard step-function (0)
  116. ! greff_min values below calibrated for the smooth (1) option
  117. ifdroughtlimitedestab 1 ! whether establishment is limited by growing season drought
  118. ifrainonwetdaysonly 1 ! whether to rain on wet days only (1), or to rain a bit every day (0)
  119. ifbvoc 0 ! whether to include BVOC calculations (1) or not (0)
  120. !!!!!!!!!!!! landcover parameters !!!!!!!!!!!!!!
  121. run_landcover 0 ! whether to use (and change) landcover fractions (1) or not (0)
  122. !///////////////////////////////////////////////////////////////////////////////////////
  123. !///////////////////////////////////////////////////////////////////////////////////////
  124. !// PARAMETERS FOR PFTS
  125. !// Run GUESS with -help option for list of keywords and their meanings
  126. group "common" (
  127. ! Parameters common to all PFTs
  128. lambda_max 0.8
  129. emax 5
  130. reprfrac 0.1
  131. wscal_min 0.35
  132. drought_tolerance 0.0001
  133. ! default value - ensures that this has little effect even if
  134. ! ifdroughtlimitedestab is turned on
  135. landcover "natural"
  136. harv_eff 0
  137. res_outtake 0
  138. )
  139. group "tree" (
  140. ! Parameters common to all trees
  141. common
  142. lifeform "tree"
  143. crownarea_max 40
  144. turnover_root 0.7
  145. ltor_max 1
  146. k_allom2 40
  147. k_allom3 0.67
  148. k_rp 1.6
  149. wooddens 200
  150. cton_root 29
  151. cton_sap 330
  152. nuptoroot 0.0028
  153. km_volume 0.000001477
  154. pathway "c3"
  155. kest_repr 200
  156. kest_bg 0.1
  157. kest_pres 1
  158. litterme 0.3
  159. rootdist 0.6 0.4
  160. harv_eff 0.95
  161. res_outtake 0.75
  162. turnover_harv_prod 0.04 ! Turnover rate for long-lived harvested products (wood) : 0.04 corresponds to a 25-year turnover time (as in Bondeau 2007)
  163. harvest_slow_frac 0.33 ! Bondeau 0.33
  164. )
  165. group "shrub" (
  166. common
  167. lifeform "tree"
  168. leafphysiognomy "broadleaf"
  169. crownarea_max 10
  170. turnover_root 0.7
  171. ltor_max 1
  172. k_allom1 100
  173. k_allom2 5
  174. k_allom3 0.67
  175. k_rp 1.6
  176. wooddens 250
  177. cton_root 29
  178. cton_sap 330
  179. nuptoroot 0.0028
  180. km_volume 0.000001477
  181. fnstorage 0.3
  182. pathway "c3"
  183. kest_repr 200
  184. kest_bg 0.1
  185. kest_pres 1
  186. litterme 0.3
  187. rootdist 0.6 0.4
  188. longevity 100
  189. turnover_harv_prod 1 ! Turnover rate for long-lived harvested products (wood) : 1-year turnover time
  190. harvest_slow_frac 0
  191. )
  192. group "needle_leaved" (
  193. leafphysiognomy "needleleaf"
  194. k_allom1 150
  195. k_latosa 4000
  196. ga 0.140
  197. )
  198. group "broad_leaved" (
  199. leafphysiognomy "broadleaf"
  200. k_allom1 250
  201. k_latosa 5000
  202. leaflong 0.5 ! PMxx: new default
  203. turnover_leaf 1 ! PMxx: new default
  204. ga 0.040
  205. )
  206. group "grass" (
  207. ! Parameters common to all grasses
  208. common
  209. lifeform "grass"
  210. leafphysiognomy "broadleaf"
  211. ltor_max 0.5
  212. cton_root 29
  213. nuptoroot 0.00551
  214. km_volume 0.000001876
  215. fnstorage 0.3
  216. respcoeff 1.0 ! PM_Dec2012, was 2.0
  217. litterme 0.2
  218. ga 0.030
  219. turnover_harv_prod 1 ! Turnover rate for long-lived harvested products (wood) : 1-year turnover time for GRASS
  220. harvest_slow_frac 0
  221. )
  222. ! greff_min values below calibrated for the smooth (ifsmoothgreffmort 1) option
  223. ! Many THdiff values here
  224. group "shade_tolerant" (
  225. est_max 0.05
  226. parff_min 350000 ! THdiff: 1250000
  227. alphar 3.0 ! THdiff: 2
  228. greff_min 0.04
  229. turnover_sap 0.05
  230. )
  231. ! So far only trial values; not in global version
  232. group "intermediate_shade_tolerant" (
  233. est_max 0.15 ! THdiff: 0.1
  234. parff_min 2000000
  235. alphar 7.0 ! THdiff: 6
  236. greff_min 0.06 ! THdiff: 0.08
  237. turnover_sap 0.075 ! THdiff: 0.065
  238. )
  239. ! From global version; values from orginal European version after "!"
  240. group "shade_intolerant" (
  241. est_max 0.2
  242. parff_min 2500000
  243. alphar 10.0
  244. greff_min 0.08 ! THdiff: 0.1
  245. turnover_sap 0.1 ! THdiff: 0.08
  246. )
  247. group "boreal_tree" (
  248. respcoeff 1.0 ! THdiff: 2.0
  249. pstemp_min -4
  250. pstemp_low 10
  251. pstemp_high 25
  252. pstemp_max 38
  253. )
  254. group "temperate_tree" (
  255. respcoeff 1.0
  256. pstemp_min -2
  257. pstemp_low 15
  258. pstemp_high 25
  259. pstemp_max 38
  260. )
  261. !///////////////////////////////////////////////////////////////////////////////////////
  262. ! PFTs and species follow
  263. !
  264. ! THdiff notes:
  265. ! 1. Thomas Hickler didn't give the values used for the tcmax_est and twmin_est parameters
  266. ! 2. rootdist is different for (z1 in brackets): Abi_alb (0.8), Bet_pen (0.8), Bet_pub (0.8), Car_bet (0.7),
  267. ! Cor_ave (0.7), Fag_syl (0.8), Fra_exc (0.8)
  268. pft "Abi_alb" (
  269. include 1
  270. tree
  271. shade_tolerant
  272. temperate_tree
  273. needle_leaved
  274. ! sla 9.3 ! Not used if ifcalcsla is set
  275. gmin 0.3
  276. phenology "evergreen"
  277. fnstorage 0.05
  278. leaflong 3 ! THdiff: 4
  279. turnover_leaf 0.33 ! THdiff: 0.25
  280. phengdd5ramp 0
  281. tcmin_surv -2 ! from GS. THdiff: -4.5 ! Sykes96: -4.5
  282. tcmin_est -2 ! from GS. THdiff: -3.5 ! Sykes96: -4.5
  283. tcmax_est 2 ! from GS. THdiff: -2
  284. twmin_est 6 ! limit not implemented
  285. gdd5min_est 1600 ! from GS ! THdiff: -1450 ! Sykes96: 1450
  286. k_chilla 0
  287. k_chillb 100
  288. k_chillk 0.05
  289. fireresist 0.1
  290. intc 0.06
  291. longevity 350
  292. drought_tolerance 0.35
  293. eps_iso 0.05
  294. seas_iso 0
  295. eps_mon 1.1 0.7 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  296. storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  297. )
  298. pft "BES" (
  299. ! boreal evergreen shrub
  300. include 1
  301. shrub
  302. boreal_tree
  303. crownarea_max 3
  304. k_allom1 20 ! THdiff: 250
  305. k_allom2 5 ! THdiff: ?
  306. k_latosa 500
  307. shade_intolerant
  308. rootdist 0.8 0.2
  309. ! sla 9.3 ! Not used if ifcalcsla is set
  310. gmin 0.3
  311. phenology "evergreen"
  312. leaflong 2
  313. turnover_leaf 0.5
  314. turnover_sap 0.05 ! THdiff: 0.1 (shade intolerant value)
  315. phengdd5ramp 0
  316. tcmin_surv -1000 ! limit not implemented
  317. tcmin_est -1000 ! limit not implemented
  318. tcmax_est -1.0
  319. twmin_est -1000 ! limit not implemented
  320. gdd5min_est 200 ! THdiff: 300
  321. longevity 50
  322. k_chilla 0
  323. k_chillb 100
  324. k_chillk 0.05
  325. fireresist 0.1
  326. intc 0.06
  327. drought_tolerance 0.25
  328. eps_iso 2.0
  329. seas_iso 0
  330. eps_mon 2.4 1.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  331. storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  332. ga 0.040
  333. )
  334. pft "Bet_pen" (
  335. include 1
  336. tree
  337. shade_intolerant
  338. temperate_tree
  339. broad_leaved
  340. ! sla 24.3 ! Not used if ifcalcsla is set
  341. gmin 0.5
  342. phenology "summergreen"
  343. fnstorage 0.15
  344. phengdd5ramp 200
  345. tcmin_surv -30
  346. tcmin_est -30
  347. tcmax_est 7 ! THdiff: -
  348. twmin_est 5 ! THdiff: -
  349. gdd5min_est 700 ! Sykes96
  350. k_chilla 0
  351. k_chillb 350
  352. k_chillk 0.05
  353. fireresist 0.1
  354. intc 0.02
  355. longevity 200
  356. drought_tolerance 0.42
  357. eps_iso 0.2
  358. seas_iso 1
  359. eps_mon 2.1 3.9 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  360. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  361. )
  362. pft "Bet_pub" (
  363. include 1
  364. tree
  365. shade_intolerant
  366. boreal_tree
  367. broad_leaved
  368. ! sla 24.3 ! Not used if ifcalcsla is set
  369. gmin 0.5
  370. phenology "summergreen"
  371. fnstorage 0.15
  372. phengdd5ramp 200
  373. tcmin_surv -30
  374. tcmin_est -30
  375. tcmax_est 3 ! THdiff: -
  376. twmin_est 5 ! THdiff: -
  377. gdd5min_est 350 ! Sykes96: 150
  378. k_chilla 0
  379. k_chillb 350
  380. k_chillk 0.05
  381. fireresist 0.1
  382. intc 0.02
  383. longevity 200
  384. drought_tolerance 0.5
  385. eps_iso 0.
  386. seas_iso 1
  387. eps_mon 0.1 0.9 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  388. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  389. )
  390. pft "Car_bet" (
  391. include 1
  392. tree
  393. intermediate_shade_tolerant
  394. temperate_tree
  395. broad_leaved
  396. ! sla 24.3 ! Not used if ifcalcsla is set
  397. gmin 0.5
  398. phenology "summergreen"
  399. fnstorage 0.15
  400. phengdd5ramp 200
  401. tcmin_surv -8 ! Sykes96
  402. tcmin_est -8
  403. tcmax_est 5 ! THdiff: -
  404. twmin_est 5 ! THdiff: -
  405. gdd5min_est 1200 ! Sykes96: 1100
  406. k_chilla 0
  407. k_chillb 600 ! Sykes96 1200
  408. k_chillk 0.05 ! Sykes96 0.0075
  409. fireresist 0.1
  410. intc 0.02
  411. longevity 350
  412. drought_tolerance 0.33
  413. eps_iso 0.
  414. seas_iso 1
  415. eps_mon 0.06 0.02 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  416. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  417. )
  418. pft "Cor_ave" (
  419. include 1
  420. tree
  421. crownarea_max 15
  422. broad_leaved
  423. intermediate_shade_tolerant
  424. temperate_tree
  425. k_latosa 4000
  426. ! sla 12 ! Not used if ifcalcsla is set
  427. gmin 0.5
  428. phenology "summergreen"
  429. fnstorage 0.15
  430. phengdd5ramp 200
  431. tcmin_surv -11 ! THdiff: -8 Sykes96: -15
  432. tcmin_est -11 ! THdiff: -7 Sykes96: -15
  433. tcmax_est 7 ! THdiff: -
  434. twmin_est 5 ! THdiff: -
  435. gdd5min_est 800 ! Sykes96
  436. k_chilla 0
  437. k_chillb 350
  438. k_chillk 0.05
  439. fireresist 0.1
  440. intc 0.02
  441. longevity 100 ! THdiff: 300 - see Savill's silviculture book
  442. drought_tolerance 0.3
  443. eps_iso 0.
  444. seas_iso 1
  445. eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  446. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  447. )
  448. pft "Fag_syl" (
  449. include 1
  450. tree
  451. shade_tolerant
  452. temperate_tree
  453. broad_leaved
  454. ! sla 24.3 ! Not used if ifcalcsla is set
  455. gmin 0.5
  456. phenology "summergreen"
  457. fnstorage 0.15
  458. phengdd5ramp 200
  459. tcmin_surv -3.5 ! Sykes96
  460. tcmin_est -3.5
  461. tcmax_est 6 ! THdiff: -
  462. twmin_est 5 ! THdiff: - Sykes96
  463. gdd5min_est 1500 ! Sykes96 990 (with greater chilling)
  464. k_chilla 0
  465. k_chillb 600 ! Sykes96 1150
  466. k_chillk 0.05 ! Sykes96 0.0065
  467. fireresist 0.1
  468. intc 0.02
  469. longevity 500
  470. drought_tolerance 0.3
  471. eps_iso 0.
  472. seas_iso 1
  473. eps_mon 3.5 6.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  474. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  475. )
  476. pft "Fra_exc" (
  477. include 1
  478. tree
  479. intermediate_shade_tolerant
  480. temperate_tree
  481. broad_leaved
  482. ! sla 24.3 ! Not used if ifcalcsla is set
  483. gmin 0.5
  484. phenology "summergreen"
  485. fnstorage 0.15
  486. phengdd5ramp 200
  487. tcmin_surv -16 ! Sykes96
  488. tcmin_est -16 ! Sykes96
  489. tcmax_est 6 ! THdiff: - Sykes
  490. twmin_est 5 ! THdiff: -
  491. gdd5min_est 1100 ! Sykes96
  492. k_chilla 0
  493. k_chillb 100
  494. k_chillk 0.05
  495. fireresist 0.1
  496. intc 0.02
  497. longevity 350
  498. drought_tolerance 0.4
  499. eps_iso 0.
  500. seas_iso 1
  501. eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  502. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  503. )
  504. pft "Jun_oxy" (
  505. ! Thomas Hickler's values
  506. include 1
  507. tree ! THdiff: - shrub
  508. shade_intolerant
  509. temperate_tree
  510. needle_leaved
  511. k_latosa 1500
  512. crownarea_max 10
  513. rootdist 0.5 0.5
  514. ! sla 10 ! Not used if ifcalcsla is set
  515. gmin 0.5
  516. phenology "evergreen"
  517. fnstorage 0.05
  518. leaflong 1.5
  519. turnover_leaf 0.6667
  520. phengdd5ramp 0
  521. tcmin_surv 0
  522. tcmin_est 1
  523. tcmax_est 1000
  524. twmin_est -1000
  525. gdd5min_est 2200
  526. k_chilla 0
  527. k_chillb 100
  528. k_chillk 0.05
  529. fireresist 0.4
  530. intc 0.02
  531. longevity 200
  532. drought_tolerance 0.01
  533. eps_iso 0.
  534. seas_iso 0
  535. eps_mon 1.2 0.8 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  536. storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  537. )
  538. pft "MRS" (
  539. ! Thomas Hickler's values
  540. ! Mediterranean raingreen low shrub:
  541. ! Cistus, Rosmarinus, Genista, Lavandula, Erica
  542. include 1
  543. shrub ! THdiff: - has k_allom1 as 250
  544. shade_intolerant
  545. temperate_tree
  546. k_latosa 1500 ! ThomasH
  547. rootdist 0.9 0.1
  548. ! sla 10 ! Not used if ifcalcsla is set
  549. gmin 0.5
  550. phenology "raingreen"
  551. leaflong 0.5
  552. turnover_leaf 1
  553. phengdd5ramp 0
  554. tcmin_surv 0 ! ThomasH
  555. tcmin_est 1 ! ThomasH
  556. tcmax_est 1000 ! 11
  557. twmin_est -1000 ! 21
  558. gdd5min_est 2200 ! ThomasH
  559. k_chilla 0
  560. k_chillb 100
  561. k_chillk 0.05
  562. fireresist 0.3 ! TH
  563. intc 0.02
  564. longevity 100 !
  565. drought_tolerance 0.01
  566. eps_iso 2.0
  567. seas_iso 0
  568. eps_mon 2.4 1.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  569. storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  570. ga 0.040
  571. )
  572. pft "Pic_abi" (
  573. include 1
  574. tree
  575. shade_tolerant
  576. boreal_tree
  577. needle_leaved
  578. rootdist 0.8 0.2
  579. ! sla 9.3 ! Not used if ifcalcsla is set
  580. gmin 0.3
  581. phenology "evergreen"
  582. fnstorage 0.05
  583. leaflong 3 ! THdiff: 4
  584. turnover_leaf 0.33 ! THdiff: 0.25
  585. phengdd5ramp 0
  586. tcmin_surv -30
  587. tcmin_est -30
  588. tcmax_est -1.5 ! Sykes96
  589. twmin_est 5 ! THdiff: -
  590. gdd5min_est 600 ! Sykes96
  591. k_chilla 0
  592. k_chillb 100
  593. k_chillk 0.05
  594. fireresist 0.1
  595. intc 0.06
  596. longevity 500
  597. drought_tolerance 0.43
  598. eps_iso 0.5
  599. seas_iso 0
  600. eps_mon 3.9 2.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  601. storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  602. )
  603. pft "Pic_sit" (
  604. ! Bjarki's values
  605. include 0
  606. tree
  607. intermediate_shade_tolerant ! Savill's silviculture book
  608. boreal_tree
  609. needle_leaved
  610. k_latosa 4500 ! Waring et al 1980
  611. rootdist 0.8 0.2 ! ThomasH
  612. ! sla 9.3 ! Not used if ifcalcsla is set
  613. gmin 0.3
  614. phenology "evergreen"
  615. fnstorage 0.05
  616. leaflong 4 ! 5 !?
  617. turnover_leaf 0.25 ! 0.2 !?
  618. phengdd5ramp 0
  619. tcmin_surv -18 ! Bjarki
  620. tcmin_est -17
  621. tcmax_est 5.5 ! 100419 - was 9.5 in earlier runs. Bjarki from STASH
  622. twmin_est -1000 ! 5
  623. gdd5min_est 450 ! Bjarki
  624. k_chilla 0
  625. k_chillb 100 ! Bjarki
  626. k_chillk 0.05 ! Bjarki
  627. fireresist 0.1
  628. intc 0.06
  629. longevity 700 ! Bjarki
  630. drought_tolerance 0.5 ! Bjarki
  631. eps_iso 0. ! to be determined
  632. seas_iso 0
  633. eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 ! to be determined
  634. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  635. ! wooddens 200 - Should be less dens than P. abies (Savill)
  636. ! turnover_sap 0.065 ! Bjarki 30% + abies!
  637. )
  638. pft "Pin_syl" (
  639. include 1
  640. tree
  641. intermediate_shade_tolerant
  642. boreal_tree
  643. needle_leaved
  644. k_latosa 3000 ! THdiff: 2000 (but I find that this to be a huge disadvantage for Pinus s.)
  645. ! sla 9.3 ! Not used if ifcalcsla is set
  646. gmin 0.3
  647. phenology "evergreen"
  648. fnstorage 0.05
  649. leaflong 2
  650. turnover_leaf 0.5
  651. phengdd5ramp 0
  652. tcmin_surv -30
  653. tcmin_est -30
  654. tcmax_est -1.0 ! Sykes96
  655. twmin_est 5 ! THdiff: -
  656. gdd5min_est 500 ! Sykes96
  657. k_chilla 0
  658. k_chillb 100
  659. k_chillk 0.05
  660. fireresist 0.2
  661. intc 0.06
  662. longevity 350 ! THdiff: 500
  663. drought_tolerance 0.25
  664. eps_iso 0.
  665. seas_iso 0
  666. eps_mon 3.2 0.8 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  667. storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  668. )
  669. pft "Pin_hal" (
  670. ! Thomas Hickler's values
  671. include 1
  672. tree
  673. shade_intolerant
  674. temperate_tree
  675. needle_leaved
  676. k_latosa 3000 ! THdiff: 2000 (but I find that this to be a huge disadvantage for Pinus h.)
  677. ! sla 9.3 ! Not used if ifcalcsla is set
  678. gmin 0.3
  679. phenology "evergreen"
  680. fnstorage 0.05
  681. leaflong 2
  682. turnover_leaf 0.5
  683. phengdd5ramp 0
  684. tcmin_surv 3
  685. tcmin_est 3
  686. tcmax_est 9 ! THdiff -
  687. twmin_est 21
  688. gdd5min_est 3000
  689. k_chilla 0
  690. k_chillb 100
  691. k_chillk 0.05
  692. fireresist 0.2
  693. intc 0.06
  694. longevity 350
  695. drought_tolerance 0.05
  696. eps_iso 0.
  697. seas_iso 0
  698. eps_mon 6.1 3.9 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  699. storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  700. )
  701. pft "Pop_tre" (
  702. ! Not included in Thomas Hickler's paper
  703. include 1
  704. tree
  705. shade_intolerant
  706. temperate_tree
  707. broad_leaved
  708. rootdist 0.7 0.3
  709. ! sla 24.3 ! Not used if ifcalcsla is set
  710. gmin 0.5
  711. phenology "summergreen"
  712. fnstorage 0.15
  713. phengdd5ramp 200
  714. tcmin_surv -31 ! Sykes
  715. tcmin_est -30 ! Sykes
  716. tcmax_est 6 ! Sykes96
  717. twmin_est -1000
  718. gdd5min_est 500 ! Sykes96 400
  719. k_chilla 0
  720. k_chillb 350
  721. k_chillk 0.05
  722. fireresist 0.2 ! Slightly higher to account for its ability to re-sprout
  723. intc 0.02
  724. longevity 160 ! Prentice & H.
  725. drought_tolerance 0.4
  726. eps_iso 20.
  727. seas_iso 1
  728. eps_mon 2.4 1.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  729. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  730. )
  731. pft "Que_coc" (
  732. ! Thomas Hickler's values
  733. include 1
  734. shrub ! THdiff: - has k_allom1 as 250
  735. intermediate_shade_tolerant
  736. temperate_tree
  737. k_latosa 2500
  738. rootdist 0.5 0.5
  739. ! sla 10 ! Not used if ifcalcsla is set
  740. gmin 0.5
  741. phenology "evergreen"
  742. leaflong 1.5
  743. turnover_leaf 0.6667
  744. phengdd5ramp 0
  745. tcmin_surv 0
  746. tcmin_est 0
  747. tcmax_est 11
  748. twmin_est 21
  749. gdd5min_est 2200
  750. k_chilla 0
  751. k_chillb 100
  752. k_chillk 0.05
  753. fireresist 0.3
  754. intc 0.02
  755. longevity 350
  756. drought_tolerance 0.1
  757. eps_iso 0.1
  758. seas_iso 0
  759. eps_mon 6.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  760. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  761. ga 0.040
  762. )
  763. pft "Que_ile" (
  764. include 1
  765. tree
  766. intermediate_shade_tolerant
  767. temperate_tree
  768. broad_leaved
  769. k_latosa 3000
  770. rootdist 0.5 0.5
  771. ! sla 9.3 ! Not used if ifcalcsla is set
  772. gmin 0.5
  773. phenology "evergreen"
  774. fnstorage 0.05
  775. leaflong 2
  776. turnover_leaf 0.5
  777. phengdd5ramp 0
  778. tcmin_surv 3 ! THdiff: -2
  779. tcmin_est 3 ! THdiff: -1
  780. tcmax_est 7 ! THdiff: -
  781. twmin_est 5 ! THdiff: -
  782. gdd5min_est 1800
  783. k_chilla 0
  784. k_chillb 100
  785. k_chillk 0.05
  786. fireresist 0.3
  787. intc 0.02
  788. longevity 350
  789. drought_tolerance 0.1
  790. eps_iso 0.05
  791. seas_iso 0
  792. eps_mon 9.6 6.4 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  793. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  794. )
  795. pft "Que_pub" (
  796. ! Thomas Hickler's values
  797. include 1
  798. tree
  799. intermediate_shade_tolerant
  800. temperate_tree
  801. broad_leaved
  802. ! sla 24.3 ! Not used if ifcalcsla is set
  803. gmin 0.5
  804. phenology "summergreen"
  805. fnstorage 0.15
  806. phengdd5ramp 200
  807. tcmin_surv -6 ! THdiff: -6
  808. tcmin_est -5 ! THdiff: -5
  809. tcmax_est 6 ! THdiff: -
  810. twmin_est -1000
  811. gdd5min_est 1900 ! Sykes96
  812. k_chilla 0
  813. k_chillb 100
  814. k_chillk 0.05
  815. fireresist 0.2
  816. intc 0.02
  817. longevity 500
  818. drought_tolerance 0.2
  819. eps_iso 50.0
  820. seas_iso 1
  821. eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  822. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  823. )
  824. pft "Que_rob" (
  825. include 1
  826. tree
  827. intermediate_shade_tolerant
  828. temperate_tree
  829. broad_leaved
  830. ! sla 24.3 ! Not used if ifcalcsla is set
  831. gmin 0.5
  832. phenology "summergreen"
  833. fnstorage 0.15
  834. phengdd5ramp 200
  835. tcmin_surv -10 ! THdiff: -16, Sykes96: -16
  836. tcmin_est -9 ! THdiff: -15, Sykes96: -16
  837. tcmax_est 6 ! THdiff: -
  838. twmin_est 5 ! THdiff: -
  839. gdd5min_est 1100
  840. k_chilla 0
  841. k_chillb 100
  842. k_chillk 0.05
  843. fireresist 0.2
  844. intc 0.02
  845. longevity 500
  846. drought_tolerance 0.25
  847. eps_iso 40.0
  848. seas_iso 1
  849. eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  850. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  851. )
  852. pft "Til_cor" (
  853. include 1
  854. tree
  855. intermediate_shade_tolerant
  856. temperate_tree
  857. broad_leaved
  858. rootdist 0.8 0.2
  859. ! sla 24.3 ! Not used if ifcalcsla is set
  860. gmin 0.5
  861. phenology "summergreen"
  862. fnstorage 0.15
  863. phengdd5ramp 200
  864. tcmin_surv -12 ! THdiff: -18, Sykes96: -18
  865. tcmin_est -11 ! THdiff: -17
  866. tcmax_est 5 ! THdiff: -
  867. twmin_est 5 ! THdiff: -
  868. gdd5min_est 1100 ! THdiff: 1000, Sykes96 has 830 (with higher chilling)
  869. k_chilla 0
  870. k_chillb 600
  871. k_chillk 0.05
  872. fireresist 0.1
  873. intc 0.02
  874. longevity 350
  875. drought_tolerance 0.33
  876. eps_iso 0.
  877. seas_iso 1
  878. eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  879. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  880. )
  881. pft "Ulm_gla" (
  882. ! Not included in Thomas Hickler's paper
  883. include 1
  884. tree
  885. intermediate_shade_tolerant
  886. temperate_tree
  887. broad_leaved
  888. ! sla 24.3 ! Not used if ifcalcsla is set
  889. gmin 0.5
  890. phenology "summergreen"
  891. fnstorage 0.15
  892. phengdd5ramp 200
  893. tcmin_surv -10.5 ! Sykes96: -15
  894. tcmin_est -9.5 ! Sykes96: -15
  895. tcmax_est 6
  896. twmin_est 5
  897. gdd5min_est 850 ! Sykes96
  898. k_chilla 0
  899. k_chillb 100
  900. k_chillk 0.05
  901. fireresist 0.1
  902. intc 0.02
  903. longevity 350
  904. drought_tolerance 0.4
  905. eps_iso 0. ! to be determined
  906. seas_iso 1
  907. eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 ! to be determined
  908. storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  909. )
  910. group "C3G" (
  911. include 1
  912. grass
  913. pathway "c3"
  914. rootdist 0.9 0.1
  915. gmin 0.5
  916. phenology "any"
  917. ! sla 32.4 ! Not used if ifcalcsla is set
  918. leaflong 0.5
  919. turnover_leaf 1
  920. turnover_root 0.7
  921. phengdd5ramp 100
  922. pstemp_min -5
  923. pstemp_low 10
  924. pstemp_high 30
  925. pstemp_max 45
  926. tcmin_surv -1000 ! limit not implemented
  927. tcmin_est -1000 ! limit not implemented
  928. tcmax_est 1000 ! limit not implemented
  929. twmin_est -1000 ! limit not implemented
  930. gdd5min_est 0 ! limit not implemented
  931. parff_min 2000000
  932. fireresist 0.5 ! PM_Dec2012, was 1.0 ! THdiff 0.5 ! Changed from 0.5 on April 10, 2006
  933. intc 0.01
  934. drought_tolerance 0.01
  935. eps_iso 0.
  936. seas_iso 1
  937. eps_mon 0.45 0.55 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  938. storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  939. harv_eff 0.5
  940. )
  941. pft "C3_gr" (
  942. C3G
  943. )
  944. group "C4G" (
  945. include 0
  946. grass
  947. pathway "c4"
  948. rootdist 0.9 0.1
  949. gmin 0.5
  950. phenology "any"
  951. leaflong 0.5
  952. turnover_leaf 1
  953. turnover_root 0.7 ! PM_Dec2012, was 0.5
  954. phengdd5ramp 100
  955. pstemp_min 6
  956. pstemp_low 20
  957. pstemp_high 45
  958. pstemp_max 55
  959. tcmin_surv 15.5
  960. tcmin_est 15.5
  961. tcmax_est 1000 ! limit not implemented
  962. twmin_est -1000 ! limit not implemented ! limit not implemented
  963. gdd5min_est 0 ! limit not implemented
  964. parff_min 1000000 ! ThomasH 2000000 ! Changed from 2500000 on April 10, 2006
  965. fireresist 0.5
  966. intc 0.01
  967. drought_tolerance 0.01
  968. eps_iso 0.
  969. seas_iso 1
  970. eps_mon 0.55 0.45 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  971. storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
  972. harv_eff 0.5
  973. )
  974. pft "C4_gr" (
  975. C4G
  976. )
  977. ! Reference: Savill's silviculture book:
  978. ! The Silviculture of Trees used in British Forestry, Peter S. Savill