soil_model: Soil module subroutine

Description Usage Arguments Value Note See Also

View source: R/2-soil_model.R

Description

Make all computations for soil water balance for the ith day by modifying the S list in place.

Usage

1
soil_model(S, i)

Arguments

S

The main simulation list to make the computation on and to modify.

i

The index of the day since the first day of the simulation.

Value

Modify the list of simulation S in place. See DynACof() for more details.

Note

This function shouldn't be called by the user. It is made as a subroutine so it is easier for advanced users to modify the code.

See Also

DynACof()


VEZY/DynACof documentation built on Feb. 3, 2021, 8:52 p.m.