Dinitial | R Documentation |
Estimates initial values for soil water deficit. Required to initiate the water balance accounting.
Dinitial(teta_FC, teta_Obs, Drz)
teta_FC |
Soil water content for the effective root zone at the field capacity
|
teta_Obs |
Soil water content for the effective root zone at the wilting point
|
Drz |
Vector, 1-column matrix or data frame defining the root zone depth in metres. |
Initial soil water deficit in the root zone (millimetres).
teta_FC <- 0.30
teta_Obs <- 0.17
Drz <- 0.3048
Dinitial(teta_FC = teta_FC, teta_Obs = teta_Obs, Drz = Drz)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.