WB: Computes computes water balace from evapotranspiration and...

Description Usage Arguments

View source: R/WB.R

Description

Computes computes water balace from evapotranspiration and precipitation data coming from ET function, mergeOldAndForecast function and getForecast function

Usage

1
2
WB(data, taw = 50, lmitWarning = 0.8, p = 0.5, startwb = NULL,
  irrig = 0)

Arguments

data

a table output of SBR::ET or SBR::mergeOldAndForecast or SBR::getForecast functions

taw

the total available water. Default 50

lmitWarning

fraction of the taw below which the app suggests to irrigate. Default 0.8

p

fraction of the taw defining the raw (readly available water)

startwb

is the initial water balance. Default value is NULL which yields taw*p

irrig

vector with irrigation. Same lenght as rows of data or one number for the starting irrigation (first day of the time series)


GiulioGenova/SBR documentation built on Feb. 25, 2020, 7:35 p.m.