-
Notifications
You must be signed in to change notification settings - Fork 7
/
parameters_initialstate.nml
41 lines (35 loc) · 2.17 KB
/
parameters_initialstate.nml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
&vegn_parameters_nml
K_nitrogen = 2.5 ! soil mineral nitrogen loss rate (per year)
! species 0 1 2 3 4
phenotype = 0, 0, 0, 0, 1, ! 0: Deciduous; 1 Evergreen
laimax = 3.0, 3.0, 0.1, 0.1, 0.1, ! Initial crown LAI
LMA = 0.035, 0.035, 0.035, 0.035, 0.175,! kgC m-2 leaf
LAI_light = 3.0, 3.0, 3.5, 3.5, 3.0, ! Light-limited maximum crown LAI
CNleafsupport = 40., 40., 40., 40., 40., ! C/N ratio of the protective tissues of leaves
Vannual = 1.2, 1.2, 1.2, 0.8, 0.8, ! 1.2 kgC m-2 yr-1
gamma_LN = 25., 25., 50.5, 50.5, 50.5, ! leaf respiration rate (kgC kgN-1 yr-1)
gamma_FR = 2.5, 2.5, 1.5, 1.5, 1.5, ! fine root respiration rate (kgC kgN-1 yr-1)
gamma_SW = 0.0025, 0.0025, 0.0012, 0.0012, 0.0012, ! Sapwood respiration rate (kgC m-2 Acambium yr-1)
phiRL = 0.8, 0.8, 0.8, 0.8, 0.8, ! ratio of fine root surface area toleaf area
phiCSA = 1.25E-4, 1.25E-4, 0.25E-4, 0.25E-4, 0.25E-4, ! ratio of sapwood cross section area to leaf area
mortrate_d_c = 0.02, 0.02, 0.02, 0.02, 0.02, ! canopy tree mortality rate, year-1
mortrate_d_u = 0.05, 0.05, 0.05, 0.05, 0.05, ! understory tree mortality rate, year-1
/
&initial_state_nml
! Initial plant cohorts
init_n_cohorts = 2, ! 5,
init_cohort_species = 4, 3, ! 3, 4,
init_cohort_nindivs = 0.05, 0.05, ! trees/ha
init_cohort_bsw = 0.2, 0.2, ! 1.5, ! sapwood biomass, kgC tree-1
init_cohort_bHW = 0.0, 0.0, ! 0.0, ! heartwood biomass, kgC tree-1
init_cohort_nsc = 0.5, 0.5, ! 2.0, ! non-structural carbon, kgC tree-1
! Soil
init_fast_soil_C = 0.1 ! 0.8 ! kg C m-2
init_slow_soil_C = 0.1 ! 40.0 ! kg C m-2
init_Nmineral = 0.5E-3, ! kg N m-2
N_input = 3.6E-3, ! kg N m-2 yr-1, N deposit: 0.8 g N m-2 yr-1
! high N input --> Deciduous
! low N input --> Evergreen
! Model run
model_run_years = 500
/