read_runinf | R Documentation |
Contains time and iteration information
read_runinf(path, dbg = FALSE)
path |
full path to Run_Inf.out file |
dbg |
show debug messages (default: FALSE) |
imports Run_Inf.out with tidy column names and saves metainformation in attributes 'meta_general' and 'meta_units'
Time-level (current time-step number) [-]
Time, t, at current time-level [T]
Time step, delta t [T]
Number of iterations necessary for solution of the water flow equation [-]
Number of iterations necessary for solution of the solute transport equation [-]
Cumulative number of iterations [-]
Code for the boundary condition at the soil surface
Code for the boundary condition at the bottom of the soil profile
Information whether or not the numerical convergence was achieved at the current time-level
Maximum local Peclet number [-]
Maximum local Courant number [-]
https://www.pc-progress.com/Downloads/Pgm_Hydrus1D/HYDRUS1D-4.17.pdf#page=272
path_runinf <- system.file("extdata/model/test/Run_Inf.out", package = "kwb.hydrus1d") runinf <- read_runinf(path = path_runinf) runinf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.