Helper function to supply SoilWat parameters
Creates a list with specific components for the SoilWat model
soilwat_parms( SummerCona = NA, SummerU = NA, SummerDate = NA, WinterCona = NA, WinterU = NA, WinterDate = NA, DiffusConst = NA, DiffusSlope = NA, Salb = NA, CN2Bare = NA, CNRed = NA, CNCov = NA, Slope = NA, DischargeWidth = NA, CatchmentArea = NA, MaxPond = NA, SWCON = NA, Thickness = NA )
SummerCona
: see APSIM documentationSummerU
: see APSIM documentationSummerDate
: see APSIM documentationWinterCona
: see APSIM documentationWinterU
: see APSIM documentationWinterDate
: see APSIM documentationDiffusConst
: see APSIM documentationDiffusSlope
: see APSIM documentationSalb
: soil albedo (see APSIM documentation)CN2Bare
: see APSIM documentationCNRed
: see APSIM documentationCNCov
: see APSIM documentationSlope
: see APSIM documentationDischargeWidth
: see APSIM documentationCatchmentArea
: see APSIM documentationMaxPond
: see APSIM documentationSWCON
: see APSIM documentationThickness
: provide the corresponding thickness layera list with class soilwat_parms
current documentation for APSIM 7.10 https://www.apsim.info/documentation/model-documentation/soil-modules-documentation/soilwat/
Useful links