read_runinf: Read Run_Inf.out

View source: R/read_runinf.R

read_runinfR Documentation

Read Run_Inf.out

Description

Contains time and iteration information

Usage

read_runinf(path, dbg = FALSE)

Arguments

path

full path to Run_Inf.out file

dbg

show debug messages (default: FALSE)

Value

imports Run_Inf.out with tidy column names and saves metainformation in attributes 'meta_general' and 'meta_units'

tlevel

Time-level (current time-step number) [-]

time

Time, t, at current time-level [T]

dt

Time step, delta t [T]

itr_w

Number of iterations necessary for solution of the water flow equation [-]

itr_c

Number of iterations necessary for solution of the solute transport equation [-]

it_cum

Cumulative number of iterations [-]

kod_t

Code for the boundary condition at the soil surface

kod_b

Code for the boundary condition at the bottom of the soil profile

converg

Information whether or not the numerical convergence was achieved at the current time-level

peclet

Maximum local Peclet number [-]

courant

Maximum local Courant number [-]

References

https://www.pc-progress.com/Downloads/Pgm_Hydrus1D/HYDRUS1D-4.17.pdf#page=272

Examples

path_runinf <- system.file("extdata/model/test/Run_Inf.out", package = "kwb.hydrus1d")
runinf <- read_runinf(path = path_runinf)
runinf

KWB-R/kwb.hydrus1d documentation built on Nov. 21, 2022, 4:54 a.m.