THumeWheatLeafArea

Author

Agronomy and Crop Science Group, Kiel University

Published

March 28, 2026

1 Summary

Module for leaf area development and senescence in wheat crops. Authors:Arne Ratjen, Henning Kage & Agronomy Group, University of Kiel First edited: x.x.2003 Last edited: 02.08.25

  • Ratjen, A.M. (2012). Refined N-Fertilization of Winter Wheat: A model supported approach combining statistical and mechanistic components. PhD. thesis, Univ. Kiel. https://www.pflanzenbau.uni-kiel.de/de/publikationen/dissertationen/dissertationen-als-pdf/dissertation-ratjen-2013.pdf
  • Ratjen, A.M., Kage, H., 2013. Is mutual shading a decisive factor for differences in overall canopy specific leaf area of winter wheat crops? Field Crop. Res. 149, 338–346. https://doi.org/10.1016/j.fcr.2013.05.015.
  • Ratjen, A.M., Lemaire, G., Kage, H., Plénet, D., Justes, E., 2018. Key variables for simulating leaf area and N status: Biomass based relations versus phenology driven approaches. Eur. J. Agron. 100, 110–117. https://doi.org/10.1016/j.eja.2018.04.008.
  • Ritchie et al. : https://nowlin.css.msu.edu/wheat_book/CHAPTER2.html

1.1 Descendence

The class THumeWheatLeafArea has the following ancestor classes shown in Table 1.

Table 1: Ancestor classes of THumeWheatLeafArea
AncestorClass Namespace
TSubmodel UMod
TGraphicControl Vcl.Controls
TControl Vcl.Controls
TComponent System.Classes
TPersistent System.Classes
TObject System

TRUE

2 Scientific Background

Many crop models are simulating leaf area as a function of simulated leaf biomass multiplied with the ratio of leaf area over leaf dry weight (SLA). Thereby two fundamentally different approaches can be employed: (i) The SLA refers to the new leaf area formed or (ii) to the overall canopy of the crop (Marcelis et al., 1998). The former approach considers LAI as a state variable, while SLA refers to the change rate of this state. With the latter approach LAI is usually defined as a derived variable. Both approaches have their justification: During early leaf growth SLA is decreasing with increasing leaf size, because of the greater proportion of structural C needed to maintain bigger leafs (Rawson et al., 1987). Thus the SLA of the new formed leafs is smaller, while the SLA of the previously formed, smaller leafs remains higher. This relationship is reflected by the decrease in SLA of new formed leaf area. As a converse effect, the influence of mutual shading becomes more important with rising LAI, what enhances SLA. The influence of shading does not concern new formed leaf area of the top leaves, but earlier formed, lower inserted leaves. Considering this aspect, it is not appropriate to conserve the SLA of already formed leaves. This implies an interaction between SLA and LAI, which should be taken into account. During early leaf growth the decrease due to leaf size probably determines SLA, but is soon dominated by the influence of mutual shading. The transition between these two phases is variable, which complicates the SLA modelling. Furthermore, for winter annual crops also the drastically changing light environment from sowing in autumn until rapid growth in spring affects SLA.

A compromising solution of both approaches is provided by the simulated leaf area development in HumeWheat. Thereby a potential SLA (SLApot) refers to the complete canopy, but affects only the LAI increase, whereas the reduction of LAI due to the senescence processes is calculated by separate routines:

LAI_{new}(t)=\max (0,W_{leaf}(t) \cdot SLA_{pot}(t) \cdot 10^{-4} - LAI(t)) \tag{1}

Daily LAI increment is calculated from the increase in total leaf area and total senescence:

\frac{dLAI}{dt}=LA{{I}_{new}}(t)-\frac{dSen}{dt} \tag{2}

2.1 Calculation of SLApot

At the beginning of leaf growth, i.e. after emergence of the first leaf SLApot is initialized with the maximum SLA (SLAmax). The standard value of SLAmax is 250 [cm2/g].

At later stages, i.e. after start of stem elongation (BBCH 31) The SLA usually increases due to mutual shading as a function of LAI.

SLA_{LAI}(t)=a_{SLA}+b_{SLA} \cdot LAI(t) \tag{3}

where a_{SLA} and b_{SLA} are parameters of the regression equation. The default values of a_{SLA} and b_{SLA} are set to 136.69 and 14.93 in the model (Fig. 1). See Fig. 3b in (Ratjen and Kage, 2013).

Figure 1: Specific leaf area as a function of leaf area index

In order to describe the transition from the high SLA values after emergence to lower values followed by the subsequent increase due to the shading effects of increasing LAI a transition value of SLA (SLATrans) is calculated:

SLA_{Trans}(t)=SLA_{LAI}(t)+ (SLA_{max}-SLA_{LAI}(t)) \cdot e^{ (f_{dec1} \cdot LAI(t)+f_{dec2})} \tag{4}

where f_{dec1} and f_{dec2} are parameters describing the transition. The default values of f_{dec1} and f_{dec2} are set to -1.1237 and 0.3 in the model.

In every time step the potential SLA is calculated as the minimum of the previous SLA and the calculated SLATrans. If the old SLA is larger than SLALAI, the SLA is equal to SLAtrans, if not SLA is equal to SLALAI.

An example for the result of this algorithm is given in Fig. 2.

Figure 2: Specific leaf area as a function of leaf area index

2.2 Leaf number

The leaf number (LN) on the main stem is calculated from the cumulative phyllochrons (CUMPH) since emergence and the phyllochron interval (PHINT) according to the following equations:

CUMPH = \frac {\sum T_{eff}} {PHINT} \tag{5}

LN = trunc( CUMPH + 1 ) \tag{6}

where T_{eff} is the effective temperature, PHINT is the phyllochron interval, and LN is the leaf number on the main stem. The value of PHINT is set to 91.74 [°Cd] in the model (see #eq-dBBCH_dt_GS1 and Johnen et al. (2012)).

2.3 Leaf growth

The leaf area is calculated on a leaf age class level, thereby the leaf number on the main stem is giving the age classes. This approach is basically from CERES-Wheat. Thereby only the youngest leaf age class is growing. This approach allows to implement a simple approach for leaf senescence, which is based on the leaf age. Our experience with experimental data in Germany, however, is that this approach tends to overestimate the leaf senescence over winter.

The growth rate of the leaf area of the youngest leaf class (PLSCGRi) is calculated from the sum of the existing leaf dry matter of the leaf (LFWTpl) plus the daily dry matter growth rate of the leaf fraction of a single plant (GROLF, GROwth Of LeaF) times the potential specific leaf area (SLApot) minus the existing leaf area for that leaf age class (sumPSLC):

\frac{dPLSC_i}{dt} = PLSCGR_i= (LFWT_{pl} + GROLF) \cdot SLA_{pot} - sumPLSC \tag{7}

2.4 Senescence

Leaf senescence is governed by different factors in HumeWheat:

  • age
  • drought stress
  • nitrogen stress
  • light availability and also the EC stage of the crop

2.4.1 Age

2.4.1.1 CERES algorithm for leaf senescence in early stages (BBCH 10-30)

The model includes the option to simulate leaf senescence in the early stages of the crop according to the CERES-Wheat approach. This algorithm, however, was not evaluated for own data sets and the leaf area simulation may perform better if this option is set to false.

The 5th oldest leaf fraction dies within one phyllochron interval. First the leaf area of the oldest leaf fraction is fixed as a potential senescence rate when four younger leaves are present:

senratesLA[trunc(LN)-4] = PLSC[trunc(LN)-4] \tag{8}

Then the leaf loss rate of that leaf age fraction is calculated from the leaf area of this fraction at the beginning of the senescence process and the fraction of the leaf fraction of the effective temperature (Teff) and the phyllochron interval (PHINT):

PLALR_a = min(\frac { PLSC[trunc(LN) - 4]} {dt}, senratesLA[trunc(LN) - 4] * T_{eff} / (PHINT)) \tag{9}

where PLSC is the leaf area of the leaf age class, T_{eff} is the effective temperature, PHINT is the phyllochron interval, and PLALR_a is the leaf area loss rate due to age.

An examination of the leaf senescence algorithms in HumeWheat showed that this approach is not suitable for the leaf area simulation in the early stages of the crop within the context of HumeWheat. The leaf area loss rate is too high and leads to a too low leaf area index in the early stages of the crop. Therefore, it is recommend to set the option optUseAgeDependendLeafSenescene to false, which is the default value in the model.

List of 1
 $ legend.position: chr "bottom"
 - attr(*, "class")= chr [1:2] "theme" "gg"
 - attr(*, "complete")= logi FALSE
 - attr(*, "validate")= logi TRUE
Figure 3: Leaf area growth rate of different age classes according to the CERES-Wheat 2.0 Algorithm

From Fig. 4 it becomes obvious, that the huge decline of leaf area due to the CERES-Wheat 2.0 approach leads to too low simulated LAI values for the choosen example, mainly because the start value of leaf area index in spring is too low, which slows down growth rates and thereby also leaf area index development.

Figure 4: Simulated Leaf Area Index with and without early age leaf senescence. Dots reperesent measured leaf area index.

2.4.1.2 Leaf senescence in later stages (BBCH 31-71)

In later stages the leaf senescence is calculated as a fraction of the existing leaf area per plant, the effective day temperature and a stage specific parameter. (see https://nowlin.css.msu.edu/wheat_book/CHAPTER2.html)

For ISTAGE 2 and 4 (BBCH 30-57, see #tbl-CWDevStages), the equation is:

PLALR_a = PSENLeaf_1 \cdot T_{eff} \cdot GPLA \tag{10}

and similarly at ISTAGE 5 (BBCH 58-71):

PLALR_a = PSENLeaf_2 \cdot T_{eff} \cdot GPLA \tag{11}

where PSENLeaf_1 is a parameter of the regression equation.

The parameters values PSENLeaf_1 and PSENLeaf_2 have defaults of 0.0003 and 0.0006 cm^2 \cdot °Cd^{-1} in the model. From Fig. 5 it becomes obvious that the parameter PSENLeaf_1 is a sensitive parameter for the leaf area index simulation. It remains to be discussed if values > 0 improve the predictive quality of the model.

Figure 5: Sensitivity analysis for effects of the parameter PSEN1 ond simulated Leaf Area Index of winter wheat. Data are from trial 95/2006, N240 as average of the cultivars.
Figure 6: Sensitivity analysis for effects of the parameter PSEN2 ond simulated Leaf Area Index of winter wheat.Data are from trial 95/2006, N240 as average of the cultivars.

2.4.2 Drought stress

The sub model includes an option to calculate drought stress induced leaf senescence. This option is set to true by default, but can be switched off in the options of the model. The option is named optUseDroughtStressLeafSenescence and can be set to false if the drought stress induced leaf senescence should not be calculated.

The approach for calculating drought induced leaf senescence is mainly taken from (Meinke et al., 1998).

The base for the calculation of the drought stress is a moving average of the relative TranspirationInterception-ratio, i.e. the ratio of the sum of the actual transpiration and interception to the sum of potential transpiration and interception.

If this average ratio (TransIntRatioeven) and the actual TransIntRatio are smaller than a threshold value (TRcrit) drought stress induced leaf senescence is calculated. The threshold value TRcrit is set to 0.62 in the model and therefore lower than the value used by Meinke et al. (1998) which is 0.8. This means that drought stress induced leaf senescence occurs if the average and the actual ratio of actual to potential transpiration+interception is smaller than 0.62.

In a next step a sustainable leaf area index (LAIs) is calculated which gives a ratio of the sum of actual transpiration + interception to the sum of potential transpiration to interception equals the value of TRcrit.

The daily senescence rate due to drought stress then is calculated from the difference of the actual LAI and the sustainable LAI multiplied with the TransIntRatio divided by 15 (days) times the TransIntRatioeven and divided by the number of plants per m2, thereby the factor 1e4 converts m2 to cm2

PLALR_d = max\left( 0, \frac{LAI - LAIs} {15} \cdot TransIntRatio_{even} \cdot 1e4 \cdot \frac{1}{plants} \right) \tag{12}

where LAI is the leaf area index, LAIs is the sustainable leaf area index, TransIntRatio_{even} is the moving average of the relative transpiration interception ratio, and plants is the number of plants per square meter.

The sustainable leaf area index is derived from an iterative, numerical solution using the Newton method for solving non-linear equations.

2.4.3 Nitrogen stress / nitrogen induced leaf senescence

Within the class THumeWheatLeafArea two different options for late leaf area senescence are implemented, which can be selected by the option OptNSenescenceType. The option concentration calculates the leaf sencescence rate according to the ratio of the actual to the opitmal specific leaf area based N concentration, where as the option cwt3 uses the classic, N concentration independent algorithm from CERES Wheat.

2.4.3.1 Nitrogen induced late leaf area senescence

The algorithm for nitrogen stress induced leaf senescence is based on the specific leaf nitrogen concentration (SLN) and the critical specific leaf nitrogen concentration (SLNtotcrit). The daily senescence rate due to nitrogen stress PLALRn is calculated from the difference of the actual LAI and the sustainable LAI multiplied with the ratio of the specific leaf nitrogen concentration to the critical specific leaf nitrogen concentration:

PLALR_n = min\left( LAI_{max} \cdot \frac{PLALR_{max}} {100}, LAI \cdot \left( 1 - \frac{SLN} {SLNtot_{crit}} \right) \right) \cdot \frac{1e4}{plants} \tag{13}

where LAI_{max} is the maximum leaf area index, PLALR_{max} is the maximum leaf area index loss rate [%], standard value is 5%, SLN is the specific leaf nitrogen concentration [g/m2 leaf], SLNtot_{crit} is the critical specific leaf nitrogen concentration (default 0.8) , and plants is the number of plants per square meter. The factor 1e4 converts m2 to cm2. This algorithm also induces the leaf senescence during ripening.

2.4.3.2 CERES-Wheat based late leaf area senescence

Alternatively, the classical leaf senecescence calculation from the CERES-Wheat model can be used. With this algorithm, the leaf area decline during ripening is controlled by the accumulated temperaturs sum during ISTAGE 5:

PLALR_n = GPLA \cdot 2 \cdot SUMDTT_5 \cdot \frac { T_{eff}}{TSum_{GF}^2} \tag{14}

where GPLA is the leaf area per plant, SUMDTT5 is the accumulated temperature sum during ISTAGE 5, T_{eff} is the temperature sum increment, and TSum_{GF}^2 is the value of unscaled parameter P5, giving the length of the grain filling period in degree days. The default value of P5 is set to 11.67 in the model. According to the equation #eq-TSumGF the equivalent value of TSum_{GF} is 663.4 [°Cd].

The leaf area dynamics of the two algorithms are compared in Fig. 7. The CERES-Wheat based algorithm leads to a more smooth leaf area decline during ripeningbut remains at LAI values > 0 at full ripening stage. The N concentration based algorithm, starts obviously later.

Figure 7: Comparison of leaf area index dynamics with the CERES-Wheat 2.0 Algorithm and th

2.4.4 Light limitation

Optionally, the effect of self shading on leaf senescence can be considered. The light dependent leaf senescence is calculated from the leaf area index if the 10 day average of radiation (PARav) [MJ.m-2.d-1] is falling below a threshold value named Icrit. The threshold value is set to 0.2 [MJ.m-1.d-1] in the model, which is much lower than the value of 1 [MJ.m-1.d-1] from Meinke et al. (1998).

Light dependent senescence only occurs between BBCH 31 and 39, the latter value is, however, a parameter describing the end of leaf growth (EClgend).

The daily senescence rate due to light limitation is calculated from the difference of the actual LAI and the sustainable LAI multiplied with the radiation sum divided by 10 days and divided by the number of plants per m2, thereby the factor 1e4 converts m2 to cm2

In a first step a sustainable leaf area index (LAIs) is calculated, which depends on the radiation sum and the critical radiation sum (Icrit) according to the following equation:

LAI_s = ln \left( \frac{I_{crit}} {PAR_{av}} \right) \cdot \frac {1} {-k_{PAR}} \tag{15}

where Icrit is the critical radiation sum, PAR_{av} is the 10 day average of photosynthetic active radiation, and k_{PAR} is the extinction coefficient for PAR radiation. The default value of kPAR is set to 0.7 in the model.

The daily senescence rate due to light limitation is calculated from the difference of the actual LAI and the sustainable LAI multiplied with the radiation sum divided by 20 days and divided by the number of plants per m2, thereby the factor 1e4 converts m2 to cm2

PLALR_l = max \left( 0, min \left( \left( \left( \frac{ LAI - LAI_s } { 20} \right) \cdot 1e4 \right) / plants, pla \right) \right) \tag{16}

where PLALR_l is the leaf area loss rate due to light limitation, LAI is the leaf area index, LAIs is the sustainable leaf area index, and plants is the number of plants per square meter.

2.5 Combined senescence

In order to combine the different senescence processes the maximum of either the maximum of age or drought senescence or the maximum of nitrogen or light dependent senescence rate is calculated. In total the senescence rate is not larger than the leaf area per plant:

PLALR = min \left( \frac{LAI*1e4}{plants}, max\left(max\left(PLALR_a,PLALR_d\right), max\left(PLALR_n, PLALR_l\right) \right)\right)

where PLALR is the leaf area loss rate, LAI is the leaf area index, plants is the number of plants per square meter, PLALR_a is the leaf area loss rate due to age, PLALR_d is the leaf area loss rate due to drought stress, PLALR_n is the leaf area loss rate due to nitrogen stress, and PLALR_l is the leaf area loss rate due to light limitation.

The algorithms for leaf area senescence are mainly taken from other models Ceres-Wheat and I_Wheat. A stringent validation has not yet been performed.

2.6 Leaf senescence due to N remobilization

Growing grains represent a strong sink for nitrogen (N) and trigger N remobilization from the vegetative organs, which decreases canopy photosynthesis and accelerates leaf senescence. The N dynamics for specific leaf-layers, stem and grain during grain-filling is simulated according to the process based approach of (Jessica Bertheloot et al., 2008). According to (Meinke et al., 1998) a SLN threshold value SLNcrit [g N.m-2] is used for the calculation of leaf senescence due to N remobilization. The critical leaf N concentration of a specific leaf-layer cNcrit[i] [%] is calculated as follows:

c{{N}_{crit[i]}}=\text{ SL}{{\text{N}}_{\text{crit2}}}\cdot \text{SL}{{\text{A}}_{\text{ }\!\![\!\!\text{ i }\!\!]\!\!\text{ }}}\cdot {{10}^{-2}} \tag{17}

The sustainable leaf area of the layer Ls[i] [m2.m-2] is

{{L}_{s[i]}}=SL{{A}_{[i]}}\cdot \frac{W{{L}_{[i]}}\cdot c{{N}_{[i]}}}{c{{N}_{crit[i]}}}\cdot {{10}^{-4}} \tag{18}

The senescence rate is the difference between the sum of Ls[i] and LAI:

\frac{dSe{{n}_{N\lim }}}{dt}=\text{ }\sum\limits_{\text{i}}{\text{L}{{\text{s}}_{\text{ }\!\![\!\!\text{ i }\!\!]\!\!\text{ }}}\text{(t)}-LAI(t)} \tag{19}

2.7 N dynamics during grain filling period

These algorithms were mainly inspired by J. Bertheloot et al. (2008) and Thornley and THORNLEY (1998).

The modelled plant N uptake during vegetative growth is driven by C accumulation, considering the decrease of N concentration with increasing leaf and stem dry mass. This concept is not appropriate during reproductive phase, since N dynamics are dominated by sink-source relations (e.g.(Jessica Bertheloot et al., 2008)), while N translocation starts to rule LUE and leaf senescence. In many crop models like CERES-WHEAT the influence of sink N demand on photosynthesis is not explicitly modelled, but approximated by equations reducing the effective LUE as a function of thermal time and/or ratio of current and structural stem weight (see CERES-WHEAT CarboRed function, Ritchie and Godwin 1987). The empiric modelling of leaf senescence and N translocation to the grains as a function of thermal time and C translocation only requires a range of fit parameters, difficult to parameterize and with low physiological relevance.

As an alternative, the N dynamics of the reproductive canopy is simulated as a function of sink (growing grains) and light environment according to the approach of J. Bertheloot et al. (2008). This mechanistic model concept describes the N fluxes within a representative tiller, assuming four leaf layers. Necessary parameters are forced by experimental data. The concept supplies information about the potential root N uptake after anthesis and N mass per unit leaf area (SLN). The leaf parameter SLN, wich is functional related to canopy photosynthesis and leaf senescence was previously used for LUE and leaf senescence modelling during grain filling (e.g. Meinke et al. (1998)). The challenge was to link the plant N model with the process based concept of C assimilation and allocation used during previous vegetative phase. The following sub-sections gives a summary of the N model according to (Jessica Bertheloot et al., 2008) and will describe the interfaces needed for the implementation.

2.8 Initial lamina distribution at anthesis

The first necessary step for implementation of the N model is the description of leaf relative tissue distribution between layers, regarded as uniform during vegetative growth. Rain-out-shelter experiments (See Thesis Ratjen, Tab.2, Exp.6) were carried out to describe the lamina distribution among leaf layers at anthesis. The method used for leaf partition across layers is described more precisely in Thesis Ratjen Chapter 3. Since leaf distribution follows the light gradient within the canopy it is influenced by LAI. Therefore, the leaf distribution was investigated by plotting the fraction of leaf dry matter, N mass and area of the respective layer against LAI. In order to ensure a sufficient amount of variability in LAI at anthesis, both, water limited and well irrigated treatments were taken into account. The leaf N concentration needed for the calculation of the leaf N distribution was not measured, but estimated as a function of chlorophyll index (Minolta SPAD-502) and leaf size. The estimation function (Fig.I.1) was previously calibrated using data of Exp.4 (same cultivar). The leaf mass Wl[i] [g.m-2] and leaf area L[i] [m2.m-2] of the first three layers is calculated as a function of LAI:

Wl_{i}=W_{leaf}\cdot (r{{W}_{l}}{{\operatorname{int}}_{[i]}}+r{{W}_{l}}in{{c}_{i}}\cdot LAI) \tag{20}

where rWlint[1-3] and rWlinc[1-3] are dimensionless fit parameters of the distribution.

The calculation of the leaf area and N distribution is carried out analogously:

{{L}_{[i]}}=LAI\cdot (rL{{\operatorname{int}}_{[i]}}+rLin{{c}_{[i]}}\times LAI) \tag{21}

{{N}_{l}}_{[i]}={{N}_{leaf}}\cdot (r{{N}_{l}}{{\operatorname{int}}_{[i]}}+r{{N}_{l}}in{{c}_{[i]}}\times LAI) \tag{22}

respectively.

The amount of leaf mass and area of the fourth layer is simply calculated as the difference between the respective total amount and sum of the first three layers.

2.8.1 Decomposition of total stem and lamina N

The total amount of N in leaf layers and stem is divided into a structural fraction (strucNl[i], strucNs) and photosynthetic fraction (phNl[i], phNs). According to Jessica Bertheloot et al. (2008), the mobile N pool (mobNtot) is decomposed into a leaf and a stem fraction (mobNl, mobNs).

The structural fraction is the product of dry mass and structural N concentration (Eq.I26). At beginning of grain filling period the photosynthetic fraction is initialized as the difference between total N and structural N:

{{N}^{ph}_{li}}={{N}_{li}}-{{W}_{li}}\cdot c{{N}_{struc}} \tag{23}

and

{{N}^{ph}_{s}}={{N}_{stem}}-{{W}_{stem}}\cdot c{{N}_{struc}} \tag{24}

At the begining of grain filling period the leaf and stem fraction of the common mobile N pool (mobNtot) is initialised according to the proportion of Nstem and Nleaf:

{{N}^{mob}_{s}}={{N}^{mob}_{tot}}\cdot \frac{{{N}_{stem}}}{{{N}_{stem}}+{{N}_{leaf}}} \tag{25}

respectively

{{N}^{mob}_{l}}={{N}^{mob}_{tot}}-{{N}^{mob}_{S}} \tag{26}

2.9 Dynamics of photosynthetic N during grain filling period

The physiological senescence rate during grain filling is driven by the N translocation from the vegetative tissue to the grains. Once leaf area is senescent, the difference between structural and current N content in senescent leaf tissue (transN[i]) is stored to the {}^{mob}{{N}_{l}} pool, whereas the {{N}^{ph}_{l[i]}}pool is reduced proportionally. Thus the concentration of photosynthetic N in the layer is not enhanced by senescence process. On this issue the implementation differs from the original approach, which assumes {N}^{ph}_{l[i]} as being unaffected by senescence. As a consequence senescence increases leaf N concentration. Generally, the differences between the methods are small (not shown) since transN[i] enhances the mobile N pool and thereby the synthesis of photosynthetic leaf N (Eq. 29). According to (J. Bertheloot et al., 2008) (their eq. 4) the dynamic of phNL[i] is modelled as the difference between a synthesis rate (phS[i] (t), [kg.°Cd-1]) and degeneration rate (phD[i] (t), [kg.°Cd-1]):

\frac{{{d}}{{N}^{ph}_{l[i]}}}{dt}={{S}^{ph}_{[i]}}(t){{-}}{{D}^{ph}_{[i]}}(t)]\times {{10}^{3}}-{{N}^{trans}_{[i]}}(t) \tag{27}

with the restriction that \text{d}{}^{\text{ph}}\text{N}{{l}_{\text{ }\!\![\!\!\text{ i }\!\!]\!\!\text{ }}} can not fall below zero.

The degeneration rate is modelled as a first order kinetic:

{{D}^{ph}_{i}}(t)=\delta \cdot {}{{N}^{ph}_{i}} \cdot {{10}^{-3}}, \tag{28}

where δ [°Cd-1] is the relative rate of N^{ph}_i degeneration.

The synthesis rate is modelled as a double Michaelis-Menten function:

{ph}{{S}_{[i]}}(t)=\sigma \cdot {{W}_{l}}_{[i]}(t)\times {{10}^{-3}}\cdot \frac{{}^{mob}{{N}_{c}}(t)}{{}^{mob}{{N}_{c}}(t)+k1}\cdot \frac{PAR}{PA{{R}_{[i]}}+k2}, \tag{29}

where σ [kg.kg-1°Cd-1] is the relative rate of photosynthetic N synthesis and k1 [kg.kg-1] is the Michaelis Menten constant associated to mobile N concentration, whereas k2 [J.m-2s-1] is Michaelis Menten constant associated to the amount of PAR incident on surface of lamina i PAR[i] [MJ PAR.m-2]. The mobile N concentration mobNc(t) [g.g-1] is computed as the mean concentration of mobile N in green lamina plus stem tissue:

{{N}^{mob}_{c}}(t)=\frac{{{N}^{mob}_{l}}(t)+{{N}^{mob}_{s}}(t)}{{{W}_{leaf}}(t)+{{W}_{stem}}(t)} \tag{30}

According to (J. Bertheloot et al., 2008), the amount of intercepted PAR[i] was calculated as a function of cumulative leaf area index above the respective lamina F[i]:

PA{{R}_{[i]}}={{k}_{PAR}}\cdot PA{{R}_{0}}\cdot p_{Trans} \cdot \exp (-{{k}_{PAR}}\cdot {{F}_{[i]}}) \tag{31}

where pTrans is the dimensionless PAR transmission coefficient.

The original model assumes a constant average PAR, whereas measured PAR is used in HumeWheat. In order to dampen any short-term, diurnal variations the net increase of phN[i] is limited to a maximum of 5%. The dynamic of phNs is calculated assuming that the ratio of mobile and photosynthetic N mass (r) is equal for all modules:

r=\frac{{{N}^{mob}_{l}}}{\sum\limits_{i}{{{N}^{ph}_{l[i]}}}} \tag{32}

the change rate of phNs therefore is

\frac{\text{d}{}{{N}^{ph}_{s}}}{dt}= min\left(0,N^{ph}_{s}(t) \cdot r(t) -{{N}^{mob}_{s}}(t) \right) \tag{33}

In contrast to the original model, the transfer of mobile N to the grain N pool starts with stem fraction (mobNs). The change rate of mobNs is calculated as the difference between stem N release and grain N uptake (Eq. 34) as follows:

\frac{d{}{{N}^{mob}_{s}}}{dt} = max\left(-{{N}^{mob}_{s}}(t),- \frac{d{N^{ph}_s}}{dt}-\frac{dN_g}{dt}\right) \tag{34}

Therefore, a larger amount of N remains at the mobNl pool (Eq. 25), compared to mobNs whenever the amount of mobile N exceeds the N demand of the grains:

\frac{d{}{{N}^{mob}_{\text{l}}}}{\text{dt}}= \left\{ \begin{align} & \max \left(-{{N}^{mob}_{l}}(t),-\sum\limits_{\text{i}}{\frac{\text{d}{}{{N}^{ph}_{l}}}{dt}}+\sum{{}{{N}^{trans}_{i}}(t)}\right) &{{|}}{{N}^{mob}_{s}}(t)\ge (\frac{dN^{ph}_{s}}{dt}+\frac{d{{N}_{grain}}}{dt})\\ & \max \left(-{N^{mob}_{l}}(t),-\sum \limits_{i}{\frac{d{}{{N}^{ph}_{l}}}{dt}}-\left(\frac{d{}{{N}^{ph}_{s}}}{dt}+\frac{d{{N}_{grain}}}{dt}\right) \right) & {{|}}{{N}^{mob}_{s}}(t)<(\frac{d{}^{ph}{{N}_{s}}}{dt}+\frac{d{{N}_{grain}}}{dt})\\ & \mathop{{}}^{{}}\mathop{{}}^{{}}+{}{{N}^{mob}_{s}}(t)+\sum{{N^{trans}_{i}}(t)}). \\ \end{align} \right. \tag{35}

3 Submodel objects

Dynamic system model consists according to the Forrester approach of state variable, parameters, variables and external driving forces. This is implemented in Hume by dynamic lists, which contents is given in the following sections.

3.1 State variables

The class THumeWheatLeafArea has 34 following state variable(s).

State variable Units InitialValue Description
CUMPH [-] 0 cumulative phyllochrons since emergence
LAI [m2/m2] 0 Leaf area index
PARi1 [W/m2] 0
PARi2 [W/m2] 0
PARi3 [W/m2] 0
PARi4 [W/m2] 0
PLA [cm2/plant] 0 Plant leaf area
PLSC__1 [cm2/plant] 0 Leaf area of single leaves
PLSC__2 [cm2/plant] 0 Leaf area of single leaves
PLSC__3 [cm2/plant] 0 Leaf area of single leaves
PLSC__4 [cm2/plant] 0 Leaf area of single leaves
PLSC__5 [cm2/plant] 0 Leaf area of single leaves
PLSC__6 [cm2/plant] 0 Leaf area of single leaves
PLSC__7 [cm2/plant] 0 Leaf area of single leaves
PLSC__8 [cm2/plant] 0 Leaf area of single leaves
PLSC__9 [cm2/plant] 0 Leaf area of single leaves
PLSC_10 [cm2/plant] 0 Leaf area of single leaves
PLSC_11 [cm2/plant] 0 Leaf area of single leaves
PLSC_12 [cm2/plant] 0 Leaf area of single leaves
PLSC_13 [cm2/plant] 0 Leaf area of single leaves
PLSC_14 [cm2/plant] 0 Leaf area of single leaves
PLSC_15 [cm2/plant] 0 Leaf area of single leaves
PLSC_16 [cm2/plant] 0 Leaf area of single leaves
PLSC_17 [cm2/plant] 0 Leaf area of single leaves
PLSC_18 [cm2/plant] 0 Leaf area of single leaves
PLSC_19 [cm2/plant] 0 Leaf area of single leaves
PLSC_20 [cm2/plant] 0 Leaf area of single leaves
PLSC_21 [cm2/plant] 0 Leaf area of single leaves
PLSC_22 [cm2/plant] 0 Leaf area of single leaves
PLSC_23 [cm2/plant] 0 Leaf area of single leaves
PLSC_24 [cm2/plant] 0 Leaf area of single leaves
PLSC_25 [cm2/plant] 0 Leaf area of single leaves
SENLA [cm2/d] 0 Area of leaf that senesces from a tiller on a given day
SUMDTT5 [degreedays] 0 cumulated temperature sum during ISTAGE 5 (grain filling)

TRUE

3.2 Parameters

The class THumeWheatLeafArea has 25 following parameter(s).

Parameter Units Value Description
aSLA [cm2/g] 136.69 Intercept of function describing effect of shading on average specific leaf area
bSLA [cm2/(g*LAI)] 14.93 Slope of function describing effect of shading on average specific leaf area
critSLNtot [gN/m²] 0.8 critical SLN value for leaf senescense
f1_SLA [-] -1.1237 parameter for SLA calculation, change of
f2_SLA [-] 0.3 parameter for SLA calculation
fGAI [-] 0.2 LAI->GAI (94er 2004)
Icrit [MJ/(m2*d)] 0.2 critical radiation value for leaf area index
kTransPAR [-] 0.7 PAR transmission coefficient
maxPLALR %LAI_max 5 maximum senescence rate
maxSLA [cm2/g] 250 start values of SLA after emgergence
PSENLeaf1 [-] 0.0003 Parameter for leaf senescence
PSENLeaf2 [-] 0.0006 Parameter for leaf senescence
relLayerA_Int1 [-] 0.2976
relLayerA_Int2 [-] 0.2562
relLayerA_Int3 [-] 0.2404
relLayerA_S1 [-] 0.0087
relLayerA_S2 [-] 0.0187
relLayerA_S3 [-] -0.0018
relLayerM_Int1 [-] 0.2916
relLayerM_Int2 [-] 0.2694
relLayerM_Int3 [-] 0.2504
relLayerM_S1 [-] 0.0168
relLayerM_S2 [-] 0.0161
relLayerM_S3 [-] -0.0089
TRCrit [-] 0.8 transpiration ratio critical

TRUE

3.3 Variables

The class THumeWheatLeafArea has 57 following variable(s).

Variable Units Description
avIcrop Average radiation over 10 days
avSLA [squarecm/g]
DSsen cm2/(plant*d) daily senescence rate of leaf area
evenTransIntRatio [-] mean of 10 days TransintRatio
fdsen [] fraction of senescent leaf area caused by drought
GAI []
GPLA [cm2/plant] GPLA is the plant green leaf area (PLA - SENLA)
LAImax [] maximum LAI simulated
LAL_1 [m2/m2]
LAL_2 [m2/m2]
LAL_3 [m2/m2]
LAL_4 [m2/m2]
LLsen cm2/(plant*d) fraction of senescent leaf area caused by light limitation
LN_ [n] Leaf number of the primary tiller
MLAL1 [g/m2]
MLAL2 [g/m2]
MLAL3 [g/m2]
MLAL4 [g/m2]
Nsen cm2/(plant*d) fraction of senescent leaf area caused by N limitation
PLAG [cm2/day] The rate of expansion of leaf area on one plant
PLAGMS plant leaf area growth rate on the main stem (PLAGMS)
PLALR [cm2/(plant*d)] Plant leaf area loss rate
PLALR_a [cm2/(plant*d)] age induced pot. leaf senescence rate (according to CeresWheat3)
PLALR_d [cm2/(plant*d)] drought induced pot. leaf senescence rate
PLALR_l [cm2/(plant*d)] low radiation induced leaf senescence
PLALR_n [cm2/(plant*d)] pot. leaf senescence rate induced by N limitation (during grain filling)
PLSCGR__1 [cm2/plant] Leaf area growth rate of single leaves
PLSCGR__2 [cm2/plant] Leaf area growth rate of single leaves
PLSCGR__3 [cm2/plant] Leaf area growth rate of single leaves
PLSCGR__4 [cm2/plant] Leaf area growth rate of single leaves
PLSCGR__5 [cm2/plant] Leaf area growth rate of single leaves
PLSCGR__6 [cm2/plant] Leaf area growth rate of single leaves
PLSCGR__7 [cm2/plant] Leaf area growth rate of single leaves
PLSCGR__8 [cm2/plant] Leaf area growth rate of single leaves
PLSCGR__9 [cm2/plant] Leaf area growth rate of single leaves
PLSCGR_10 [cm2/plant]
PLSCGR_11 [cm2/plant]
PLSCGR_12 [cm2/plant]
PLSCGR_13 [cm2/plant]
PLSCGR_14 [cm2/plant]
PLSCGR_15 [cm2/plant]
PLSCGR_16 [cm2/plant]
PLSCGR_17 [cm2/plant]
PLSCGR_18 [cm2/plant]
PLSCGR_19 [cm2/plant]
PLSCGR_20 [cm2/plant]
PLSCGR_21 [cm2/plant]
PLSCGR_22 [cm2/plant]
PLSCGR_23 [cm2/plant]
PLSCGR_24 [cm2/plant]
PLSCGR_25 [cm2/plant]
potSLA average specific leaf area of canopy
sumLAL [m2/m2] sum of leaf area of all leaves
sumMLAL [g/m2] sum of green leaf mass of all leaves
sumplsc [cm2/pl] sum of single leaf areas
V1 source limited leaf growth rate
V2 sink limited leaf growth rate

TRUE

3.4 External variables

The class THumeWheatLeafArea has 38 following external variable(s).

External variable Units Description Source
ActTrans Actual transpiration NA
EC ec stage of crop NA
EC_lgend NA
exk_GlobRad Extinction coefficient of global radiation NA
GlobRad Global radiation NA
GROLF growth rate of leaves NA
int_stor Interception storage NA
interception Interception NA
ISTAGE integer growth stage according to ceres NA
kPAR k for PAR NA
LFWT_m2 Leaf DM per m2 NA
LFWT_pl Leaf DM per plant NA
NcLAL__1 NA
NcLAL__2 NA
NcLAL__3 NA
NcLAL__4 NA
NetRain Net rainfall (rainfall - interception) NA
NLeaf_m2 N content of leaves per m2 ground NA
P Atmospheric pressure NA
P5 Parameter or length of grain filling period NA
PAR PAR NA
Phint Phyllochronintervall NA
plants number of plants (1/m2) NA
PotTrans Potential transpiration NA
ra Aerodynamic resistance NA
Rad_Int Radiation intercepted by the canopy NA
rain Rainfall NA
rc0 Canopy resistance under well watered conditions NA
sat_def Saturation deficit NA
SENL Senescence rate of leaf dry matter (total) NA
SIC Specific interception capacity NA
sln Specific leaf N content NA
TMPM mean day temperature NA
TMPMN minimum day temperature NA
TMPMX maximum day temperature NA
TransIntRatio Transpiration interception ratio NA
TransRatio Transpiration ratio NA
TSumInc Daily increment of temperature sum NA

TRUE

3.5 Options

The class THumeWheatLeafArea has 7 following option(s).

Option Units Description
ContOutput NA Output every time step?
FinalOutput NA Output of final values in separate file?
optDroughtimpact NA Option for drought impact
optSenescence NA Option for senescence
optUseAgeDependentLeafSenescence NA Option for using age dependent leaf senescence rate
optUseDroughtDependentLeafSenescence NA Option for using Drought dependent leaf senescence rate
optUseLightDependentLeafSenescence NA Option for using Light dependent leaf senescence rate

TRUE

4 Further source code documentation

The following section includes information extracted from the XML documentation of the class THumeWheatLeafArea. It includes constants, enumerations and functions.

4.1 Enumerations

Within the unit (1) enumeration types are defined :

Table 2: Enumerations of unit UHumeWheatLeafArea
Name Summary Elements
TSenescence Type for senescence type cwt3, concentration

TRUE

The enumeration types are used to internally define options for different process formulation. By setting an TOption object

4.2 Constants

The following internal constants are defined within the Unit

Table 3: Constants of unit UHumeWheatLeafArea
Name Type Summary Value
MaxLeafNumber Integer NA $19

TRUE

4.3 Functions

Table 4: Functions of class THumeWheatLeafArea

TRUE

The procedures defined in the class THumeWheatLeafArea are:

Table 5: Functions of class THumeWheatLeafArea

TRUE

4.4 References

Bertheloot, J., Andrieu, B., Fournier, C., Martre, P., 2008. A process-based model to simulate nitrogen distribution in wheat (triticum aestivum) during grain-filling. Functional Plant Biology 35, 781–796. https://doi.org/10.1071/fp08064
Bertheloot, Jessica, Martre, P., Andrieu, B., 2008. Dynamics of light and nitrogen distribution during grain filling within wheat canopy. Plant Physiol. 148, 1707–1720. https://doi.org/10.1104/pp.108.124156
Johnen, T., Boettcher, U., Kage, H., 2012. A variable thermal time of the double ridge to flag leaf emergence phase improves the predictive quality of a CERES-wheat type phenology model. Computers and Electronics in Agriculture 89, 62–69. https://doi.org/10.1016/j.compag.2012.08.002
Marcelis, L.F.M., Heuvelink, E., Goudriaan, J., 1998. Modelling biomass production and yield of horticultural crops: A review. Scientia Horticulturae 74, 83–111.
Meinke, H., Rabbinge, R., Hammer, G.L., van Keulen, H., 1998. Improving wheat simulation capabilitiers in australia from a cropping systems perspective III. The integrated wheat model (i_WHEAT). European Journal of Agronomy 8, 101–116. https://doi.org/10.1016/S1161-0301(97)00015-4
Ratjen, A.M., Kage, H., 2013. Is mutual shading a decisive factor for differences in overall canopy specific leaf area of winter wheat crops? Field Crops Research 149, 338–346. https://doi.org/10.1016/j.fcr.2013.05.015
Rawson, H.M., Gardner, P.A., Long, M.J., 1987. Sources of variation in specific leaf area in wheat grown at high temperature. Functional Plant Biology 14, 287–298. https://doi.org/10.1071/PP9870287
Thornley, J.H.M., THORNLEY, J., 1998. Dynamic model of leaf photosynthesis with acclimation to light and nitrogen // dynamic model of leaf photosynthesis with acclimation to light and nitrogen. Annals of Botany 81, 421–430. https://doi.org/10.1006/anbo.1997.0575