Package net.simplace.sim.components.models.lintul5


package net.simplace.sim.components.models.lintul5
Lintul5 - Simple generic model for simulation of crop growth

Introduction

The SimComponents in the package lintul5 implement the Lintul5 algorithms from (L5). They are designed to reproduce same results (up to rounding errors) as the original FST program.

The original model is subdivided into multiple SimComponents (which should be used in the following order to be as close as possible to the original algorithm).

  1. Irradiation
  2. PotentialEvapoTranspiration
  3. WaterBalance
  4. Phenology
  5. RadiationUseEfficiency
  6. Lintul5

Daylength calculation is performed by the transformer component AstronomicParametersTransformer.

For more information consult the SimComponents documentation.

Submodules

In order to use the Biomass or NPK part of the model with SimComponents from other models, there are splitted SimComponents from Lintul5 in the subpackage link package_net.simplace.sim.components.models.lintul5.modular.html

References

(L5) Joost Wolf, User guide for LINTUL5, Wageningen UR, Wageningen, 2012

Autor:
G. Krauss
Siehe auch: