Package net.simplace.sim.components.models.sucros
package net.simplace.sim.components.models.sucros
Sim component that implements the Sucros2 algorithm
WIKI_START
== Description ==
The sim component Sucros2.java implements the crop model Sucros2. It
uses auxiliary functions defined in !SucrosFunctions.java.
The subpackages in modular contains two different splittings of
Sucros into a crop and water model. *
For detailed information
please consult the original documentation (S).
== References ==
- (S) [http://models.pps.wur.nl/sites/models.pps.wur.nl/files/sucros8Apr2009.pdf SUCROS97: Simulation of crop growth for potential and water-limited production situations]
- (P) [http://models.pps.wur.nl/sites/models.pps.wur.nl/files/SUCROS97_models_0.zip Simple and Universal Crop growth Simulator (SUCROS)]
WIKI_END
- Author:
- Gunther Krauss
- See Also:
-
ClassDescriptionSim component that implements the Sucros2 algorithm WIKI_START == Description == This sim component implements the crop model Sucros2.Functions that are used by the Gecros sim components.