constant | cAbsoluteTemperatureThreshold | Temperature when plant dies after one day | DOUBLE | ° | -20.0 | 20.0 | 0.0 |
constant | cCatchCropIDs | - | CHARARRAY | 1 | - | - | - |
constant | cDaysUnderThreshold | Number of days under temperatur threshold | INT | 1 | 0 | 20 | 3 |
constant | cKillDoy | Last DOY to kill the plant even if not mature, -1 if should switch off | INT | 1 | -1 | 366 | -1 |
constant | cMaturityDate | Last date to harvest plant even if not mature | DATE | ° | - | - | - |
constant | cMaturityDoy | Last date to harvest plant even if not mature | INT | ° | - | - | - |
constant | cRelativeTemperatureThreshold | Temperature when plant dies after ${cDaysUnderThreshold} days | DOUBLE | ° | -20.0 | 20.0 | 2.0 |
input | iAirTemperatureMean | Current Mean Air Temperature | DOUBLE | ° | -40.0 | 60.0 | 0.0 |
input | iCropName | Current corp name to match it with ${cCatchCropIDs} | CHAR | 1 | - | - | |
input | iDVS | Developmentstage between 0 and 2 | DOUBLE | 1 | 0.0 | 4.0 | 0.0 |
out | CurrentDaysUnderThreshold | Number of days under temperatur threshold | INT | 1 | 0 | 20 | 3 |
out | DoHarvest | Switch to indicate if the plant should be harvested | BOOLEAN | 1 | - | - | false |
out | DoKill | Switch to indicate if the plant should be killed | BOOLEAN | 1 | - | - | false |
out | WithCrop | Switch to indicate the days of the year where a crop is present | BOOLEAN | 1 | - | - | false |