DOWNCAST model

Prediction Model

DOWNCAST was developed by de Visser (1998) in the Netherlands. It calculates infection risk of Peronospora destructor (Onion Downy Mildew) using weather data. An actual infection requires present inoculum. Criteria for sporulation and infection must be met for the model to issue a high infection risk (red alert).

Sporulation events are calculated based on high (over 92%) nightly relative humidity (RH). Sporulation may occur at temperatures between 4 and 26 °C (optimally 12-20 °C). A sporulation index of 1-3 is calculated based on the high RH and temperature duration, where an index of 3 indicates optimal sporulation conditions. Sporulation events are not expected to occur if it's been raining between 00:00 and 06:00 AM, or the previous day was very warm, with several hours above 27 °C.

Infection events are based on leaf wetness. A direct infection requires a minimum of 2 hours of leaf wetness the morning after sporulation (optimum temperature 6-16 °C). Delayed infections may occur as long as 72 hours after sporulation, given at least 144 minutes of leaf wetness during a 3-hour period. It is assumed that all the spores germinate simultaneously, thus only one infection event can occur after a sporulation event.

Short periods of leaf wetness (90-150 minutes during a 5 hour period) may cause the spores to germinate and die. Under these circumstances we have a failed infection, and the potential infection event is cancelled. A later infection event requires a new sporulation event.

A sporulation event triggers a yellow alert (possible infection risk). A sporulation event followed by an infection event within 72 hours triggers a red alert (high infection risk).

Literature

de Visser, C.L.M. 1998. Development of a downy mildew advisory model based on downcast. European Journal of Plant Pathology 104: 933-943.

Forecast interpretation (Norway)

In Norway, Peronospora destructor normally occurs in the late summer, if at all. A spraying decision should therefore be based on an assessment of present inoculum. Spraying more than every 10th day is normally not necessary, but with frequent alerts and inoculum detected, a spraying interval close to 7 days may be considered.

Peronospora destructor in spring onion. (Photo: Arne Hermansen, NIBIO)

 

TODO

Input data



  • 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")

  • Weather parameters

    • BTg - Leaf wetnes in grass (ground level) measured in minutes/hour. BT (Leaf wetness at 2m above ground) are also accepted

    • TM - Mean temperature (deg C)

    • RR - Rainfall (mm)

    • UM - Relative humidity (%)



These must all be hourly values

Results returned



  • DOWNCASTMO.SPORULATION_VALUE = The sporulation value. A sporulation index ranging from 1-3 is calculated from the duration of high RH and temperature, where 3 indicates optimal conditions for sporulation

  • DOWNCASTMO.IDAS = Infection directly after sporulation (true/false)

  • DOWNCASTMO.ILAS = Infection later after sporulation (true/false)

  • DOWNCASTMO.ITAS = Infection time after sporulation (date and time)


This is technical info for model and web developers

{
	"loginInfo":{
		"username":"example",
		"password":"example"
	},
	"modelId":"DOWNCASTMO",
	"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":"BTg",
				"logIntervalId":1,
				"value":48
		},
		{
				"timeMeasured": "2012-08-20T00:00:00+02:00",
				"elementMeasurementTypeId":"RR",
				"logIntervalId":1,
				"value":3.6
		},
		{
				"timeMeasured": "2012-08-20T00:00:00+02:00",
				"elementMeasurementTypeId":"UM",
				"logIntervalId":1,
				"value":60
		}
		]
	}
}