guess_beforecrop.ins 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771
  1. !///////////////////////////////////////////////////////////////////////////////////////
  2. !// LPJ-GUESS INSTRUCTION SCRIPT FOR COHORT/INDIVIDUAL MODE
  3. !// Global PFTs
  4. !//
  5. !// LPJ-GUESS 4.0 interim - with ecev3 edits
  6. !//
  7. !///////////////////////////////////////////////////////////////////////////////////////
  8. !///////////////////////////////////////////////////////////////////////////////////////
  9. ! Output files
  10. !
  11. outputdirectory "./output/"
  12. ! Prefined yearly output
  13. ! These files may be outcommented if their output is not required.
  14. file_cmass "cmass.out"
  15. file_anpp "anpp.out"
  16. file_agpp "agpp.out"
  17. file_fpc "fpc.out"
  18. file_aaet "aaet.out"
  19. file_lai "lai.out"
  20. file_cflux "cflux.out"
  21. file_dens "dens.out"
  22. file_runoff "tot_runoff.out"
  23. file_cpool "cpool.out"
  24. file_clitter "clitter.out"
  25. file_firert "firert.out"
  26. !file_aiso "aiso.out"
  27. !file_amon "amon.out"
  28. file_speciesheights "height.out"
  29. file_nmass "nmass.out"
  30. file_cton_leaf "cton_leaf.out"
  31. !file_ngases "ngases.out"
  32. file_nsources "nsources.out"
  33. file_npool "npool.out"
  34. file_nlitter "nlitter.out"
  35. file_nuptake "nuptake.out"
  36. file_nflux "nflux.out"
  37. !file_vmaxnlim "vmaxnlim.out"
  38. ! Monthly outputs
  39. file_mnpp "mnpp.out"
  40. file_mlai "mlai.out"
  41. file_mrh "mrh.out"
  42. file_mgpp "mgpp.out"
  43. file_mra "mra.out"
  44. file_mnee "mnee.out"
  45. file_maet "maet.out"
  46. !file_mpet "mpet.out"
  47. !file_mevap "mevap.out"
  48. !file_mintercep "mintercep.out"
  49. file_mrunoff "mrunoff.out"
  50. file_mwcont_upper "mwcont_upper.out"
  51. file_mwcont_lower "mwcont_lower.out"
  52. !file_miso "miso.out"
  53. !file_mmon "mmon.out"
  54. !///////////////////////////////////////////////////////////////////////////////////////
  55. !///////////////////////////////////////////////////////////////////////////////////////
  56. ! Forcing Data & gridlists
  57. ! ecev3 - was in global_cru.ins
  58. !param "file_gridlist" (str "gridlist.txt")
  59. ! Path needs updating
  60. !param "file_co2" (str "C:\DATA\J\MODELDATA\co2\co2_1901-2006.txt")
  61. !param "file_cru" (str "C:\DATA\J\MODELDATA\cru_1901_2006.bin")
  62. !param "file_cru_misc" (str "C:\DATA\J\MODELDATA\cru_1901_2006misc.bin")
  63. ! N deposition (blank string to use constant pre-industrial level of 2 kgN/ha/year)
  64. !param "file_ndep" (str "c:/ndep/GlobalNitrogenDeposition.bin")
  65. param "file_ndep" (str "../GlobalNitrogenDeposition.bin")
  66. !///////////////////////////////////////////////////////////////////////////////////////
  67. !// RUN PARAMETERS AND OPTIONS
  68. !
  69. ! Settings recognised by Plib
  70. ! Run GUESS with -help option for list of keywords and their meanings
  71. title 'LPJ-GUESS cohort mode - global pfts'
  72. vegmode "cohort" ! "cohort", "individual" or "population"
  73. nyear_spinup 500 ! number of years to spin up the simulation for
  74. ifcalcsla 1 ! whether to calculate SLA from leaf longevity
  75. ! (PFT-specific value can be specified in this file instead)
  76. ifcalccton 1 ! whether to calculate leaf C:N min from leaf longevity
  77. ! (PFT-specific value can be specified in this file instead)
  78. iffire 1 ! whether to implement fire (1) or not (0)
  79. npatch 25 ! number of replicate patches to simulate
  80. patcharea 1000 ! patch area (m2)
  81. estinterval 5 ! years between establishment events in cohort mode
  82. ifdisturb 1 ! whether generic patch-destroying disturbances enabled
  83. distinterval 100 ! average return time for generic patch-destroying disturbances
  84. ! Hickler et al. (2011) used 200
  85. ifbgestab 1 ! whether background establishment enabled
  86. ifsme 1 ! whether spatial mass effect enabled
  87. ifstochestab 1 ! whether establishment stochastic
  88. ifstochmort 1 ! whether mortality stochastic
  89. ifcdebt 1 ! whether to allow vegetation C storage (1) or not (0)
  90. wateruptake "rootdist" ! "wcont", "rootdist", "smart" or "speciesspecific",
  91. ! see documentation for water_uptake()
  92. !///////////////////////////////////////////////////////////////////////////////
  93. ! PROCESS SETTINGS SPECIFIC TO NITROGEN
  94. !///////////////////////////////////////////////////////////////////////////////
  95. ifcentury 1 ! whether to use CENTURY SOM dynamics (mandatory for N cycling)
  96. ifnlim 1 ! whether plant growth limited by available N
  97. freenyears 100 ! number of years to spin up without N limitation (needed to build up a N pool)
  98. nfix_a 0.102 ! first term in N fixation eqn (Conservative 0.102, Central 0.234, Upper 0.367)
  99. nfix_b 0.524 ! second term in N fixation eqn (Conservative 0.524, Central -0.172, Upper -0.754)
  100. nrelocfrac 0.5 ! fraction of N retranslocated prior to leaf and root shedding
  101. !///////////////////////////////////////////////////////////////////////////////
  102. ! SERIALIZATION SETTINGS - ecev3 - moved below
  103. !///////////////////////////////////////////////////////////////////////////////
  104. !state_year 500 ! year to save/start state file (no setting = after spinup)
  105. !restart 0 ! whether to start from a state file
  106. !save_state 0 ! whether to save a state file
  107. !state_path "" ! directory to put state files in
  108. ifsmoothgreffmort 1 ! whether to vary mort_greff smoothly with growth efficiency (1)
  109. ! or to use the standard step-function (0)
  110. ! greff_min values below calibrated for the smooth (1) option
  111. ifdroughtlimitedestab 0 ! whether establishment is limited by growing season drought
  112. ! guess2008 - species version has 1
  113. ifrainonwetdaysonly 1 ! whether to rain on wet days only (1), or to rain a bit every day (0)
  114. ifbvoc 1 ! whether to include BVOC calculations (1) or not (0)
  115. !!!!!!!!!!!! landcover parameters !!!!!!!!!!!!!!
  116. run_landcover 1 ! whether to use (and change) landcover fractions (1) or not (0)
  117. run_urban 0 ! whether to simulate barren land (1) or not (0)
  118. run_crop 0 ! whether to simulate crop vegetation (1) or not (0)
  119. run_forest 0 ! whether to simulate managed forest (1) or not (0)
  120. run_pasture 1 ! whether to simulate pasture (1) or not (0)
  121. run_natural 1 ! whether to simulate natural vegetation (1) or not (0)
  122. run_peatland 0 ! whether to simulate peatland (1) or not (0)
  123. lcfrac_fixed 1 ! use landcover fractions (%) below (1) or read from input file (0)
  124. lc_fixed_urban 0 ! URBAN
  125. lc_fixed_cropland 0 ! CROPLAND
  126. lc_fixed_pasture 50 ! PASTURE
  127. lc_fixed_forest 0 ! FOREST
  128. lc_fixed_natural 50 ! NATURAL
  129. lc_fixed_peatland 0 ! PEATLAND
  130. equal_landcover_area 0 ! divide gridcell into equal active landcover fractions
  131. !///////////////////////////////////////////////////////////////////////////////////////
  132. ! ecev3
  133. ! Parameters and options specific to LPJ-GUESS coupled to EC-Earth
  134. !--------------------------------------------------------------------------------------------
  135. ifslowharvestpool 0 ! ecev3
  136. ! Whether to use soil water content and soil temperature sent from IFS (1), or use GUESS' own
  137. ! hydrology (driven by precipitation) and analytic soil temperature (0).
  138. param "ifssoilproperties" (num 1)
  139. ! Determine which RCP to use
  140. ! 0 - historical only (i.e. use file_co2 below)
  141. ! 1 - use ghg_rcp3PD.txt
  142. ! 2 - use ghg_rcp45.txt
  143. ! 3 - use ghg_rcp60.txt
  144. ! 4 - use ghg_rcp85.txt
  145. param "nrcp" (num 0)
  146. ! State file name and directory
  147. ! For saving and reading .bin files.
  148. !state_path "./"
  149. param "state_path" (str "..") ! directory containing the .bin state files
  150. param "state_name" (str "lpjg") ! state filenames
  151. param "restart" (num 1) ! ! 1: restart from .bin files. 0: start from bare ground
  152. ! Path to IFS spinup data - MUST have trailing "/" (linux/unix systems) or "\" (Windows)
  153. ! NSC:
  154. param "ifs_spinup_dir" (str "/nobackup/rossby15/sm_paumi/ecev3/processed/daily/")
  155. ! Paul's PC:
  156. !param "ifs_spinup_dir" (str "C:\DATA\J\EC-Earth\Version3p1_output\se21\daily\")
  157. ! N deposition (default is pre-industrial level of 2 kgN/ha/year)
  158. param "ndep" (num 2)
  159. ! Print Lon/Lat with extra precision. Default is 1
  160. coordinates_precision 6
  161. ! Use distinct sand/silt/clay fractions for each IFS soil type in N code
  162. textured_soil 1
  163. !///////////////////////////////////////////////////////////////////////////////////////
  164. !// PARAMETERS FOR PFTS
  165. !// Run GUESS with -help option for list of keywords and their meanings
  166. group "common" (
  167. ! Parameters common to all PFTs
  168. lambda_max 0.8
  169. emax 5
  170. reprfrac 0.1
  171. wscal_min 0.35
  172. drought_tolerance 0.0001
  173. ! default value - ensures that this has little effect even if
  174. ! ifdroughtlimitedestab is turned on
  175. !landcover "natural" ! ecev3 - specify below
  176. turnover_harv_prod 1
  177. )
  178. group "tree" (
  179. ! Parameters common to all trees
  180. common
  181. landcover "natural" ! ecev3
  182. lifeform "tree"
  183. crownarea_max 50
  184. ltor_max 1
  185. turnover_root 0.7
  186. rootdist 0.6 0.4
  187. k_allom2 60
  188. k_allom3 0.67
  189. k_rp 1.6
  190. wooddens 200
  191. cton_root 29
  192. cton_sap 330
  193. nuptoroot 0.0028
  194. km_volume 0.000001477
  195. pathway "c3"
  196. respcoeff 1.0
  197. kest_repr 200
  198. kest_bg 0.1 ! 1 i guess2008
  199. kest_pres 1 ! 0 i guess2008
  200. k_chilla 0
  201. k_chillb 100
  202. k_chillk 0.05
  203. litterme 0.3
  204. harv_eff 0.7
  205. res_outtake 0.75
  206. harvest_slow_frac 0.33
  207. turnover_harv_prod 0.04
  208. )
  209. group "shrub" (
  210. ! Unchanged from species version
  211. common
  212. lifeform "tree"
  213. leafphysiognomy "broadleaf"
  214. crownarea_max 10
  215. ltor_max 1
  216. k_allom1 100
  217. k_allom2 5
  218. k_allom3 0.67
  219. k_rp 1.6
  220. wooddens 250
  221. !cton_leaf_min 16
  222. cton_root 29
  223. cton_sap 330
  224. nuptoroot 0.0028
  225. km_volume 0.000001477
  226. fnstorage 0.3
  227. pathway "c3"
  228. kest_repr 200
  229. kest_bg 0.1
  230. kest_pres 1
  231. litterme 0.3
  232. rootdist 0.6 0.4
  233. longevity 100
  234. )
  235. group "grass" (
  236. ! Parameters common to all grasses
  237. common
  238. lifeform "grass"
  239. leafphysiognomy "broadleaf"
  240. ltor_max 0.5
  241. rootdist 0.9 0.1 ! Fraction of fine roots in the upper and lower soil layers.
  242. gmin 0.5
  243. phenology "any"
  244. phengdd5ramp 100
  245. leaflong 1 ! Leaf longevity (years)
  246. turnover_leaf 1
  247. turnover_root 0.7
  248. !cton_leaf_min 16
  249. cton_root 29
  250. nuptoroot 0.00551
  251. km_volume 0.000001876
  252. fnstorage 0.3
  253. litterme 0.2
  254. parff_min 1000000
  255. fireresist 0.5
  256. intc 0.01
  257. ga 0.030
  258. )
  259. group "broadleaved" (
  260. ! Parameters common to all broadleaved trees
  261. leafphysiognomy "broadleaf"
  262. !cton_leaf_min 16
  263. k_allom1 250
  264. k_latosa 6000
  265. gmin 0.5
  266. intc 0.02
  267. ga 0.040
  268. )
  269. group "needleleaved" (
  270. ! Parameters common to all needleleaved trees
  271. leafphysiognomy "needleleaf"
  272. !cton_leaf_min 28
  273. k_allom1 150
  274. k_latosa 5000
  275. gmin 0.3
  276. intc 0.06
  277. ga 0.140
  278. )
  279. group "evergreen" (
  280. ! Parameters common to all evergreen trees
  281. phenology "evergreen"
  282. fnstorage 0.05
  283. phengdd5ramp 0
  284. )
  285. group "summergreen" (
  286. ! Parameters common to all summergreen trees
  287. phenology "summergreen"
  288. fnstorage 0.15
  289. phengdd5ramp 200
  290. leaflong 0.5
  291. turnover_leaf 1
  292. )
  293. group "boreal" (
  294. ! Parameters common to all boreal trees
  295. pstemp_min -4
  296. pstemp_low 10
  297. pstemp_high 25
  298. pstemp_max 38
  299. respcoeff 1.0
  300. )
  301. group "temperate" (
  302. ! Parameters common to all temperate trees
  303. pstemp_min -2
  304. pstemp_low 15
  305. pstemp_high 25
  306. pstemp_max 38
  307. respcoeff 1.0
  308. )
  309. group "tropical" (
  310. ! Parameters common to all tropical trees
  311. tcmin_surv 15.5
  312. tcmin_est 15.5
  313. tcmax_est 1000 ! no limit
  314. twmin_est -1000 ! no limit
  315. gdd5min_est 0 ! no limit
  316. pstemp_min 2
  317. pstemp_low 25
  318. pstemp_high 30
  319. pstemp_max 55
  320. respcoeff 0.15
  321. )
  322. ! greff_min values below calibrated for the smooth (ifsmoothgreffmort 1) option
  323. group "shade_tolerant" (
  324. est_max 0.05
  325. parff_min 350000
  326. alphar 3.0
  327. greff_min 0.04
  328. turnover_sap 0.05
  329. )
  330. ! So far only trial values; not used in this global version
  331. group "intermediate_shade_tolerant" (
  332. est_max 0.15
  333. parff_min 2000000
  334. alphar 7.0
  335. greff_min 0.06
  336. turnover_sap 0.075
  337. )
  338. ! From global version; values from orginal European version after "!"
  339. group "shade_intolerant" (
  340. est_max 0.2
  341. parff_min 2500000
  342. alphar 10.0
  343. greff_min 0.08
  344. turnover_sap 0.1
  345. )
  346. pft "BNE" (
  347. ! Boreal needleleaved evergreen tree
  348. include 1
  349. tree
  350. needleleaved
  351. shade_tolerant
  352. evergreen
  353. boreal
  354. leaflong 3
  355. turnover_leaf 0.33
  356. tcmin_surv -31
  357. tcmin_est -30
  358. tcmax_est -1
  359. twmin_est 5
  360. gdd5min_est 500
  361. longevity 500
  362. fireresist 0.3
  363. eps_iso 8.0
  364. seas_iso 0
  365. eps_mon 4.8
  366. storfrac_mon 0.5
  367. )
  368. pft "BINE" (
  369. ! Boreal needleleaved evergreen tree
  370. include 1
  371. tree
  372. needleleaved
  373. shade_intolerant
  374. evergreen
  375. boreal
  376. leaflong 3
  377. turnover_leaf 0.33
  378. tcmin_surv -31
  379. tcmin_est -30
  380. tcmax_est -1
  381. twmin_est 5
  382. gdd5min_est 500
  383. longevity 500
  384. fireresist 0.3
  385. eps_iso 8.0
  386. seas_iso 0
  387. eps_mon 4.8
  388. storfrac_mon 0.5
  389. )
  390. pft "BNS" (
  391. ! Boreal needleleaved summergreen tree
  392. include 1
  393. tree
  394. needleleaved
  395. shade_intolerant
  396. summergreen
  397. boreal
  398. tcmin_surv -1000 ! no limit
  399. tcmin_est -1000 ! no limit
  400. tcmax_est -2
  401. twmin_est -1000 ! no limit
  402. twminusc 43 ! AA from TH 03-11 added this
  403. gdd5min_est 350 ! Stefan added new value, old 500
  404. phengdd5ramp 100 ! Stefan added new value, old 200
  405. longevity 300
  406. fireresist 0.3
  407. eps_iso 8.0
  408. seas_iso 1
  409. eps_mon 4.8
  410. storfrac_mon 0.5
  411. )
  412. pft "TeNE" (
  413. ! Temperate needleleaved evergreen tree
  414. include 0
  415. tree
  416. needleleaved
  417. shade_intolerant ! cf Jun_oxy, Pin_hal in europe.ins
  418. evergreen
  419. temperate
  420. leaflong 3
  421. turnover_leaf 0.33
  422. tcmin_surv -2 ! As in Sitch et al. (2003), a little lower than TeBE
  423. tcmin_est -2 ! As in Sitch et al. (2003), a little lower than TeBE
  424. tcmax_est 10 ! Hickler et al. (2012) have 9 degC for Pin_hal
  425. twmin_est 5 ! low, since Hickler et al. (2012) have -1000 for Jun_oxy
  426. gdd5min_est 2000 !(Stefans value 900)2000 ! As TeBE, a little lower than Jun_oxy, Pin_hal in europe.ins
  427. longevity 300 ! Hickler et al. (2012) have 350 for Pin_hal
  428. fireresist 0.3 ! Hickler et al. (2012) have 0.2 for Pin_hal and 0.4 for Jun_oxy
  429. eps_iso 8.0 !?????????????
  430. seas_iso 0 !?????????????
  431. eps_mon 4.8 !?????????????
  432. storfrac_mon 0.5 !?????
  433. )
  434. pft "TeBS" (
  435. ! Shade-tolerant temperate broadleaved summergreen tree
  436. include 1
  437. tree
  438. broadleaved
  439. shade_tolerant
  440. summergreen
  441. temperate
  442. tcmin_surv -14
  443. tcmin_est -13
  444. tcmax_est 6
  445. twmin_est 5
  446. gdd5min_est 1100
  447. longevity 400
  448. fireresist 0.1
  449. eps_iso 45.0
  450. seas_iso 1
  451. eps_mon 1.6
  452. storfrac_mon 0.
  453. )
  454. pft "IBS" (
  455. ! Shade-intolerant broadleaved summergreen tree
  456. include 1
  457. tree
  458. broadleaved
  459. shade_intolerant
  460. summergreen
  461. boreal
  462. tcmin_surv -30
  463. tcmin_est -30
  464. tcmax_est 7
  465. twmin_est -1000 !no limit
  466. gdd5min_est 350 !from TH 2010-03-10 AA
  467. longevity 300 !from TH 2010-04-07 was 300 AA
  468. fireresist 0.1
  469. eps_iso 45.0
  470. seas_iso 1
  471. eps_mon 1.6
  472. storfrac_mon 0.
  473. )
  474. pft "TeBE" (
  475. ! Temperate broadleaved evergreen tree
  476. include 1
  477. tree
  478. broadleaved
  479. shade_tolerant
  480. evergreen
  481. temperate
  482. leaflong 3
  483. turnover_leaf 0.33
  484. tcmin_surv -1
  485. tcmin_est 0
  486. tcmax_est 18.8
  487. twmin_est 5
  488. gdd5min_est 2000
  489. longevity 300 !from TH 2010-04-07 was 350 AA
  490. fireresist 0.3
  491. eps_iso 24.0
  492. seas_iso 0
  493. eps_mon 1.6
  494. storfrac_mon 0.
  495. )
  496. pft "TrBE" (
  497. ! Tropical broadleaved evergreen tree
  498. include 1
  499. tree
  500. broadleaved
  501. shade_tolerant
  502. evergreen
  503. tropical
  504. leaflong 2
  505. turnover_leaf 0.5
  506. longevity 500 !from Thomas H 2010-03-30 new 500 instead of 600 2010-04-07
  507. fireresist 0.1
  508. eps_iso 24.0
  509. seas_iso 0
  510. eps_mon 0.8
  511. storfrac_mon 0.
  512. )
  513. pft "TrIBE" (
  514. ! Tropical broadleaved evergreen tree
  515. include 1
  516. tree
  517. broadleaved
  518. shade_intolerant
  519. evergreen
  520. tropical
  521. leaflong 2
  522. turnover_leaf 0.5
  523. longevity 200
  524. fireresist 0.1
  525. eps_iso 24.0
  526. seas_iso 0
  527. eps_mon 0.8
  528. storfrac_mon 0.
  529. )
  530. pft "TrBR" (
  531. ! Tropical broadleaved raingreen tree
  532. include 1
  533. tree
  534. broadleaved
  535. shade_intolerant
  536. tropical
  537. phenology "raingreen"
  538. fnstorage 0.15
  539. leaflong 0.5
  540. turnover_leaf 1
  541. longevity 400 ! from Thomas h 2010-03-30
  542. fireresist 0.3
  543. eps_iso 45.0
  544. seas_iso 0
  545. eps_mon 2.4
  546. storfrac_mon 0.
  547. )
  548. pft "C3G" (
  549. ! Cool (C3) grass
  550. include 1
  551. landcover "natural" ! ecev3
  552. grass
  553. pathway "c3"
  554. respcoeff 1.0
  555. pstemp_min -5
  556. pstemp_low 10
  557. pstemp_high 30
  558. pstemp_max 45
  559. tcmin_surv -1000 !no limit
  560. tcmin_est -1000 !no limit
  561. tcmax_est 1000 !no limit
  562. twmin_est -1000 !no limit
  563. gdd5min_est 0 !no limit
  564. eps_iso 16.0
  565. seas_iso 1
  566. eps_mon 1.6
  567. storfrac_mon 0.5
  568. )
  569. pft "C4G" (
  570. ! Warm (C3) grass
  571. include 1
  572. landcover "natural" ! ecev3
  573. grass
  574. pathway "c4"
  575. respcoeff 0.15
  576. pstemp_min 6
  577. pstemp_low 20
  578. pstemp_high 45
  579. pstemp_max 55
  580. tcmin_surv 15.5
  581. tcmin_est 15.5
  582. tcmax_est 1000 !no limit
  583. twmin_est -1000 !no limit
  584. gdd5min_est 0 !no limit
  585. eps_iso 8.0
  586. seas_iso 0
  587. eps_mon 2.4
  588. storfrac_mon 0.5
  589. )
  590. ! ecev3
  591. pft "lowC3G" (
  592. ! EC-Earth low tiles
  593. ! Cool (C3) grass
  594. include 1
  595. landcover "pasture" ! ecev3
  596. grass
  597. pathway "c3"
  598. respcoeff 1.0
  599. pstemp_min -5
  600. pstemp_low 10
  601. pstemp_high 30
  602. pstemp_max 45
  603. tcmin_surv -1000 !no limit
  604. tcmin_est -1000 !no limit
  605. tcmax_est 1000 !no limit
  606. twmin_est -1000 !no limit
  607. gdd5min_est 0 !no limit
  608. eps_iso 16.0
  609. seas_iso 1
  610. eps_mon 1.6
  611. storfrac_mon 0.5
  612. )
  613. ! ecev3
  614. pft "lowC4G" (
  615. ! Warm (C3) grass
  616. ! EC-Earth low tiles
  617. include 1
  618. landcover "pasture" ! ecev3
  619. grass
  620. pathway "c4"
  621. respcoeff 0.15
  622. pstemp_min 6
  623. pstemp_low 20
  624. pstemp_high 45
  625. pstemp_max 55
  626. tcmin_surv 15.5
  627. tcmin_est 15.5
  628. tcmax_est 1000 !no limit
  629. twmin_est -1000 !no limit
  630. gdd5min_est 0 !no limit
  631. eps_iso 8.0
  632. seas_iso 0
  633. eps_mon 2.4
  634. storfrac_mon 0.5
  635. )