Knowing how much water a crop uses lets you schedule irrigation precisely instead of guessing. This tool estimates reference evapotranspiration from temperature using the Hargreaves method, applies a crop coefficient to get actual crop water use, scales it over a growth stage, and subtracts effective rainfall to give the net irrigation requirement.
How it works
Reference ET is estimated from temperature and extraterrestrial radiation, then scaled by the crop coefficient and the stage length:
ETo (mm/day) = 0.0023 × Ra × (Tmax − Tmin)^0.5 × (Tmean + 17.8)
ETc (mm/day) = ETo × Kc
seasonal ETc = ETc × stage days
net irrigation = seasonal ETc − effective rainfall
Ra is extraterrestrial radiation in millimetres of water equivalent per day
(the tool converts your MJ/m²/day input by dividing by 2.45). The crop
coefficient Kc rises from emergence to a mid-season peak and then declines, so
the same weather gives very different water use depending on growth stage.
Tips and example
With Tmax 30 °C, Tmin 16 °C, Tmean 23 °C and Ra of about 16.5 mm/day, reference ET is roughly 6.0 mm/day. For maize at mid-season (Kc ≈ 1.15) that is about 6.9 mm of crop water use per day, or 207 mm over a 30-day stage. Subtract, say, 60 mm of effective rainfall and you need about 147 mm of irrigation for the stage. Use a Kc that matches the actual canopy you see in the field, and re-run the estimate as temperatures and stage change through the season.