Skip to content

Crop Yield Simulator

Goal

Experimental workflow to calculate yield and water demand with Aquacrop.exe, for Biomass potential.

Technical information

Class CropYieldSimulator
Superclass WorkflowStep
Author
Maintainer
Source location simstadt-workflows-energy/src/main/java/de/hftstuttgart/simstadtworkflowsteps/biomass/CropYieldSimulator.java
Package de.hftstuttgart.simstadtworkflowsteps.biomass
Project simstadt-workflows-energy

Dependencies

Parameters

Calculation method (yieldCalculationMethod)

Skip, or run AquaCrop program.

  • Type : YieldCalculationMethod
  • Default : SKIP
  • Possible values : SKIP, AQUACROP
  • Getter : getYieldCalculationMethod()
  • Setter : setYieldCalculationMethod(YieldCalculationMethod)

Aquacrop folder (aquacropFolder)

Path to folder containing aquacrop program (ACsaV60.exe).

  • Type : String
  • Default : C:\Program Files\AquaCrop
  • Getter : getAquacropFolder()
  • Setter : setAquacropFolder(String)

Country / Location (country)

  • Type : Country
  • Default : GERMANY
  • Possible values : GERMANY, FRANCE_LAREUNION, AUSTRIA_VIENNA
  • Getter : getCountry()
  • Setter : setCountry(Country)

Crop irrigation type (cropIrrigationType)

?

  • Type : CropIrrigationType
  • Default : NONE
  • Possible values : EXAMPLE, IGEN, INET, TR2A, TR2BFIX, NONE, NI10, NI20, NI30, NI40, NI50, NI60, NI70, NI80, NI90, NI92, NI94, NI96, NI98
  • Getter : getCropIrrigationType()
  • Setter : setCropIrrigationType(CropIrrigationType)

Crop management type (cropManagementType)

?

  • Type : CropManagementType
  • Default : NONE
  • Possible values : BUNDS, MULCH, WEEDS, MODERATE_SF, NONE
  • Getter : getCropManagementType()
  • Setter : setCropManagementType(CropManagementType)

Used in