watbal.model {ZeBook} | R Documentation |
WaterBalance model - calculate soil water over designated time period
Description
WaterBalance model - calculate soil water over designated time period
Usage
watbal.model(param, weather, WP, FC, WAT0 = NA)
Arguments
param |
: a vector of parameters |
weather |
: weather data.frame for one single year |
WP |
: Water content at wilting Point (cm^3.cm^-3) |
FC |
: Water content at field capacity (cm^3.cm^-3) |
WAT0 |
: Initial Water content (mm). If NA WAT0=z*FC |
Value
data.frame with daily RAIN, ETR, Water at the beginning of the day (absolute : WAT, mm and relative value : WATp, -)
[Package ZeBook version 1.1 Index]