Monthly water balances and visualization by "leaky bucket" model, provided by the hydromad package.
monthlyWB(AWC, PPT, PET, S_init=AWC, starting_month=1, rep=1, keep_last=FALSE)plotWB(AWC, WB, fig.title='', sw.col='#377EB8',
surplus.col='#4DAF4A', et.col='#E41A1C', deficit.col='#FF7F00')
available water-holding capacity (mm)
time-series of monthly PPT (mm), calendar year ordering
time-series of monthly PET (mm), calendar year ordering
intitial soil water storage (mm)
starting month index, 1=January, 9=September
number of cycles to run water balance
keep only the last iteration of the water balance
output from monthlyWB
a title
color for soil water
color for surplus water
color for ET
color for deficit
a data.frame
with the following elements:
monthly PPT values
monthly PET values
monthly U values
monthly S values
monthly ET values
monthly D values
month number
month label
This function depends on the hydromad package.