thrownewConfigValidationException("Incorrect number of weather data. TM.size() = "+this.TM.size()+", BT.size()="+this.BT.size()+", RR.size()="+this.RR.size());
// Fallback if missing leaf wetness: If we have relative humidity. leaf wetness may be calculated
thrownewConfigValidationException("Missing leaf wetness data. Also, attempting to calculate leaf wetness from other weather parameters failed.");
}
}
else
{
thrownewConfigValidationException("Incorrect number of weather data. TM.size() = "+this.TM.size()+", BT.size()="+this.BT.size()+", RR.size()="+this.RR.size());
}
}
...
...
@@ -530,6 +563,7 @@ public class AppleScabModel extends I18nImpl implements Model{