cs_process_soil: Process input soil data frame

View source: R/soil.R

cs_process_soilR Documentation

Process input soil data frame

Description

Process input soil data frame

Usage

cs_process_soil(soil, thickness_soil_evap_layer)

Arguments

soil

a data frame with columns (horizon_thickness, sand_pct, clay_pct) and can include intial_wc

thickness_soil_evap_layer

thickness of evaporation layer

Value

soil data frame with added columns saturation_wc (saturation water content), horizon_bulk_density (bulk density), b_value (Campbell "B" value), air_entry_potential (air entry potential), horizon_field_capacity (horizon field capacity), horizon_permanent_wilting_point (horizon permanent wilting point), layer_thickness (layer thickness), and index (layer index)

Examples

cropsyst:::cs_process_soil(cs_soil, 0.005)

pruettm/cropsyst documentation built on May 23, 2022, 11:57 a.m.