swim_parms {apsimx} | R Documentation |
Helper function to supply SWIM parameters
Description
Creates a list with specific components for the SWIM model
Usage
swim_parms(
Salb = NA,
CN2Bare = NA,
CNRed = NA,
CNCov = NA,
KDul = NA,
PSIDul = NA,
VC = NA,
DTmin = NA,
DTmax = NA,
MaxWaterIncrement = NA,
SpaceWeightingFactor = NA,
SoluteSpaceWeightingFactor = NA,
Diagnostics = NA,
SwimWaterTable_WaterTableDepth = NA,
SwimSubsurfaceDrain_DrainDepth = NA,
SwimSubsurfaceDrain_DrainSpacing = NA,
SwimSubsurfaceDrain_DrainRadius = NA,
SwimSubsurfaceDrain_Klat = NA,
SwimSubsurfaceDrain_ImpermDepth = NA
)
Arguments
Salb |
see APSIM documentation |
CN2Bare |
see APSIM documentation |
CNRed |
see APSIM documentation |
CNCov |
see APSIM documentation |
KDul |
see APSIM documentation |
PSIDul |
see APSIM documentation |
VC |
see APSIM documentation |
DTmin |
see APSIM documentation |
DTmax |
see APSIM documentation |
MaxWaterIncrement |
see APSIM documentation |
SpaceWeightingFactor |
see APSIM documentation |
SoluteSpaceWeightingFactor |
see APSIM documentation |
Diagnostics |
see APSIM documentation |
SwimWaterTable_WaterTableDepth |
see APSIM documentation |
SwimSubsurfaceDrain_DrainDepth |
see APSIM documentation |
SwimSubsurfaceDrain_DrainSpacing |
see APSIM documentation |
SwimSubsurfaceDrain_DrainRadius |
see APSIM documentation |
SwimSubsurfaceDrain_Klat |
see APSIM documentation |
SwimSubsurfaceDrain_ImpermDepth |
see APSIM documentation |
Details
current documentation for APSIM 7.10 https://www.apsim.info/documentation/model-documentation/soil-modules-documentation/swim3/
Value
a ‘list’ with class ‘swim_parms’
[Package apsimx version 2.7.7 Index]