Predictions about soil moisture requirements for the remainder of the season area are calculated
The predictions are only done if 'season scheduling' is chosen on or .
allows the data to be saved to the database for reports or export to MS.Access.
The calculations are done in 1-day increments.
The value of RZ1 is calculated from...
RZ1 = Previous_RZ1 + ApplicationRate + Rain - CropWaterUse (DWU)
RZ1 is the total amount of water (mm) in the active root zone.
Application Rate is the effective amount of irrigation applied (mm) per day.
Rain is the effective amount of rain (mm) in the day.
Crop Water Use is the amount of water used by the crop, per day.
Losses from through-drainage, surface run-off and evaporation are the differences between delivered and effective amounts.
If RZ1 after a rainfall is above the full point it is cut back to the full point; the excess is excluded in the calculation of total effective rain.
Crop water use (DWU) = Evaluate(SiteDWUFormua) * K-Soil Correction
Adjusts DWU depending on the current value of RZ1 relative to FULL and REFILL.
1 = FULL; 0 = REFILL; -0.1 = 10% of (FULL - REFILL) below refill.
Adjustment factor and constant assumed to be dependant on soil type, so the correction factors are saved in a 'KS' file.
e.g. the file SAND.KS (below)
------------------------
Relative, Factor, Constant
1.0, 3.0, 0
0.0, 1.0, 0
-0.1, 0.8, 0
-0.2, 0.0, 1
------------------------
Will adjust the value of dwu depending on the value of soil moisture relative to FULL and REFILL...
| RZ1 below.. | and above.. | Corrected DWU |
|---|---|---|
| FULL | DWU = 3*DWU (through-drainage) | |
| FULL | REFILL | DWU = DWU (normal) |
| REFILL | 10% below REFILL | DWU = 0.8 * DWU (some stress) |
| 10% below REFILL | 20% below REFILL | DWU = 1 mm/day (high stress) |
A KS file can also be used to allow for through-drainage when RZ1 is above FULL.
The Upper and Lower limits are the required maximum and minimum values of RZ1.
Predicted rainfall scenarios can be used.
GD Note: 'Scenarios' saved in PRWIN2.INI; rainfall data in 'RA' or weather file.
The effective amount required at each irrigation is calculated as above
Totals for the season are calculated and saved in table SCHEDULE
The required delivered amount = EffectiveAmount * FACTOR4 (to allow for losses in system)
Total volume required (kl) is calculated from TotalDelivered * Wet Area
Wet Area = Area * ( RowSpace / WetWidth )
The calculated crop water use, corrected for K-Soil, is totalled and saved.
Fields in table SCHEDULE - available for GPT, SPT or RPT formulas.
| Field | Description |
|---|---|
| SeasonID | Identifier for season (join to YEARS.ID) |
| SiteID | Identifier for site (join to SITES.SITE) |
| RainScenarioID | Identifier for rainfall scenario. |
| SEFFIRRI | Total mm that will be effective. |
| SDELIVIRRI | Total mm required to be delivered. |
| SNUMIRRIS | Total number of irrigations. |
| STOTALVOLUME | Total volume required in Kl (mm * WetArea). |
| SEFFRAIN | Total effective rain (delivered less wastage from over full point) |
| SDELIVRAIN | Total rain from scenario (less amounts below lower limit) |
| SNUMRAINS | Total number of rainfalls used in scenario. |
| STOTALDWU | Cumulative total crop daily water use. |
MS Access can be used to generate summary reports across all farms in a region
Details about each individual gain (irrigation) is saved in table SCHDETAIL. These fields are not available in Prwin, but can be used in Access to re-create the season simulation.
| Field | Description |
|---|---|
| SeasonID | Identifier for season. |
| SiteID | Identifier for site. |
| RainScenarioID | Identifier for rainfall scenario. |
| DATE | Date of gain |
| GAINTYPE | 2=Irrigation' 3=Rain; 4= EndOfDripPeriod; 15=EndofSeason |
| EffectiveAmount | Effective gain (mm) |
| DeliverAmount | Amount that should be delivered (mm) |
| UpperAmount | Calculated value of Upper formula |
| LowerAmount | Calculated value of Lower formula |
| DWU | Calculated value of crop water use |
| KS | KSoil correction factor used |
| LowestRZ1 | Value of RZ1 just before the gain |
| HighestRZ1 | Value of RZ1 just after the gain |
The next irrigation is calculated with various options
Only used to correct the DWU used to predict the next irrigation, but not subsequent irrigations.
e.g. Amount required = DWU * Evaluate(RDIFactor) * 7.