Learn R Programming

ZeBook (version 0.3)

watbal.update: Water Balance model function - Update

Description

Water Balance model function - Update

Usage

watbal.update(WAT0, RAIN, ETr, param, WP, FC)

Arguments

WAT0
: Water at the beginning of the day (mm).
RAIN
: Rainfall of day (mm)
ETr
: Evapotranspiration of day (mm)
param
: a vector of parameters
FC
: Water content at field capacity (cm^3.cm^-3)
WP
: Water content at wilting Point (cm^3.cm^-3)

Value

  • WAT1 : Water at the beginning of the day+1 (mm).