solutes_parms: Helper function to supply additional Solute parameters

View source: R/edit_apsim_replace_soil_profile.R

solutes_parmsR Documentation

Helper function to supply additional Solute parameters

Description

Creates a list with specific components for the Solutes module

Usage

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
)

Arguments

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


apsimx documentation built on Sept. 11, 2024, 5:42 p.m.