Growing Degree Day (GDD) Calculations
(Source: UW-Madison "Vegetable Crop Entomology" - https://vegento.russell.wisc.edu/ipm/degree-day-modeling/)Degree-days are a method for quantifying the amount of heat energy available in a given day for a cold-blooded (or poikilothermic) organism to grow and develop. Unlike warm-blooded animals, insects cannot regulate their body temperatures and so their rate of development is depended on environmental conditions – they develop more slowly when it’s cold, more quickly when it’s warmer, and may not develop at all below certain threshold temperatures. Different insects will have different growth rates and responses to environmental temperatures, so degree-day models and developmental thresholds must be matched to particular insect species. Fortunately, degree-day models have now been developed and tested for many common insect pests and are useful for predicting and monitoring insect development and risk to crops from insect pests.
Every degree-day model will have a base temperature or lower threshold (below which no development can occur for a particular insect), and optionally an upper threshold temperature (above which insect development does not accelerate, but remains at a maximum rate). In addition, the model will have a ‘biofix’, which is a date or event that triggers the start of degree-day accumulation. Daily degree-day values are accumulated after this point and developmental events are timed to specific accumulations of degree-days. Biofix dates are usually based on specific biological events such as planting dates, first trap catch, or first occurrence of a pest.
Simple Average Method
Where:
- gdd = calculated growing degree days for the given day.
- maxT = maximum temperature recorded for the given day.
- minT = minimum temperature recorded for the given day.
- baseT = base temperature or lower threshold
- If maxT < baseT, gdd = 0
- If minT < baseT, minT = baseT
- If upper threshold:
- If maxT > upper threshold, maxT = upper threshold
Sine Curve Method
This is the Baskerville-Emin calculation fitting temperatures to a sine curve and is more accurate that the simple average.
Here are the steps to calculate growing degree days using the Sine Curve method:
- If the maximum temperature for the day is less than the base temperature (lower threshold), GDD = 0
- If the minimum temperature is greater than the base temperature (lower threshold), then use the Simple Average described above.
- If the minimum temperature is less than the base temperature and the maximum temperature is greater than the base temperature, use the Sine Curve method:
gdd = W * CosA - baseT - avgT * 3.142 - A 3.14Where:
- gdd = calculated growing degree days for the given day.
- maxT = maximum temperature recorded for the given day.
- minT = minimum temperature recorded for the given day.
- W = maxT - minT2
- baseT = base temperature or lower threshold
- avgT = maxT + minT2
- A = ArcsinbaseT - avgTW