View source: R/edit_apsim_replace_soil_profile.R
solutes_parms | R Documentation |
Creates a list with specific components for the Solutes module
solutes_parms(
Depth = NA,
Thickness = NA,
Solutes = NA,
InitialValues = NA,
InitialValuesUnits = NA,
WaterTableConcentration = NA,
D0 = NA,
Exco = NA,
FIP = NA,
DepthConstant = NA,
MaxDepthSoluteAccessible = NA,
RunoffEffectivenessAtMovingSolute = NA,
MaxEffectiveRunoff = NA
)
Depth |
depth for soil layers (see APSIM documentation) |
Thickness |
soil thickness for layers (either enter Depth or Thickness, but not both). Thickness will be recycled if more than one Solute is passed. |
Solutes |
Solutes supplied (for now this can be one or more of: ‘NO3’, ‘NH4’ or ‘Urea’) |
InitialValues |
initial values of solutes |
InitialValuesUnits |
passed to Solutes |
WaterTableConcentration |
passed to Solutes |
D0 |
passed to Solutes |
Exco |
passed to Solutes |
FIP |
passed to Solutes |
DepthConstant |
passed to Solutes |
MaxDepthSoluteAccessible |
passed to Solutes |
RunoffEffectivenessAtMovingSolute |
passed to Solutes |
MaxEffectiveRunoff |
passed to Solutes |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.