From a specific date (50% germination), daily risk values are accumulated based on weather data (temperature, relative humidity and precipitation). The risk is an accumulated value of how the weather affects late blight germination/infection, sporulation and growth. Alle processes are corrected for inhibition due to drying. After the accumulated risk has reached a certain limit (150), there will be an infection risk if there is one day with high infection risk. This model is together with time of row closure, used to decide the timing of first spray against potato late blight.
There is normally no need for spraying against potato late blight before row closure. Long lasting, favourable weather conditions in areas with early production, in combination with high levels of primary inoculum, can make it necessary to spray earlier. If the accumulated risk based on the negative prognosis model reaches 150 before row closure, first spray should be applied at the next infection period. In years with long periods with wet soil early in the season can also lead to early risk of infection.
When accumulated risk < 150, warning symbol is green
When accumulated risk > 150, warning symbol is yellow if the daily risk is below 7 and red if it is above 7
When a late blight warning has been issued, cultivar suseptibility, selection of fungicide and time of application should be considered before spraying. Risk of getting an infection is highest if warnings are issued two days ore more in a row, and when late blight has been observed in the area. ‘
Fungicides are most effective when used as protectants against late blight. Infection normally occurs during the morning, which means that the spray should be applied the day before if not covered by the last spray. One application normally protects the crop for 7 to 14 days, depending on the fungicide, dose and growing conditions.
This model has been tested in several countries, and is the basis for late blight warnings in the USA (NegFry)
Ullrich J. & H. Schrödter 1966. Das Problem der Vorhersage des Auftretens der Kartoffel krautfäule (Phytophthora infestans) und die Möglichkeit seiner Lösung durch eine “Negativprognose”. Nachrichtenblatt Deutsch. Pflanzenschutzdienst (Braunschweig) 18, 33-40
When accumulated risk < 150 the warning status is green (no risk)
After accumulated risk >= 150 the warning status is yellow (medium risk) if daily risk value is < 7 and red (high risk) when daily risk value >= 7
Description of required input parameters:
timeZone - What timezone the calculation is for. See this list of time zones: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones (Column "TZ")
observations - list of weather data. The following parameters are required:
* TM - Mean temperature in deg Celcius
* RR - Rainfall (mm)
* UM - relative humidity (%)
These should all be complete timeseries of hourly data from the same time period.
This is technical info for model and web developers
{ "loginInfo":{ "username":"example", "password":"example" }, "modelId":"NEGPROGMOD", "configParameters":{ "timeZone":"Europe/Oslo", "observations":[ { "timeMeasured": "2012-08-20T00:00:00+02:00", "elementMeasurementTypeId":"TM", "logIntervalId":1, "value":13.77 }, { "timeMeasured": "2012-08-20T00:00:00+02:00", "elementMeasurementTypeId":"RR", "logIntervalId":1, "value":0 }, { "timeMeasured": "2012-08-20T00:00:00+02:00", "elementMeasurementTypeId":"UM", "logIntervalId":1, "value":60 } ] } }