This model is based on a calculation of how leaf wetness periods influence infection of celery by Septoria apiicola in susceptible host plants.
Forecasts of infection risk are given after a minimum of 12 consecutive hours of leaf wetness. The wet periods are calculated from sensors placed 30 cm above ground. If such a sensor is not available, data from leaf wetness sensors placed 2 m above ground are used.
The model is developed in Michigan, USA and published by Lacy, 1994.
It is generally assumed that this model has additional relevance for Septoria petroselini in parsley.
The following recommendations are provided for the Norwegian celery production.
The model is a tool to decide when to start looking for initial disease outbreaks. It is not considered accurate enough to provide reliable advice for timing of fungicide applications under Norwegian conditions.
If inoculum is present, infections are expected to develop 7-14 days after the first infection risk periods (yellow or red warnings). It is recommended to intensify field inspections after periods with risk warnings to detect early infections of Septoria apiicola.
Graph legend: Blue bars indicate periods of at least 12 consecutive hours of leaf wetness. Black bar indicate date of first field observation of Septoria late blight.
In Norway this model is generally started June 1 and ends September 30.
The model is running on all weather stations located in regions of commercial celery production.
Validation of this model under Norwegian conditions is ongoing. The current recommendation for this model is as a tool for timing of field inspections.
Studies of weather conditions, spore production and infection events have been carried out in field trials at Ås from 2012-2016. Preliminary results indicate a good fit, although some adjustments could improve the model, particularly in connection with rain events (Nordskog and Le, 2014).
The model is developed in Michigan, USA and published by Lacy (1994)
Lacy, M.L. 1994. Influence of wetness periods on infection of celery by Septoria apiicola and use in timing sprays for control. Plant Disease 78, 975-979.
Nordskog, B. og Le, V.H. 2015. Varsling av selleribladflekk. Gartneryrket nr 6, s14-15.
The following recommendations are provided for the Norwegian celery production.
The model is a tool to decide when to start looking for initial disease
outbreaks. It is not considered accurate enough to provide reliable advice for
timing of fungicide applications under Norwegian conditions.
If inoculum is present, infections are expected to develop 7-14 days after
the first infection risk periods (yellow or red warnings). It is recommended to
intensify field inspections after periods with risk warnings to detect early
infections of Septoria apiicola.
Graph legend: Blue bars indicate periods of at least 12 consecutive hours of
leaf wetness. Black bar indicate date of first field observation of Septoria late
blight.
Description of required input parameters:
timeZone - What timezone the calculation is for. Necessary to calculate daily values from the provided hourly values. 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:
* BT - Leaf wetness (minutes/hour)
The weather data must be hourly data
pestObservations - registrations of the pest in the field. See sample config for structure. The only parameter necessary is the date of the observation. This parameter is not mandatory, it should only be provided if you actually have at least one pest observation
This is technical info for model and web developers
{ "loginInfo":{ "username":"example", "password":"example" }, "modelId":"SEPAPIICOL", "configParameters":{ "timeZone":"Europe/Oslo", "startDateGrowth":"2012-03-25", "endDateCalculation":"2012-03-25", "pestObservations":[ { "timeOfObservation":"2016-04-20T00:00:00+02:00", "observationData":{} } ], "observations":[ { "timeMeasured": "2016-06-20T00:00:00+02:00", "elementMeasurementTypeId":"BT", "logIntervalId":1, "value":48 } ] } }