PAWC represents the soil's water storage capacity between field capacity (DUL) and
the permanent wilting point (LL). It is a critical parameter for:
PAWC is calculated for each soil layer using the formula:
**When crop = NULL and depth = NULL:**
$$PAWC_i = (DUL_i - LL15_i) \times Thickness_i$$
**When crop is specified:**
$$PAWC_i = (DUL_i - LL_i) \times Thickness_i \times XF_i$$
**When depth is specified (with or without crop):**
$$PAWC_i = (DUL_i - LL_i) \times Thickness_i \times [XF_i] \times Weight_i$$
Where:
DUL (Drained Upper Limit): The volumetric water content (mm/mm)
after the soil has drained under gravity, typically 2-3 days after saturation
LL (Lower Limit): The volumetric water content (mm/mm) below which
plants cannot extract water. This can be either:
LL15: Generic lower limit at 15 bar suction (used when crop = NULL)
Crop-specific LL: Lower limit specific to a crop type,
accounting for different rooting characteristics
Thickness: Layer thickness in millimeters
XF: Exploration factor (0-1), representing the fraction of a layer
explored by roots. Only applied when crop is specified; represents the
proportion of the layer volume that roots can explore
Weight: Depth weighting factor (0-1), only applied when depth is specified:
1.0 for layers completely within the specified depth
Proportional fraction for layers partially within the depth
0.0 for layers completely beyond the specified depth
The total PAWC is the sum across all layers:
$$PAWC_{total} = \sum_{i=1}^{n} PAWC_i$$