global.ins 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  1. !///////////////////////////////////////////////////////////////////////////////////////
  2. !// LPJ-GUESS INSTRUCTION SCRIPT FOR COHORT/INDIVIDUAL MODE
  3. !// Global PFTs
  4. !//
  5. !// LPJ-GUESS 3.0
  6. !//
  7. !///////////////////////////////////////////////////////////////////////////////////////
  8. !///////////////////////////////////////////////////////////////////////////////////////
  9. ! Output files
  10. !
  11. ! outputdirectory is mandatory. Should be "./" for parallel runs.
  12. outputdirectory "./output/" ! ecev3, was "./"
  13. ! Prefined yearly output
  14. ! These files may be outcommented if their output is not required.
  15. file_cmass "cmass.out"
  16. file_anpp "anpp.out"
  17. file_agpp "agpp.out"
  18. file_fpc "fpc.out"
  19. file_aaet "aaet.out"
  20. file_lai "lai.out"
  21. file_cflux "cflux.out"
  22. file_doc "doc.out"
  23. file_dens "dens.out"
  24. file_runoff "tot_runoff.out"
  25. file_cpool "cpool.out"
  26. file_clitter "clitter.out"
  27. file_firert "firert.out"
  28. !file_aiso "aiso.out"
  29. !file_amon "amon.out"
  30. !file_amon_mt1 "amon_mt1.out"
  31. !file_amon_mt2 "amon_mt2.out"
  32. !file_speciesheights "height.out"
  33. file_nmass "nmass.out"
  34. file_cton_leaf "cton_leaf.out"
  35. file_ngases "ngases.out"
  36. file_nsources "nsources.out"
  37. file_npool "npool.out"
  38. file_nlitter "nlitter.out"
  39. file_nuptake "nuptake.out"
  40. file_nflux "nflux.out"
  41. file_vmaxnlim "vmaxnlim.out"
  42. !file_wflux "wflux.out"
  43. !file_wpool "wpool.out"
  44. ! Monthly outputs
  45. file_mnpp "mnpp.out"
  46. file_mlai "mlai.out"
  47. file_mrh "mrh.out"
  48. file_mgpp "mgpp.out"
  49. file_mra "mra.out"
  50. file_mnee "mnee.out"
  51. file_maet "maet.out"
  52. file_mpet "mpet.out"
  53. file_mevap "mevap.out"
  54. file_mintercep "mintercep.out"
  55. file_mrunoff "mrunoff.out"
  56. file_mwcont_upper "mwcont_upper.out"
  57. file_mwcont_lower "mwcont_lower.out"
  58. file_miso "miso.out"
  59. !file_mmon "mmon.out"
  60. file_mmon_mt1 "mmon_mt1.out"
  61. file_mmon_mt2 "mmon_mt2.out"
  62. ! these files are for debugging the EC-Earth-CC version
  63. file_mco2 "mco2.out"
  64. ! these files are now enabled in the EC-Earth-CC data requests in the c4mip branch
  65. !file_cLandYr_yearly "cLandYr_yearly.out"
  66. !file_cFluxYr_yearly "cFluxYr_yearly.out"
  67. !file_cLand1_monthly "cLand1_monthly.out"
  68. !///////////////////////////////////////////////////////////////////////////////////////
  69. !///////////////////////////////////////////////////////////////////////////////////////
  70. !// Add CMIP6 output
  71. import "lpjg_cmip6_output.ins"
  72. !///////////////////////////////////////////////////////////////////////////////////////
  73. !// RUN PARAMETERS AND OPTIONS
  74. !
  75. ! Settings recognised by Plib
  76. ! Run GUESS with -help option for list of keywords and their meanings
  77. title 'LPJ-GUESS cohort mode - global pfts'
  78. vegmode "cohort" ! "cohort", "individual" or "population"
  79. nyear_spinup 500 ! number of years to spin up the simulation for
  80. ifcalcsla 1 ! whether to calculate SLA from leaf longevity
  81. ! (PFT-specific value can be specified in this file instead)
  82. ifcalccton 1 ! whether to calculate leaf C:N min from leaf longevity
  83. ! (PFT-specific value can be specified in this file instead)
  84. iffire 1 ! whether to implement fire (1) or not (0)
  85. npatch 20 ! number of replicate patches to simulate
  86. patcharea 1000 ! patch area (m2)
  87. estinterval 5 ! years between establishment events in cohort mode
  88. ifdisturb 1 ! whether generic patch-destroying disturbances enabled
  89. distinterval 100 ! average return time for generic patch-destroying disturbances
  90. ! Hickler et al. (2011) used 200
  91. ifbgestab 1 ! whether background establishment enabled
  92. ifsme 1 ! whether spatial mass effect enabled
  93. ifstochestab 1 ! whether establishment stochastic
  94. ifstochmort 1 ! whether mortality stochastic
  95. ifcdebt 1 ! whether to allow vegetation C storage (1) or not (0)
  96. ifpftlitterfall 0 ! Whether to drop leaves and root litter PFT specific (1) or once a year (0)
  97. calc_phen_after_restart 1 ! Whether to recalculate phenology directly after restarting from a saved state (1, default for EC-Earth-Veg) or not (0)
  98. wateruptake "rootdist" ! "wcont", "rootdist", "smart" or "speciesspecific",
  99. ! see documentation for water_uptake()
  100. textured_soil 1 ! whether to use silt/sand fractions specific to soiltype
  101. !///////////////////////////////////////////////////////////////////////////////
  102. ! PROCESS SETTINGS SPECIFIC TO NITROGEN
  103. !///////////////////////////////////////////////////////////////////////////////
  104. ifcentury 1 ! whether to use CENTURY SOM dynamics (mandatory for N cycling)
  105. ifnlim 1 ! whether plant growth limited by available N
  106. freenyears 100 ! number of years to spin up without N limitation (needed to build up a N pool)
  107. nfix_a 0.102 ! first term in N fixation eqn (Conservative 0.102, Central 0.234, Upper 0.367)
  108. nfix_b 0.524 ! second term in N fixation eqn (Conservative 0.524, Central -0.172, Upper -0.754)
  109. nrelocfrac 0.5 ! fraction of N retranslocated prior to leaf and root shedding
  110. !///////////////////////////////////////////////////////////////////////////////
  111. ! SERIALIZATION SETTINGS
  112. !///////////////////////////////////////////////////////////////////////////////
  113. !state_year 500 ! year to save/start state file (no setting = after spinup)
  114. !restart 0 ! wheter to start from a state file ! ecev3 - outcommented
  115. !save_state 0 ! wheter to save a state file ! ecev3 - outcommented
  116. !state_path "" ! directory to put state files in
  117. ifsmoothgreffmort 1 ! whether to vary mort_greff smoothly with growth efficiency (1)
  118. ! or to use the standard step-function (0)
  119. ! greff_min values below calibrated for the smooth (1) option
  120. ifdroughtlimitedestab 0 ! whether establishment is limited by growing season drought
  121. ! guess2008 - species version has 1
  122. ifrainonwetdaysonly 1 ! whether to rain on wet days only (1), or to rain a bit every day (0)
  123. ifbvoc 1 ! ecev3 - 1 now - whether to include BVOC calculations (1) or not (0)
  124. !!!!!!!!!!!! landcover parameters !!!!!!!!!!!!!!
  125. run_landcover 1 ! whether to use (and change) landcover fractions (1) or not (0)
  126. !///////////////////////////////////////////////////////////////////////////////////////
  127. !///////////////////////////////////////////////////////////////////////////////////////
  128. !// PARAMETERS FOR PFTS
  129. !// Run GUESS with -help option for list of keywords and their meanings
  130. group "common" (
  131. ! Parameters common to all PFTs
  132. lambda_max 0.8
  133. emax 5
  134. reprfrac 0.1
  135. wscal_min 0.35
  136. drought_tolerance 0.0001
  137. ! default value - ensures that this has little effect even if
  138. ! ifdroughtlimitedestab is turned on
  139. landcover "natural"
  140. harv_eff 0
  141. res_outtake 0
  142. )
  143. group "tree" (
  144. ! Parameters common to all trees
  145. common
  146. lifeform "tree"
  147. crownarea_max 50
  148. ltor_max 1
  149. turnover_root 0.7
  150. rootdist 0.6 0.4
  151. k_allom2 60
  152. k_allom3 0.67
  153. k_rp 1.6
  154. wooddens 200
  155. cton_root 29
  156. cton_sap 330
  157. nuptoroot 0.0028
  158. km_volume 0.000001477
  159. pathway "c3"
  160. respcoeff 1.0 ! utkommenterad hos Thomas !
  161. kest_repr 200 ! 200
  162. kest_bg 0.1 ! 1 i guess2008
  163. kest_pres 1 ! 0 i guess2008
  164. k_chilla 0
  165. k_chillb 100
  166. k_chillk 0.05
  167. litterme 0.3
  168. harv_eff 0.95
  169. res_outtake 0.75
  170. 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)
  171. harvest_slow_frac 0.33 ! Bondeau 0.33
  172. )
  173. group "shrub" (
  174. ! Unchanged from species version
  175. common
  176. lifeform "tree"
  177. leafphysiognomy "broadleaf"
  178. crownarea_max 10
  179. ltor_max 1
  180. k_allom1 100
  181. k_allom2 5
  182. k_allom3 0.67
  183. k_rp 1.6
  184. wooddens 250
  185. !cton_leaf_min 16
  186. cton_root 29
  187. cton_sap 330
  188. nuptoroot 0.0028
  189. km_volume 0.000001477
  190. fnstorage 0.3
  191. pathway "c3"
  192. kest_repr 200
  193. kest_bg 0.1
  194. kest_pres 1
  195. litterme 0.3
  196. rootdist 0.6 0.4
  197. longevity 100
  198. turnover_harv_prod 1 ! Turnover rate for long-lived harvested products (wood) : 1-year turnover time
  199. harvest_slow_frac 0
  200. )
  201. group "grass" (
  202. ! Parameters common to all grasses
  203. common
  204. lifeform "grass"
  205. leafphysiognomy "broadleaf"
  206. ltor_max 0.5
  207. rootdist 0.9 0.1 !Sitch et al give 0.9 0.1 Fraction of fine roots in the upper and lower soil layers.
  208. gmin 0.5
  209. phenology "any"
  210. phengdd5ramp 100 ! C3 har 50 hos Thomas
  211. leaflong 0.5 ! Leaf longevity (years)
  212. turnover_leaf 1
  213. turnover_root 0.7 ! 0.5 hos guess2008
  214. !cton_leaf_min 16
  215. cton_root 29
  216. nuptoroot 0.00551
  217. km_volume 0.000001876
  218. fnstorage 0.3
  219. litterme 0.2
  220. parff_min 1000000 ! 2500000 i guess2008
  221. fireresist 0.5 ! 1.0 hos Thomas
  222. intc 0.01
  223. ga 0.030
  224. turnover_harv_prod 1 ! Turnover rate for long-lived harvested products (wood) : 1-year turnover time for GRASS
  225. harvest_slow_frac 0
  226. )
  227. group "broadleaved" (
  228. ! Parameters common to all broadleaved trees
  229. leafphysiognomy "broadleaf"
  230. !cton_leaf_min 16
  231. k_allom1 250
  232. k_latosa 6000
  233. gmin 0.5
  234. intc 0.02
  235. ga 0.040
  236. )
  237. group "needleleaved" (
  238. ! Parameters common to all needleleaved trees
  239. leafphysiognomy "needleleaf"
  240. !cton_leaf_min 28
  241. k_allom1 150
  242. k_latosa 5000
  243. gmin 0.3
  244. intc 0.06
  245. ga 0.140
  246. )
  247. group "evergreen" (
  248. ! Parameters common to all evergreen trees
  249. phenology "evergreen"
  250. fnstorage 0.05
  251. phengdd5ramp 0
  252. )
  253. group "summergreen" (
  254. ! Parameters common to all summergreen trees
  255. phenology "summergreen"
  256. fnstorage 0.15
  257. phengdd5ramp 200
  258. leaflong 0.5
  259. turnover_leaf 1
  260. )
  261. group "boreal" (
  262. ! Parameters common to all boreal trees
  263. pstemp_min -4
  264. pstemp_low 10
  265. pstemp_high 25
  266. pstemp_max 38
  267. respcoeff 1.0
  268. )
  269. group "temperate" (
  270. ! Parameters common to all temperate trees
  271. pstemp_min -2
  272. pstemp_low 15
  273. pstemp_high 25
  274. pstemp_max 38
  275. respcoeff 1.0
  276. )
  277. group "tropical" (
  278. ! Parameters common to all tropical trees
  279. tcmin_surv 15.5
  280. tcmin_est 15.5
  281. tcmax_est 1000 ! no limit
  282. twmin_est -1000 ! no limit
  283. gdd5min_est 0 ! no limit
  284. pstemp_min 2
  285. pstemp_low 25
  286. pstemp_high 30
  287. pstemp_max 55
  288. respcoeff 0.15
  289. )
  290. ! greff_min values below calibrated for the smooth (ifsmoothgreffmort 1) option
  291. group "shade_tolerant" (
  292. est_max 0.05
  293. parff_min 350000
  294. alphar 3.0
  295. greff_min 0.04
  296. turnover_sap 0.05
  297. )
  298. ! So far only trial values; not used in this global version
  299. group "intermediate_shade_tolerant" (
  300. est_max 0.15
  301. parff_min 2000000
  302. alphar 7.0
  303. greff_min 0.06
  304. turnover_sap 0.075
  305. )
  306. ! From global version; values from orginal European version after "!"
  307. group "shade_intolerant" (
  308. est_max 0.2
  309. parff_min 2500000
  310. alphar 10.0
  311. greff_min 0.08
  312. turnover_sap 0.1
  313. )
  314. pft "BNE" (
  315. ! Boreal needleleaved evergreen tree
  316. include 1
  317. tree
  318. needleleaved
  319. shade_tolerant
  320. evergreen
  321. boreal
  322. leaflong 3
  323. turnover_leaf 0.33
  324. tcmin_surv -31
  325. tcmin_est -30
  326. tcmax_est -1
  327. twmin_est 5
  328. gdd5min_est 500
  329. longevity 500
  330. fireresist 0.3
  331. eps_iso 8.0
  332. seas_iso 0
  333. eps_mon 1.7 0.7 0.4 0.24 0.24 0.2 0.84 0.26 0.22
  334. storfrac_mon 0.4 0.8 0.8 0.4 0.4 0.5 0.8 0.2 0.5
  335. )
  336. pft "BINE" (
  337. ! Boreal needleleaved evergreen tree
  338. include 1
  339. tree
  340. needleleaved
  341. shade_intolerant
  342. evergreen
  343. boreal
  344. leaflong 3
  345. turnover_leaf 0.33
  346. tcmin_surv -31
  347. tcmin_est -30
  348. tcmax_est -1
  349. twmin_est 5
  350. gdd5min_est 500
  351. longevity 500
  352. fireresist 0.3
  353. eps_iso 8.0
  354. seas_iso 0
  355. eps_mon 1.7 0.7 0.4 0.24 0.24 0.2 0.84 0.26 0.22
  356. storfrac_mon 0.4 0.8 0.8 0.4 0.4 0.5 0.8 0.2 0.5
  357. )
  358. pft "BNS" (
  359. ! Boreal needleleaved summergreen tree
  360. include 1
  361. tree
  362. needleleaved
  363. shade_intolerant
  364. summergreen
  365. boreal
  366. alphar 3.0 ! ecev3 update
  367. greff_min 0.04 ! ecev3 update
  368. tcmin_surv -1000 ! no limit
  369. tcmin_est -1000 ! no limit
  370. tcmax_est -2
  371. twmin_est -1000 ! no limit
  372. twminusc 43 ! AA from TH 03-11 added this
  373. gdd5min_est 350 ! Stefan added new value, old 500
  374. phengdd5ramp 100 ! Stefan added new value, old 200
  375. longevity 300
  376. fireresist 0.3
  377. eps_iso 8.0
  378. seas_iso 1
  379. eps_mon 3.18 0.72 0.18 0.12 0.14 0.11 0.2 0.13 0.02
  380. storfrac_mon 0.4 0.8 0.8 0.4 0.4 0.5 0.8 0.2 0.5
  381. )
  382. pft "TeNE" (
  383. ! Temperate needleleaved evergreen tree
  384. include 1
  385. tree
  386. needleleaved
  387. shade_intolerant ! cf Jun_oxy, Pin_hal in europe.ins
  388. evergreen
  389. temperate
  390. leaflong 3
  391. turnover_leaf 0.33
  392. tcmin_surv -2 ! As in Sitch et al. (2003), a little lower than TeBE
  393. tcmin_est -2 ! As in Sitch et al. (2003), a little lower than TeBE
  394. tcmax_est 10 ! Hickler et al. (2012) have 9 degC for Pin_hal
  395. twmin_est 5 ! low, since Hickler et al. (2012) have -1000 for Jun_oxy
  396. gdd5min_est 2000 !(Stefans value 900)2000 ! As TeBE, a little lower than Jun_oxy, Pin_hal in europe.ins
  397. longevity 300 ! Hickler et al. (2012) have 350 for Pin_hal
  398. fireresist 0.3 ! Hickler et al. (2012) have 0.2 for Pin_hal and 0.4 for Jun_oxy
  399. eps_iso 8.0 ! assumed equal to BINE
  400. seas_iso 0 ! assumed equal to BINE
  401. eps_mon 1.7 0.7 0.4 0.24 0.24 0.2 0.84 0.26 0.22 !?????
  402. storfrac_mon 0.4 0.8 0.8 0.4 0.4 0.5 0.8 0.2 0.5 !?????
  403. )
  404. pft "TeBS" (
  405. ! Shade-tolerant temperate broadleaved summergreen tree
  406. include 1
  407. tree
  408. broadleaved
  409. shade_tolerant
  410. summergreen
  411. temperate
  412. tcmin_surv -14
  413. tcmin_est -13
  414. tcmax_est 6
  415. twmin_est 5
  416. gdd5min_est 1100
  417. longevity 400
  418. fireresist 0.1
  419. eps_iso 45.0
  420. seas_iso 1
  421. eps_mon 0.52 0.14 0.1 0.04 0.49 0.01 0.04 0.18 0.08
  422. storfrac_mon 0.4 0.8 0.8 0.4 0.4 0.5 0.8 0.2 0.5
  423. )
  424. pft "IBS" (
  425. ! Shade-intolerant broadleaved summergreen tree
  426. include 1
  427. tree
  428. broadleaved
  429. shade_intolerant
  430. summergreen
  431. boreal
  432. tcmin_surv -30
  433. tcmin_est -30
  434. tcmax_est 7
  435. twmin_est -1000 !no limit
  436. gdd5min_est 350 !from TH 2010-03-10 AA
  437. longevity 300 !from TH 2010-04-07 was 300 AA
  438. fireresist 0.1
  439. eps_iso 45.0
  440. seas_iso 1
  441. eps_mon 0.52 0.14 0.1 0.04 0.49 0.01 0.04 0.18 0.08
  442. storfrac_mon 0.4 0.8 0.8 0.4 0.4 0.5 0.8 0.2 0.
  443. )
  444. pft "TeBE" (
  445. ! Temperate broadleaved evergreen tree
  446. include 1
  447. tree
  448. broadleaved
  449. shade_tolerant
  450. evergreen
  451. temperate
  452. leaflong 3
  453. turnover_leaf 0.33
  454. tcmin_surv -1
  455. tcmin_est 0
  456. tcmax_est 18.8
  457. twmin_est 5
  458. gdd5min_est 2000
  459. longevity 300 !from TH 2010-04-07 was 350 AA
  460. fireresist 0.3
  461. eps_iso 24.0
  462. seas_iso 0
  463. eps_mon 0.74 0.2 0.2 0.09 0.13 0.08 0.02 0.08 0.08
  464. storfrac_mon 0.4 0.8 0.8 0.4 0.4 0.5 0.8 0.2 0.5
  465. )
  466. pft "TrBE" (
  467. ! Tropical broadleaved evergreen tree
  468. include 1
  469. tree
  470. broadleaved
  471. shade_tolerant
  472. evergreen
  473. tropical
  474. leaflong 2
  475. turnover_leaf 0.5
  476. longevity 500 !from Thomas H 2010-03-30 new 500 instead of 600 2010-04-07
  477. fireresist 0.1
  478. eps_iso 24.0
  479. seas_iso 0
  480. eps_mon 0.32 0.09 0.07 0.06 0.06 0.04 0.04 0.07 0.05
  481. storfrac_mon 0.4 0.8 0.8 0.4 0.4 0.5 0.8 0.2 0.5
  482. )
  483. pft "TrIBE" (
  484. ! Tropical broadleaved evergreen tree
  485. include 1
  486. tree
  487. broadleaved
  488. shade_intolerant
  489. evergreen
  490. tropical
  491. leaflong 2
  492. turnover_leaf 0.5
  493. longevity 200
  494. fireresist 0.1
  495. eps_iso 24.0
  496. seas_iso 0
  497. eps_mon 0.32 0.09 0.07 0.06 0.06 0.04 0.04 0.07 0.05
  498. storfrac_mon 0.4 0.8 0.8 0.4 0.4 0.5 0.8 0.2 0.5
  499. )
  500. pft "TrBR" (
  501. ! Tropical broadleaved raingreen tree
  502. include 1
  503. tree
  504. broadleaved
  505. shade_intolerant
  506. tropical
  507. phenology "raingreen"
  508. fnstorage 0.15
  509. leaflong 0.5
  510. turnover_leaf 1
  511. longevity 400 ! from Thomas h 2010-03-30
  512. fireresist 0.3
  513. eps_iso 45.0
  514. seas_iso 0
  515. eps_mon 0.95 0.26 0.22 0.18 0.18 0.13 0.12 0.22 0.14
  516. storfrac_mon 0.4 0.8 0.8 0.4 0.4 0.5 0.8 0.2 0.5
  517. )
  518. group "C3G" (
  519. ! Cool (C3) grass
  520. include 1
  521. grass
  522. pathway "c3"
  523. respcoeff 1.0
  524. pstemp_min -5
  525. pstemp_low 10
  526. pstemp_high 30
  527. pstemp_max 45
  528. tcmin_surv -1000 !no limit
  529. tcmin_est -1000 !no limit
  530. tcmax_est 1000 !no limit
  531. twmin_est -1000 !no limit
  532. gdd5min_est 0 !no limit
  533. eps_iso 16.0
  534. seas_iso 1
  535. eps_mon 0.37 0.2 0.23 0.1 0.1 0.09 0.1 0.22 0.19
  536. storfrac_mon 0.4 0.8 0.8 0.4 0.4 0.5 0.8 0.2 0.5
  537. harv_eff 0.5
  538. )
  539. pft "C3G" (
  540. C3G
  541. )
  542. group "C4G" (
  543. ! Warm (C3) grass
  544. include 1
  545. grass
  546. pathway "c4"
  547. respcoeff 0.15
  548. pstemp_min 6
  549. pstemp_low 20
  550. pstemp_high 45
  551. pstemp_max 55
  552. tcmin_surv 15.5
  553. tcmin_est 15.5
  554. tcmax_est 1000 !no limit
  555. twmin_est -1000 !no limit
  556. gdd5min_est 0 !no limit
  557. eps_iso 8.0
  558. seas_iso 0
  559. eps_mon 0.48 0.19 0.67 0.14 0.12 0.13 0.14 0.29 0.24
  560. storfrac_mon 0.4 0.8 0.8 0.4 0.4 0.5 0.8 0.2 0.5
  561. harv_eff 0.5
  562. )
  563. pft "C4G" (
  564. C4G
  565. )