12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112 |
- !///////////////////////////////////////////////////////////////////////////////////////
- !// LPJ-GUESS INSTRUCTION SCRIPT FOR COHORT/INDIVIDUAL MODE
- !// European Species
- !//
- !// LPJ-GUESS 3.0
- !//
- !// Parameter differences with Thomas Hickler's paper:
- !//
- !// Hickler, T., Vohland, K., Feehan, J., Miller, P., Fronzek, S., Giesecke, T., Kuehn, I., Carter, T., Smith, B. &
- !// Sykes, M. Projecting tree species-based climate-driven changes in European potential natural vegetation
- !// with a generalized dynamic vegetation model. In press, Global Ecology & Biogeography.
- !//
- !// are commented with ! THdiff
- !///////////////////////////////////////////////////////////////////////////////////////
- !///////////////////////////////////////////////////////////////////////////////////////
- ! Output files
- !
- ! outputdirectory is mandatory. Should be "./" for parallel runs.
- outputdirectory "./"
- ! Prefined yearly output
- ! These files may be outcommented if their output is not required.
- file_cmass "cmass.out"
- file_anpp "anpp.out"
- file_agpp "agpp.out"
- file_fpc "fpc.out"
- file_aaet "aaet.out"
- file_lai "lai.out"
- file_cflux "cflux.out"
- file_doc "doc.out"
- file_dens "dens.out"
- file_runoff "tot_runoff.out"
- file_cpool "cpool.out"
- file_clitter "clitter.out"
- !file_firert "firert.out"
- !file_aiso "aiso.out"
- !file_amon "amon.out"
- !file_amon_mt1 "amon_mt1.out"
- !file_amon_mt2 "amon_mt2.out"
- !file_speciesheights "height.out"
- file_nmass "nmass.out"
- file_cton_leaf "cton_leaf.out"
- file_ngases "ngases.out"
- file_nsources "nsources.out"
- file_npool "npool.out"
- file_nlitter "nlitter.out"
- file_nuptake "nuptake.out"
- file_nflux "nflux.out"
- file_vmaxnlim "vmaxnlim.out"
- ! Monthly outputs
- !file_mnpp "mnpp.out"
- !file_mlai "mlai.out"
- !file_mrh "mrh.out"
- !file_mgpp "mgpp.out"
- !file_mra "mra.out"
- !file_mnee "mnee.out"
- !file_maet "maet.out"
- !file_mpet "mpet.out"
- !file_mevap "mevap.out"
- !file_mintercep "mintercep.out"
- !file_mrunoff "mrunoff.out"
- !file_mwcont_upper "mwcont_upper.out"
- !file_mwcont_lower "mwcont_lower.out"
- !file_miso "miso.out"
- !file_mmon "mmon.out"
- !file_mmon_mt1 "mmon_mt1.out"
- !file_mmon_mt2 "mmon_mt2.out"
- !///////////////////////////////////////////////////////////////////////////////////////
- !///////////////////////////////////////////////////////////////////////////////////////
- !// RUN PARAMETERS AND OPTIONS
- !
- ! Settings recognised by Plib
- ! Run GUESS with -help option for list of keywords and their meanings
- title 'LPJ-GUESS cohort mode - European species'
- vegmode "cohort" ! "cohort", "individual" or "population"
- nyear_spinup 500 ! number of years to spin up the simulation for
- ifcalcsla 1 ! whether to calculate SLA from leaf longevity
- ! (PFT-specific value can be specified in this file instead)
- ifcalccton 1 ! whether to calculate leaf C:N min from leaf longevity
- ! (PFT-specific value can be specified in this file instead)
- iffire 1 ! whether to implement fire (1) or not (0)
- npatch 25 ! number of replicate patches to simulate
- npatch_secondarystand 1 ! number of replicate patches to simulate in secondary stands
- reduce_all_stands 0 ! Whether to reduce equal percentage of all stands of a stand type at land cover change
- age_limit_reduce 5 ! Minimum age of stands to reduce at land cover change
- patcharea 1000 ! patch area (m2)
- estinterval 5 ! years between establishment events in cohort mode
- ifdisturb 1 ! whether generic patch-destroying disturbances enabled
- distinterval 100 ! average return time for generic patch-destroying disturbances
- ! Hickler et al. (2011) used 200
- ifbgestab 1 ! whether background establishment enabled
- ifsme 1 ! whether spatial mass effect enabled
- ifstochestab 1 ! whether establishment stochastic
- ifstochmort 1 ! whether mortality stochastic
- ifcdebt 1 ! whether to allow vegetation C storage (1) or not (0)
- ifpftlitterfall 0 ! Whether to drop leaves and root litter PFT specific (1) or once a year (0)
- 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)
- wateruptake "rootdist"! "wcont", "rootdist", "smart" or "speciesspecific",
- ! see documentation for water_uptake()
- textured_soil 1 ! whether to use silt/sand fractions specific to soiltype
- !///////////////////////////////////////////////////////////////////////////////
- ! PROCESS SETTINGS SPECIFIC TO NITROGEN
- !///////////////////////////////////////////////////////////////////////////////
- ifcentury 1 ! whether to use CENTURY SOM dynamics (mandatory for N cycling)
- ifnlim 1 ! whether plant growth limited by available N
- freenyears 100 ! number of years to spin up without N limitation (needed to build up a N pool)
- nfix_a 0.102 ! first term in N fixation eqn (Conservative 0.102, Central 0.234, Upper 0.367)
- nfix_b 0.524 ! second term in N fixation eqn (Conservative 0.524, Central -0.172, Upper -0.754)
- nrelocfrac 0.5 ! fraction of N retranslocated prior to leaf and root shedding
- !///////////////////////////////////////////////////////////////////////////////
- ! SERIALIZATION SETTINGS
- !///////////////////////////////////////////////////////////////////////////////
- !state_year 500 ! year to save/start state file (no setting = after spinup)
- restart 0 ! wheter to start from a state file
- save_state 0 ! wheter to save a state file
- !state_path "" ! directory to put state files in
- ifsmoothgreffmort 1 ! whether to vary mort_greff smoothly with growth efficiency (1)
- ! or to use the standard step-function (0)
- ! greff_min values below calibrated for the smooth (1) option
- ifdroughtlimitedestab 1 ! whether establishment is limited by growing season drought
- ifrainonwetdaysonly 1 ! whether to rain on wet days only (1), or to rain a bit every day (0)
- ifbvoc 0 ! whether to include BVOC calculations (1) or not (0)
- !!!!!!!!!!!! landcover parameters !!!!!!!!!!!!!!
- run_landcover 0 ! whether to use (and change) landcover fractions (1) or not (0)
- !///////////////////////////////////////////////////////////////////////////////////////
- !///////////////////////////////////////////////////////////////////////////////////////
- !// PARAMETERS FOR PFTS
- !// Run GUESS with -help option for list of keywords and their meanings
- group "common" (
- ! Parameters common to all PFTs
- lambda_max 0.8
- emax 5
- reprfrac 0.1
- wscal_min 0.35
- drought_tolerance 0.0001
- ! default value - ensures that this has little effect even if
- ! ifdroughtlimitedestab is turned on
- landcover "natural"
- harv_eff 0
- res_outtake 0
- )
- group "tree" (
- ! Parameters common to all trees
- common
- lifeform "tree"
- crownarea_max 40
- turnover_root 0.7
- ltor_max 1
- k_allom2 40
- k_allom3 0.67
- k_rp 1.6
- wooddens 200
- cton_root 29
- cton_sap 330
- nuptoroot 0.0028
- km_volume 0.000001477
- pathway "c3"
- kest_repr 200
- kest_bg 0.1
- kest_pres 1
- litterme 0.3
- rootdist 0.6 0.4
- harv_eff 0.95
- res_outtake 0.75
- 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)
- harvest_slow_frac 0.33 ! Bondeau 0.33
- )
- group "shrub" (
- common
- lifeform "tree"
- leafphysiognomy "broadleaf"
- crownarea_max 10
- turnover_root 0.7
- ltor_max 1
- k_allom1 100
- k_allom2 5
- k_allom3 0.67
- k_rp 1.6
- wooddens 250
- cton_root 29
- cton_sap 330
- nuptoroot 0.0028
- km_volume 0.000001477
- fnstorage 0.3
- pathway "c3"
- kest_repr 200
- kest_bg 0.1
- kest_pres 1
- litterme 0.3
- rootdist 0.6 0.4
- longevity 100
- turnover_harv_prod 1 ! Turnover rate for long-lived harvested products (wood) : 1-year turnover time
- harvest_slow_frac 0
- )
- group "needle_leaved" (
- leafphysiognomy "needleleaf"
- k_allom1 150
- k_latosa 4000
- ga 0.140
- )
- group "broad_leaved" (
- leafphysiognomy "broadleaf"
- k_allom1 250
- k_latosa 5000
- leaflong 0.5 ! PMxx: new default
- turnover_leaf 1 ! PMxx: new default
- ga 0.040
- )
- group "grass" (
- ! Parameters common to all grasses
- common
- lifeform "grass"
- leafphysiognomy "broadleaf"
- ltor_max 0.5
- cton_root 29
- nuptoroot 0.00551
- km_volume 0.000001876
- fnstorage 0.3
- respcoeff 1.0 ! PM_Dec2012, was 2.0
- litterme 0.2
- ga 0.030
- turnover_harv_prod 1 ! Turnover rate for long-lived harvested products (wood) : 1-year turnover time for GRASS
- harvest_slow_frac 0
- )
- ! greff_min values below calibrated for the smooth (ifsmoothgreffmort 1) option
- ! Many THdiff values here
- group "shade_tolerant" (
- est_max 0.05
- parff_min 350000 ! THdiff: 1250000
- alphar 3.0 ! THdiff: 2
- greff_min 0.04
- turnover_sap 0.05
- )
- ! So far only trial values; not in global version
- group "intermediate_shade_tolerant" (
- est_max 0.15 ! THdiff: 0.1
- parff_min 2000000
- alphar 7.0 ! THdiff: 6
- greff_min 0.06 ! THdiff: 0.08
- turnover_sap 0.075 ! THdiff: 0.065
- )
- ! From global version; values from orginal European version after "!"
- group "shade_intolerant" (
- est_max 0.2
- parff_min 2500000
- alphar 10.0
- greff_min 0.08 ! THdiff: 0.1
- turnover_sap 0.1 ! THdiff: 0.08
- )
- group "boreal_tree" (
- respcoeff 1.0 ! THdiff: 2.0
- pstemp_min -4
- pstemp_low 10
- pstemp_high 25
- pstemp_max 38
- )
- group "temperate_tree" (
- respcoeff 1.0
- pstemp_min -2
- pstemp_low 15
- pstemp_high 25
- pstemp_max 38
- )
- !///////////////////////////////////////////////////////////////////////////////////////
- ! PFTs and species follow
- !
- ! THdiff notes:
- ! 1. Thomas Hickler didn't give the values used for the tcmax_est and twmin_est parameters
- ! 2. rootdist is different for (z1 in brackets): Abi_alb (0.8), Bet_pen (0.8), Bet_pub (0.8), Car_bet (0.7),
- ! Cor_ave (0.7), Fag_syl (0.8), Fra_exc (0.8)
- pft "Abi_alb" (
- include 1
- tree
- shade_tolerant
- temperate_tree
- needle_leaved
- ! sla 9.3 ! Not used if ifcalcsla is set
- gmin 0.3
- phenology "evergreen"
- fnstorage 0.05
- leaflong 3 ! THdiff: 4
- turnover_leaf 0.33 ! THdiff: 0.25
- phengdd5ramp 0
- tcmin_surv -2 ! from GS. THdiff: -4.5 ! Sykes96: -4.5
- tcmin_est -2 ! from GS. THdiff: -3.5 ! Sykes96: -4.5
- tcmax_est 2 ! from GS. THdiff: -2
- twmin_est 6 ! limit not implemented
- gdd5min_est 1600 ! from GS ! THdiff: -1450 ! Sykes96: 1450
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.1
- intc 0.06
- longevity 350
- drought_tolerance 0.35
- eps_iso 0.05
- seas_iso 0
- eps_mon 1.1 0.7 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "BES" (
- ! boreal evergreen shrub
- include 1
- shrub
- boreal_tree
- crownarea_max 3
- k_allom1 20 ! THdiff: 250
- k_allom2 5 ! THdiff: ?
- k_latosa 500
- shade_intolerant
- rootdist 0.8 0.2
- ! sla 9.3 ! Not used if ifcalcsla is set
- gmin 0.3
- phenology "evergreen"
- leaflong 2
- turnover_leaf 0.5
- turnover_sap 0.05 ! THdiff: 0.1 (shade intolerant value)
- phengdd5ramp 0
- tcmin_surv -1000 ! limit not implemented
- tcmin_est -1000 ! limit not implemented
- tcmax_est -1.0
- twmin_est -1000 ! limit not implemented
- gdd5min_est 200 ! THdiff: 300
- longevity 50
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.1
- intc 0.06
- drought_tolerance 0.25
- eps_iso 2.0
- seas_iso 0
- eps_mon 2.4 1.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- ga 0.040
- )
- pft "Bet_pen" (
- include 1
- tree
- shade_intolerant
- temperate_tree
- broad_leaved
- ! sla 24.3 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "summergreen"
- fnstorage 0.15
- phengdd5ramp 200
- tcmin_surv -30
- tcmin_est -30
- tcmax_est 7 ! THdiff: -
- twmin_est 5 ! THdiff: -
- gdd5min_est 700 ! Sykes96
- k_chilla 0
- k_chillb 350
- k_chillk 0.05
- fireresist 0.1
- intc 0.02
- longevity 200
- drought_tolerance 0.42
- eps_iso 0.2
- seas_iso 1
- eps_mon 2.1 3.9 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Bet_pub" (
- include 1
- tree
- shade_intolerant
- boreal_tree
- broad_leaved
- ! sla 24.3 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "summergreen"
- fnstorage 0.15
- phengdd5ramp 200
- tcmin_surv -30
- tcmin_est -30
- tcmax_est 3 ! THdiff: -
- twmin_est 5 ! THdiff: -
- gdd5min_est 350 ! Sykes96: 150
- k_chilla 0
- k_chillb 350
- k_chillk 0.05
- fireresist 0.1
- intc 0.02
- longevity 200
- drought_tolerance 0.5
- eps_iso 0.
- seas_iso 1
- eps_mon 0.1 0.9 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Car_bet" (
- include 1
- tree
- intermediate_shade_tolerant
- temperate_tree
- broad_leaved
- ! sla 24.3 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "summergreen"
- fnstorage 0.15
- phengdd5ramp 200
- tcmin_surv -8 ! Sykes96
- tcmin_est -8
- tcmax_est 5 ! THdiff: -
- twmin_est 5 ! THdiff: -
- gdd5min_est 1200 ! Sykes96: 1100
- k_chilla 0
- k_chillb 600 ! Sykes96 1200
- k_chillk 0.05 ! Sykes96 0.0075
- fireresist 0.1
- intc 0.02
- longevity 350
- drought_tolerance 0.33
- eps_iso 0.
- seas_iso 1
- eps_mon 0.06 0.02 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Cor_ave" (
- include 1
- tree
- crownarea_max 15
- broad_leaved
- intermediate_shade_tolerant
- temperate_tree
- k_latosa 4000
- ! sla 12 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "summergreen"
- fnstorage 0.15
- phengdd5ramp 200
- tcmin_surv -11 ! THdiff: -8 Sykes96: -15
- tcmin_est -11 ! THdiff: -7 Sykes96: -15
- tcmax_est 7 ! THdiff: -
- twmin_est 5 ! THdiff: -
- gdd5min_est 800 ! Sykes96
- k_chilla 0
- k_chillb 350
- k_chillk 0.05
- fireresist 0.1
- intc 0.02
- longevity 100 ! THdiff: 300 - see Savill's silviculture book
- drought_tolerance 0.3
- eps_iso 0.
- seas_iso 1
- eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Fag_syl" (
- include 1
- tree
- shade_tolerant
- temperate_tree
- broad_leaved
- ! sla 24.3 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "summergreen"
- fnstorage 0.15
- phengdd5ramp 200
- tcmin_surv -3.5 ! Sykes96
- tcmin_est -3.5
- tcmax_est 6 ! THdiff: -
- twmin_est 5 ! THdiff: - Sykes96
- gdd5min_est 1500 ! Sykes96 990 (with greater chilling)
- k_chilla 0
- k_chillb 600 ! Sykes96 1150
- k_chillk 0.05 ! Sykes96 0.0065
- fireresist 0.1
- intc 0.02
- longevity 500
- drought_tolerance 0.3
- eps_iso 0.
- seas_iso 1
- eps_mon 3.5 6.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Fra_exc" (
- include 1
- tree
- intermediate_shade_tolerant
- temperate_tree
- broad_leaved
- ! sla 24.3 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "summergreen"
- fnstorage 0.15
- phengdd5ramp 200
- tcmin_surv -16 ! Sykes96
- tcmin_est -16 ! Sykes96
- tcmax_est 6 ! THdiff: - Sykes
- twmin_est 5 ! THdiff: -
- gdd5min_est 1100 ! Sykes96
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.1
- intc 0.02
- longevity 350
- drought_tolerance 0.4
- eps_iso 0.
- seas_iso 1
- eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Jun_oxy" (
- ! Thomas Hickler's values
- include 1
- tree ! THdiff: - shrub
- shade_intolerant
- temperate_tree
- needle_leaved
- k_latosa 1500
- crownarea_max 10
- rootdist 0.5 0.5
- ! sla 10 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "evergreen"
- fnstorage 0.05
- leaflong 1.5
- turnover_leaf 0.6667
- phengdd5ramp 0
- tcmin_surv 0
- tcmin_est 1
- tcmax_est 1000
- twmin_est -1000
- gdd5min_est 2200
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.4
- intc 0.02
- longevity 200
- drought_tolerance 0.01
- eps_iso 0.
- seas_iso 0
- eps_mon 1.2 0.8 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "MRS" (
- ! Thomas Hickler's values
- ! Mediterranean raingreen low shrub:
- ! Cistus, Rosmarinus, Genista, Lavandula, Erica
- include 1
- shrub ! THdiff: - has k_allom1 as 250
- shade_intolerant
- temperate_tree
- k_latosa 1500 ! ThomasH
- rootdist 0.9 0.1
- ! sla 10 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "raingreen"
- leaflong 0.5
- turnover_leaf 1
- phengdd5ramp 0
- tcmin_surv 0 ! ThomasH
- tcmin_est 1 ! ThomasH
- tcmax_est 1000 ! 11
- twmin_est -1000 ! 21
- gdd5min_est 2200 ! ThomasH
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.3 ! TH
- intc 0.02
- longevity 100 !
- drought_tolerance 0.01
- eps_iso 2.0
- seas_iso 0
- eps_mon 2.4 1.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- ga 0.040
- )
- pft "Pic_abi" (
- include 1
- tree
- shade_tolerant
- boreal_tree
- needle_leaved
- rootdist 0.8 0.2
- ! sla 9.3 ! Not used if ifcalcsla is set
- gmin 0.3
- phenology "evergreen"
- fnstorage 0.05
- leaflong 3 ! THdiff: 4
- turnover_leaf 0.33 ! THdiff: 0.25
- phengdd5ramp 0
- tcmin_surv -30
- tcmin_est -30
- tcmax_est -1.5 ! Sykes96
- twmin_est 5 ! THdiff: -
- gdd5min_est 600 ! Sykes96
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.1
- intc 0.06
- longevity 500
- drought_tolerance 0.43
- eps_iso 0.5
- seas_iso 0
- eps_mon 3.9 2.1 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Pic_sit" (
- ! Bjarki's values
- include 0
- tree
- intermediate_shade_tolerant ! Savill's silviculture book
- boreal_tree
- needle_leaved
- k_latosa 4500 ! Waring et al 1980
- rootdist 0.8 0.2 ! ThomasH
- ! sla 9.3 ! Not used if ifcalcsla is set
- gmin 0.3
- phenology "evergreen"
- fnstorage 0.05
- leaflong 4 ! 5 !?
- turnover_leaf 0.25 ! 0.2 !?
- phengdd5ramp 0
- tcmin_surv -18 ! Bjarki
- tcmin_est -17
- tcmax_est 5.5 ! 100419 - was 9.5 in earlier runs. Bjarki from STASH
- twmin_est -1000 ! 5
- gdd5min_est 450 ! Bjarki
- k_chilla 0
- k_chillb 100 ! Bjarki
- k_chillk 0.05 ! Bjarki
- fireresist 0.1
- intc 0.06
- longevity 700 ! Bjarki
- drought_tolerance 0.5 ! Bjarki
- eps_iso 0. ! to be determined
- seas_iso 0
- eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 ! to be determined
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- ! wooddens 200 - Should be less dens than P. abies (Savill)
- ! turnover_sap 0.065 ! Bjarki 30% + abies!
- )
- pft "Pin_syl" (
- include 1
- tree
- intermediate_shade_tolerant
- boreal_tree
- needle_leaved
- k_latosa 3000 ! THdiff: 2000 (but I find that this to be a huge disadvantage for Pinus s.)
- ! sla 9.3 ! Not used if ifcalcsla is set
- gmin 0.3
- phenology "evergreen"
- fnstorage 0.05
- leaflong 2
- turnover_leaf 0.5
- phengdd5ramp 0
- tcmin_surv -30
- tcmin_est -30
- tcmax_est -1.0 ! Sykes96
- twmin_est 5 ! THdiff: -
- gdd5min_est 500 ! Sykes96
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.2
- intc 0.06
- longevity 350 ! THdiff: 500
- drought_tolerance 0.25
- eps_iso 0.
- seas_iso 0
- eps_mon 3.2 0.8 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Pin_hal" (
- ! Thomas Hickler's values
- include 1
- tree
- shade_intolerant
- temperate_tree
- needle_leaved
- k_latosa 3000 ! THdiff: 2000 (but I find that this to be a huge disadvantage for Pinus h.)
- ! sla 9.3 ! Not used if ifcalcsla is set
- gmin 0.3
- phenology "evergreen"
- fnstorage 0.05
- leaflong 2
- turnover_leaf 0.5
- phengdd5ramp 0
- tcmin_surv 3
- tcmin_est 3
- tcmax_est 9 ! THdiff -
- twmin_est 21
- gdd5min_est 3000
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.2
- intc 0.06
- longevity 350
- drought_tolerance 0.05
- eps_iso 0.
- seas_iso 0
- eps_mon 6.1 3.9 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Pop_tre" (
- ! Not included in Thomas Hickler's paper
- include 1
- tree
- shade_intolerant
- temperate_tree
- broad_leaved
- rootdist 0.7 0.3
- ! sla 24.3 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "summergreen"
- fnstorage 0.15
- phengdd5ramp 200
- tcmin_surv -31 ! Sykes
- tcmin_est -30 ! Sykes
- tcmax_est 6 ! Sykes96
- twmin_est -1000
- gdd5min_est 500 ! Sykes96 400
- k_chilla 0
- k_chillb 350
- k_chillk 0.05
- fireresist 0.2 ! Slightly higher to account for its ability to re-sprout
- intc 0.02
- longevity 160 ! Prentice & H.
- drought_tolerance 0.4
- eps_iso 20.
- seas_iso 1
- eps_mon 2.4 1.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Que_coc" (
- ! Thomas Hickler's values
- include 1
- shrub ! THdiff: - has k_allom1 as 250
- intermediate_shade_tolerant
- temperate_tree
- k_latosa 2500
- rootdist 0.5 0.5
- ! sla 10 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "evergreen"
- leaflong 1.5
- turnover_leaf 0.6667
- phengdd5ramp 0
- tcmin_surv 0
- tcmin_est 0
- tcmax_est 11
- twmin_est 21
- gdd5min_est 2200
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.3
- intc 0.02
- longevity 350
- drought_tolerance 0.1
- eps_iso 0.1
- seas_iso 0
- eps_mon 6.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- ga 0.040
- )
- pft "Que_ile" (
- include 1
- tree
- intermediate_shade_tolerant
- temperate_tree
- broad_leaved
- k_latosa 3000
- rootdist 0.5 0.5
- ! sla 9.3 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "evergreen"
- fnstorage 0.05
- leaflong 2
- turnover_leaf 0.5
- phengdd5ramp 0
- tcmin_surv 3 ! THdiff: -2
- tcmin_est 3 ! THdiff: -1
- tcmax_est 7 ! THdiff: -
- twmin_est 5 ! THdiff: -
- gdd5min_est 1800
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.3
- intc 0.02
- longevity 350
- drought_tolerance 0.1
- eps_iso 0.05
- seas_iso 0
- eps_mon 9.6 6.4 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Que_pub" (
-
- ! Thomas Hickler's values
- include 1
- tree
- intermediate_shade_tolerant
- temperate_tree
- broad_leaved
- ! sla 24.3 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "summergreen"
- fnstorage 0.15
- phengdd5ramp 200
- tcmin_surv -6 ! THdiff: -6
- tcmin_est -5 ! THdiff: -5
- tcmax_est 6 ! THdiff: -
- twmin_est -1000
- gdd5min_est 1900 ! Sykes96
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.2
- intc 0.02
- longevity 500
- drought_tolerance 0.2
- eps_iso 50.0
- seas_iso 1
- eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Que_rob" (
- include 1
- tree
- intermediate_shade_tolerant
- temperate_tree
- broad_leaved
- ! sla 24.3 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "summergreen"
- fnstorage 0.15
- phengdd5ramp 200
- tcmin_surv -10 ! THdiff: -16, Sykes96: -16
- tcmin_est -9 ! THdiff: -15, Sykes96: -16
- tcmax_est 6 ! THdiff: -
- twmin_est 5 ! THdiff: -
- gdd5min_est 1100
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.2
- intc 0.02
- longevity 500
- drought_tolerance 0.25
- eps_iso 40.0
- seas_iso 1
- eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Til_cor" (
- include 1
- tree
- intermediate_shade_tolerant
- temperate_tree
- broad_leaved
- rootdist 0.8 0.2
- ! sla 24.3 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "summergreen"
- fnstorage 0.15
- phengdd5ramp 200
- tcmin_surv -12 ! THdiff: -18, Sykes96: -18
- tcmin_est -11 ! THdiff: -17
- tcmax_est 5 ! THdiff: -
- twmin_est 5 ! THdiff: -
- gdd5min_est 1100 ! THdiff: 1000, Sykes96 has 830 (with higher chilling)
- k_chilla 0
- k_chillb 600
- k_chillk 0.05
- fireresist 0.1
- intc 0.02
- longevity 350
- drought_tolerance 0.33
- eps_iso 0.
- seas_iso 1
- eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- pft "Ulm_gla" (
- ! Not included in Thomas Hickler's paper
- include 1
- tree
- intermediate_shade_tolerant
- temperate_tree
- broad_leaved
- ! sla 24.3 ! Not used if ifcalcsla is set
- gmin 0.5
- phenology "summergreen"
- fnstorage 0.15
- phengdd5ramp 200
- tcmin_surv -10.5 ! Sykes96: -15
- tcmin_est -9.5 ! Sykes96: -15
- tcmax_est 6
- twmin_est 5
- gdd5min_est 850 ! Sykes96
- k_chilla 0
- k_chillb 100
- k_chillk 0.05
- fireresist 0.1
- intc 0.02
- longevity 350
- drought_tolerance 0.4
- eps_iso 0. ! to be determined
- seas_iso 1
- eps_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 ! to be determined
- storfrac_mon 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- )
- group "C3G" (
- include 1
- grass
- pathway "c3"
- rootdist 0.9 0.1
- gmin 0.5
- phenology "any"
- ! sla 32.4 ! Not used if ifcalcsla is set
- leaflong 0.5
- turnover_leaf 1
- turnover_root 0.7
- phengdd5ramp 100
- pstemp_min -5
- pstemp_low 10
- pstemp_high 30
- pstemp_max 45
- tcmin_surv -1000 ! limit not implemented
- tcmin_est -1000 ! limit not implemented
- tcmax_est 1000 ! limit not implemented
- twmin_est -1000 ! limit not implemented
- gdd5min_est 0 ! limit not implemented
- parff_min 2000000
- fireresist 0.5 ! PM_Dec2012, was 1.0 ! THdiff 0.5 ! Changed from 0.5 on April 10, 2006
- intc 0.01
- drought_tolerance 0.01
- eps_iso 0.
- seas_iso 1
- eps_mon 0.45 0.55 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- harv_eff 0.5
- )
- pft "C3_gr" (
- C3G
- )
- group "C4G" (
- include 0
- grass
- pathway "c4"
- rootdist 0.9 0.1
- gmin 0.5
- phenology "any"
- leaflong 0.5
- turnover_leaf 1
- turnover_root 0.7 ! PM_Dec2012, was 0.5
- phengdd5ramp 100
- pstemp_min 6
- pstemp_low 20
- pstemp_high 45
- pstemp_max 55
- tcmin_surv 15.5
- tcmin_est 15.5
- tcmax_est 1000 ! limit not implemented
- twmin_est -1000 ! limit not implemented ! limit not implemented
- gdd5min_est 0 ! limit not implemented
- parff_min 1000000 ! ThomasH 2000000 ! Changed from 2500000 on April 10, 2006
- fireresist 0.5
- intc 0.01
- drought_tolerance 0.01
- eps_iso 0.
- seas_iso 1
- eps_mon 0.55 0.45 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- storfrac_mon 0.5 0.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0
- harv_eff 0.5
- )
- pft "C4_gr" (
- C4G
- )
- ! Reference: Savill's silviculture book:
- ! The Silviculture of Trees used in British Forestry, Peter S. Savill
|