View source: R/edit_apsim_replace_soil_profile.R
soilwat_parms | R Documentation |
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 documentation |
SummerU |
see APSIM documentation |
SummerDate |
see APSIM documentation |
WinterCona |
see APSIM documentation |
WinterU |
see APSIM documentation |
WinterDate |
see APSIM documentation |
DiffusConst |
see APSIM documentation |
DiffusSlope |
see APSIM documentation |
Salb |
soil albedo (see APSIM documentation) |
CN2Bare |
see APSIM documentation |
CNRed |
see APSIM documentation |
CNCov |
see APSIM documentation |
Slope |
see APSIM documentation |
DischargeWidth |
see APSIM documentation |
CatchmentArea |
see APSIM documentation |
MaxPond |
see APSIM documentation |
SWCON |
see APSIM documentation |
Thickness |
provide the corresponding thickness layer |
current documentation for APSIM 7.10 https://www.apsim.info/documentation/model-documentation/soil-modules-documentation/soilwat/
a ‘list’ with class ‘soilwat_parms’
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.