The ABCD water balance model is a simple hydrologic model for simulating streamflow in response to precipitation and potential evapotranspiration developed by Thomas (1981).
The model is comprised of two storage compartments: soil moisture and groundwater. The soil moisture gains water from precipitation and loses water to evapotranspiration (ET), surface runoff and groundwater recharge. The groundwater compartment gains water from recharge and loses water as discharge. The total streamflow is the sum of surface runoff from the soil moisture and groundwater discharge.
The model runs on a daily time step and requires input timeseries of precipitation, minimum and maximum air temperature, and observed streamflow. The air temperature data are used to compute PET using the method described by Shuttleworth (1993). More information about the input data can be found on the Setup page.
There are four parameters governing the model behavior:
The model equations are represented by the interactive visualizations shown below. Each visualization demonstrates how the model computes the storage terms and fluxes for each time step. The diagrams are based on a mass balance:
$$Storage_{t} + \sum{Outflow_t} = Storage_{t-1} + \sum{Inflow_t}$$This equation means that the sum of remaining storage and total outflow must equal the sum of initial storage and total inflow.
For the soil moisture compartment, the mass balance equation is:
$$Soil Moisture_t + ET_t + Runoff_t + Recharge_t = Soil Moisture_{t-1} + Precip_t$$For the groundwater compartment, the mass balance equation is:
$$Groundwater_t + Discharge_t = Groundwater_{t-1} + Recharge_t$$