read_solute | R Documentation |
Reads Solute output
read_solute( path = system.file("extdata/model/test/solute1.out", package = "kwb.hydrus1d"), dbg = FALSE )
path |
full path to solute_id.out file (default: system.file("extdata/model/test/solute1.out", package = "kwb.hydrus1d")) |
dbg |
show debug messages (default: FALSE) |
imports solute_id.out with tidy column names and saves metainformation in attributes 'meta_general' and 'meta_units'
Time, t, at current time-level [T]
Actual solute flux across the soil surface [ML-2 T -1] (inflow/outflow: +/-)
Actual solute flux across the bottom of the soil profile [ML-2 T -1] (inflow/outflow: +/-)
Cumulative solute flux across the soil surface [ML-2] (inflow/outflow: +/-)
Cumulative solute flux across the bottom of the soil profile [ML-2] (inflow/outflow: +/-)
Cumulative amount of solute added to the flow region by zero-order reactions [ML-2] (negative when removed from the system)
Cumulative amount of solute removed from the flow region by first-order reactions [ML-2] (negative removed from the system).
Solute concentration at the soil surface [ML-3]
Mean solute concentration of the root zone [ML-3]
Solute concentration at the bottom of the soil profile [ML-3]
Actual root solute uptake in the root zone [ML-2 T -1] (positive when removed from the system)
Cumulative amount of solute removed from the flow region by root water uptake S [ML-2] (positive when removed from the system)
Cumulative mass transfer to either kinetic adsorption sites (type-2 adsorption sites), or to the immobile liquid region [ML-2] (inflow/outflow: +/-).
Time-level (current time-step number) [-]
Average concentration in the saturated zone [ML-3] (in the groundwater)
Solute flux in the runoff ([ML-3] * [LT-1]) [ML-2T-1]
Cumulative solute flux in the runoff ([ML-3] * [LT-1]* [T]) [ML-2]
Solute flux at the first through third observation node ([ML-3] * [LT-1]) [ML-2T-1]
cumulative solute flux at the first through third observation node ([ML-3] * [LT-1] * [T]) [ML-2]. Total solute fluxes are reported when only one solute is simulated. Only convective fluxes (for the first solute) are reported when 2 or more solutes are simulated
https://www.pc-progress.com/Downloads/Pgm_Hydrus1D/HYDRUS1D-4.17.pdf#page=273
path_solute <- system.file("extdata/model/test/solute1.out", package = "kwb.hydrus1d") solute <- read_solute(path = path_solute) solute
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.