read_alevel | R Documentation |
A-level information is printed each time a time-dependent boundary condition is specified. The information is directed to output file A_LEVEL.OUT.
read_alevel(path, dbg = FALSE)
path |
full path to A_LEVEL.out file |
dbg |
show debug messages (default: FALSE) |
imports A_LEVEL out with tidy column names and saves metainformation in attributes 'meta_general' and 'meta_units'
Time, t, at current time-level [T]
Cumulative potential surface flux [L] (infiltration/evaporation: -/+)
Cumulative potential transpiration [L]
Cumulative value of the actual surface flux [L] (infiltration/evaporation: -/+) [-]
Cumulative value of the actual transpiration [L]
Cumulative value of the bottom boundary flux [L] (inflow/outflow: +/-)
Pressure head at the soil surface [L]
Mean value of the pressure head in the soil root zone for which Beta(n)>0 [L]
Pressure head at the bottom of the soil profile [L]
A-level number (current variable boundary condition number) [-]
https://www.pc-progress.com/Downloads/Pgm_Hydrus1D/HYDRUS1D-4.17.pdf#page=277
path_alevel <- system.file("extdata/model/test/A_LEVEL.out", package = "kwb.hydrus1d") alevel <- read_alevel(path = path_alevel) alevel
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.