Skip to content
Snippets Groups Projects
Select Git revision
  • 93866e0c4a6209a5055ebed22fe3252b2dac4fc3
  • master default protected
  • development
  • fix-missing-weatherdata
  • fix-eichsfeld-weather
  • marco-development
  • marco/dev-aquacrop
  • precompile-statements
  • precompile-tools
  • tmp-faster-loading
  • skylark
  • testsuite
  • code-review
  • v0.7.0
  • v0.6.1
  • v0.6.0
  • v0.5.5
  • v0.5.4
  • v0.5.3
  • v0.5.2
  • v0.2
  • v0.3.0
  • v0.4.1
  • v0.5
24 results

crops.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    Crop submodel

    Eventually, the plan is to have Persefone include a reimplementation of the AquaCrop model, a well-established crop growth model developed by the FAO. Until then, we are using the crop growth submodel used in ALMaSS.

    farmplot.jl

    This file is responsible for the farm plots, i.e. the indidivual fields that farmers manage.

    Modules = [Persefone]
    Pages = ["crop/farmplot.jl"]

    crops.jl

    This includes the types and functions needed for all crop growth model, which are also referenced by the other submodels.

    Modules = [Persefone]
    Pages = ["crop/crops.jl"]