123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110 |
- !///////////////////////////////////////////////////////////////////////////////////////
- !// 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)
- 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
|