Irrigation Zone Runtime and Cycle-and-Soak

The controller runtime to apply a target depth.

Run the calculator

Example

You enter

You get

Details, formula, and sources

Net (depth / rate x 60), gross (net / distribution uniformity, so the dry quarter gets the target), and a cycle-and-soak split into runs short enough to beat runoff on the soil and slope. The DU comes from a catch-can audit and the soil caps the cycle length; a program aid, not a guaranteed schedule.

net_min = target_in / precip_in_hr x 60; gross_min = net_min / du; cycles = ceil(gross_min / max_cycle_min); per_cycle_min = gross_min / cycles.

First-principles runtime and cycle-and-soak relations with the Irrigation Association scheduling references (by name); no edition cycle.

The runtime and cycle-and-soak relations are public irrigation-scheduling practice. The DU comes from a catch-can audit and the soil intake rate governs the cycle length.

Estimate. AHJ and licensed professional govern.

Field names used by the API: target_in, precip_in_hr, du, max_cycle_min, net_min, gross_min, cycles, per_cycle_min

Related tools