A summary of a monthly water balance, including estimates of total and consecutive "dry", "moist", "wet" conditions, total surplus, deficit, and AET, and annual AET/PET ratio.
monthlyWB_summary(w, AWC = NULL, PWP = NULL, FC = NULL, SAT = NULL)
monthlyWB_summary()
: a data.frame
containing:
cumulative (dry
, moist
, wet
) days
consecutive (dry_con
, moist_con
, wet_con
) days
total deficit (total_deficit
) in mm
total surplus (total_surplus
) in mm
total actual evapotranspiration (total_AET
) in mm
annual actual evapotranspiration to potential evapotranspiration ratio (annual_AET_PET_ratio
)
used for for monthlyWB_summary()
: a data.frame, such as result of monthlyWB()
;
numeric, optional plant-available water storage (mm)
numeric, optional permanent wilting point (volumetric water content)
numeric, optional field capacity (volumetric water content)
numeric, optional saturation capacity (volumetric water content)