Learn R Programming

EcoHydRology (version 0.4.12.1)

SoilStorage: Calculating S in the Curve Number Equation from soil water content

Description

This function calculates S, used in the SCS-CN equation, from the water content of the soil.

Usage

SoilStorage(S_avg, field_capacity, soil_water_content, porosity)

Arguments

S_avg

Average S, as used normally in the CN equation, calculated from the curve number, which is based on land-use. This is in units of depth, often mm or inches

field_capacity

field capacity - the amount of water that a soil can hold after drainage. (fraction)

soil_water_content

Soil water content (fraction) on a given day.

porosity

Saturated water content, approximately equal to the porosity of a soil (fraction)

See Also

SoilStorageSWAT

Examples

Run this code
# NOT RUN {
SoilStorage(S_avg=120, field_capacity=0.2, soil_water_content=0.1, porosity=0.3)
# }

Run the code above in your browser using DataLab