Section 3 Model development

Developing model is an important aspect i.e making the model work from all complex equations into simplified version by writing them in code format in R. Developing equations of parameters with optimization, and developing code for short wave through incoming direct and diffuse equations and dividing longwave also in downward and upward, absorbed with canopy and soil. Such simple division of waves into short and long gives us the absorbed radiation passed towards leaf energy balance model and photosynthesis model.

We have to do some assumption so that the model could be developed like we considered only spherical leaf angle distribution and two stream model case in shortwave and forward scattering in case for longwave radiation.

Bonan (2019) has been used as a reference for the all theory of the model development and its example script as a starting point.

Radiative transfer model flow

3.1 Parameters

  • Leaf reflectance

  • Leaf transmittance

  • Soil albedo for direct shortwave radiation

  • Soil albedo for diffuse shortwave radiation

  • Leaf longwave emissivity

  • Soil longwave emissivity

  • Canopy clumping coefficient

  • Max LAI (variation over year)

  • Latitude of Hainich

  • Longitude of Hainich

3.1.1 LAI

The variation of the LAI over the year has been obtained with a simple model (Figure 3.1) that considers a linear increase of LAI during the spring and a similar process during autumn. During winter the LAI is considered to be \(1\), even if there are no leaves, as trunks and branches interact with the radiation.
LAI over year

Figure 3.1: LAI over year

3.2 Sensitivity

The sensitivity analysis of the model has been made using the FME package, specifically the function sensFun.

The sensitivity analysis has been carried out with data from the July 2018 from the Hainich site. The leaf temperature was assumed equal to the air temperature, while the soil temperature is the average of the first 30 cm.

Table 3.1 represents the sensitivity of each parameter after aggregating on all model outputs. There are three aggregation functions that are used by the FME paper Soetaert and Petzoldt (2010) :

  • mean
  • L1
  • L2
Table 3.1: Aggregated model sensitivity.
value scale L1 L2 Mean Min Max N
rho_leaf 0.40 0.40 0.24 0.51 0.14 -0.80 1.80 14880
tau_leaf 0.10 0.10 0.07 0.14 0.04 -0.20 0.53 14880
alb_soil_b 0.10 0.10 0.00 0.01 0.00 -0.05 0.05 14880
alb_soil_d 0.10 0.10 0.00 0.02 0.00 -0.11 0.02 14880
em_leaf 0.97 0.97 0.52 9.89 0.21 -866.64 264.52 14880
em_soil 0.97 0.97 2.89 60.16 -1.00 -1635.34 4966.26 14880

This summary, however, consider both the longwave and shortwave components even if the parameter has no impact on that sub-model. Therefore, the sensitivity has been manually divided and analyzed for each output variable independently.

3.2.1 Shortwave

For the shortwave (Tables 3.2 3.3 3.4) the leaf reflectance (\(\rho\)) is the parameter with the highest effect on all output variables. Leaf transmittance (\(\tau\)) has reduced influence, while the soil albedo have a very small impact on the model.

Table 3.2: Shortwave sensitivity aggregated by mean
var i_down i_up ic ic_sha ic_sun ig
rho_leaf 1.37 1.14 -0.30 -0.01 -0.59 1.15
tau_leaf 0.41 0.25 -0.07 0.01 -0.15 0.35
alb_soil_b 0.01 0.00 0.00 0.01 0.00 -0.01
alb_soil_d 0.01 0.00 0.00 0.00 0.00 -0.08
Table 3.3: Shortwave sensitivity aggregated by L1
var i_down i_up ic ic_sha ic_sun ig
rho_leaf 1.37 1.14 0.30 0.26 0.59 1.15
tau_leaf 0.41 0.25 0.07 0.06 0.15 0.35
alb_soil_b 0.01 0.00 0.00 0.01 0.00 0.01
alb_soil_d 0.01 0.00 0.00 0.00 0.00 0.08
Table 3.4: Shortwave sensitivity aggregated by L2
var i_down i_up ic ic_sha ic_sun ig
rho_leaf 1.38 1.14 0.30 0.29 0.59 1.18
tau_leaf 0.42 0.25 0.07 0.07 0.15 0.36
alb_soil_b 0.02 0.00 0.00 0.01 0.00 0.02
alb_soil_d 0.01 0.00 0.00 0.00 0.00 0.08

3.2.2 Longwave

For the longwave (Tables 3.5 3.6 3.7) the parameters are the emissivity of the leaves (\(\varepsilon_l\)) and the emissivity of the soil (\(\varepsilon_g\)). The former has a significant impact on all output variables while the latter has a very important influence only on the amount or radiation absorbed by the canopy and emitted by the soil.

Table 3.5: Longwave sensitivity aggregated by mean
var l_down l_up lc lc_sha lc_sun lg
em_leaf 0.17 0.09 1.00 1.00 1.00 0.93
em_soil 0.00 0.05 -6.08 -6.93 -0.91 -6.21
Table 3.6: Longwave sensitivity aggregated by L1
var l_down l_up lc lc_sha lc_sun lg
em_leaf 0.17 0.09 1.00 1.00 1.00 7.08
em_soil 0.00 0.05 6.08 6.93 1.04 43.63
Table 3.7: Longwave sensitivity aggregated by L2
var l_down l_up lc lc_sha lc_sun lg
em_leaf 0.19 0.10 1.00 1.00 1.00 44.21
em_soil 0.00 0.05 19.14 19.47 3.58 267.62

3.3 Model calibration

The sensitvity analysis allows to understand for which parameters the calibration is important.

The observed data at Hainich during July 2018 is used for the calibration.

3.4 Shortwave

The shortwave is calibrated on two parameters: rho_leaf and tau_leaf.

The obtained values 3.8 are similar of the initial estimates of \(0.40\) and \(0.05\) respectively.

Table 3.8: Shortwave parameters after calibration
x
rho_leaf 0.42
tau_leaf 0.05

3.4.1 Longwave

For the longwave no calibration has been made because the real leaf temperature was not available therefore the calibration would have resulted with not realistic parameter values.