Cultivating Flora

Steps To Calculate Daily Irrigation Needs For North Dakota Vegetable Beds

Calculating daily irrigation needs for vegetable beds in North Dakota requires combining climate data, crop characteristics, soil properties, and irrigation system performance. This guide walks through the practical steps, provides concrete formulas, includes typical North Dakota considerations, and finishes with worked examples you can apply directly to your garden or small farm. The goal is to help you irrigate efficiently: supply what the crop needs, avoid stress, and conserve water.

Overview: Key Concepts and Why They Matter

Evapotranspiration (ET) is the foundation. Reference evapotranspiration (ETo) is the water loss from a reference surface (usually grass) driven by temperature, radiation, humidity, and wind. Crop evapotranspiration (ETc) is ETo multiplied by a crop coefficient (Kc) that accounts for crop type and growth stage.
Soil available water holding capacity (AWC) and effective rooting depth determine how much moisture the soil can store and how long plants can go between irrigations. Irrigation efficiency (IE) and distribution uniformity (DU) describe how much of applied water is actually available to the crop.
The basic daily calculation is straightforward:
ETc = ETo * Kc
Daily applied irrigation (inches/day), if replacing daily deficit:
Iapplied = (ETc – EffectiveRain) / IE
If you irrigate on a schedule (e.g., every 3 days), calculate cumulative ETc over the interval and divide by IE to get the application depth needed to refill the crop root zone or meet allowable depletion.

Step-by-step Procedure

  1. Obtain reference evapotranspiration (ETo) for your location and date. Use a local weather station, cooperative extension data, or estimate from temperature, solar radiation, wind, and humidity. For North Dakota summer months, typical daily ETo values are often in the range of 0.15 to 0.35 inches/day depending on heat and wind. Use local data when possible.
  2. Select the correct crop coefficient (Kc) for your vegetable and its growth stage. Kc varies with canopy cover and development. Typical Kc ranges for vegetables:
  3. Leafy greens (lettuce, spinach): 0.6 to 0.9
  4. Root crops (carrot, beet): 0.6 to 0.9
  5. Tomatoes and peppers: 0.7 to 1.15 (lower early, peak near 1.0 to 1.15)
  6. Cucurbits (cucumber, squash): 0.8 to 1.15
  7. Transplanted seedlings: 0.4 to 0.7 (small cover)

Use a higher Kc during full canopy and fruiting; lower Kc early and late in the season.

  1. Calculate crop evapotranspiration (ETc).

ETc = ETo * Kc

  1. Account for effective rainfall. Not all rain wets the root zone; only effective rainfall counts. In North Dakota, summer rains are often convective; short intense storms produce runoff. For daily scheduling you can use measured effective rainfall (catching runoff is unlikely for vegetable beds). If no rain or if rain was less than 0.1 inch, assume zero effective rainfall for the day.
  2. Choose an irrigation efficiency (IE) and distribution uniformity (DU).
  3. Drip irrigation: IE 0.80 to 0.95; DU often 0.90+ if well-designed.
  4. Microsprinkler: IE 0.65 to 0.85; DU 0.70 to 0.85.
  5. Overhead sprinkler: IE 0.60 to 0.80; DU 0.50 to 0.80 depending on wind and setup.

Use conservative numbers (lower IE, lower DU) if wind, uneven pipe pressure, or old equipment affect performance.

  1. Determine soil AWC and root zone depth.
  2. Find soil texture (sand, loam, silt, clay) and estimate AWC in inches per foot:
  3. Sand: 1.0 to 1.5 in/ft
  4. Loam: 1.5 to 2.5 in/ft
  5. Silt loam: 2.0 to 2.5 in/ft
  6. Clay: 1.5 to 2.5 in/ft
  7. Estimate effective rooting depth for the vegetable crop (in feet). Examples:
  8. Lettuce: 0.25 ft (3 in) to 0.75 ft (9 in) depending on maturity
  9. Carrot: 0.5 ft (6 in) to 1.0 ft (12 in)
  10. Tomato: 1.0 ft (12 in) to 2.0 ft (24 in) for mature plants

Multiply AWC (inches/ft) by root depth (ft) to get total available water in the root zone (inches).

  1. Decide allowable depletion fraction (p). Vegetables often tolerate low depletion between irrigations to avoid stress, so p is typically 0.3 to 0.5. Sensitive, shallow-rooted crops may require p = 0.2 to 0.3; vigorous deep-rooted crops may use p = 0.5.
  2. Compute allowable depletion in inches:

AllowableDepletion = TotalAvailableWater * p

  1. For daily replacement (irrigate every day) compute applied depth:

Iapplied_daily = max(0, (ETc – EffectiveRain) / IE) * (1 / DUFactor)
Where DUFactor is often 1.0 for uniform systems. If you want to ensure minimum delivery to lowest performing areas, divide by DU (e.g., DU = 0.75 => multiply required depth by 1/0.75 = 1.33).

  1. For interval irrigation (every N days) calculate cumulative ETc for the interval, compare to allowable depletion, and irrigate to refill to field capacity:

CumulativeETc = sum of daily ETc over N days
If CumulativeETc >= AllowableDepletion, then IrrigationRequired = (CumulativeETc) / IE (or to fill to field capacity: AllowableDepletion / IE plus safety margin). Adjust for DU and leaching fraction for salts if needed.

Worked Numerical Example: Tomatoes in a North Dakota Summer

Assumptions:

Step A: Calculate ETc
ETc = ETo * Kc = 0.25 in/day * 1.05 = 0.2625 in/day (round to 0.26 in/day)
Step B: Daily applied irrigation (if applying daily)
Iapplied_daily = ETc / IE = 0.2625 / 0.90 = 0.2917 in/day => about 0.29 inches/day
Adjust for DU if you need guaranteed minimum across the bed:
Iapplied_daily_with_DU = 0.2917 / 0.90 = 0.324 in/day => about 0.32 inches/day
Step C: Interval irrigation (every 3 days) with allowable depletion p = 0.5
TotalAvailableWater = AWC * root depth = 2.2 in/ft * 2 ft = 4.4 inches
AllowableDepletion = 4.4 * 0.5 = 2.2 inches
CumulativeETc over 3 days = 0.2625 * 3 = 0.7875 inches
CumulativeETc (0.79 in) < AllowableDepletion (2.2 in), so no need to irrigate solely to refill yet. If you wait longer until cumulative ETc >= 2.2 in, then you would apply:
IrrigationToRefill = AllowableDepletion / IE = 2.2 / 0.90 = 2.444 in
Adjust for DU: 2.444 / 0.90 = 2.716 in applied to ensure low zones get enough. That could be applied in two or three irrigation events depending on equipment capacity.

Practical Takeaways and Field Checks

Example Quick Reference Values for Common Vegetables (Kc and Typical Root Depths)

Use these as starting points and adjust with local observation.

Scheduling Examples and Typical Run Times

If you have a drip system that applies 0.30 inches per hour across the bed, and calculated daily need is 0.30 inches/day, run for about one hour per day. If you prefer to irrigate every 3 days and cumulative need is 0.90 inches, run for 3 hours each irrigation day. Always confirm with catch-can testing and account for DU.

Final Notes: North Dakota Specifics

North Dakota has a continental climate with variable summer rainfall. Station-based ETo in July can be high with hot, windy days. Soils vary from sandy to heavy silt loams; check your specific field. Because rain events can be intense but short, effective rainfall is often less than measured rainfall. Favor drip irrigation for vegetables to reduce evaporation losses and to improve uniformity in windy conditions.
By following the steps above–obtain ETo, choose Kc, calculate ETc, factor soil AWC and allowable depletion, and adjust for system efficiency–you will have a repeatable method to calculate daily irrigation needs, optimize water use, and maintain crop health in North Dakota vegetable beds.