View source: R/run_H1D_simulation.R
This is the main simulation function
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | run.H1D.simulation(
project.path,
hydrus.path = NULL,
profile.depth,
beginT,
endT,
deltaT,
bot.bc.type,
bot.bc.value,
const.bot.bc,
soil.para,
atm.bc.data,
ini.wt,
TimeUnit = "days",
rdepth,
obs.nodes,
show.output = TRUE,
...
)
|
endT |
end time |
deltaT |
time step |
bot.bc.type |
head or flux type |
bot.bc.value |
value of the bc |
const.bot.bc |
Logical, to set if bottom BC is constant |
soil.para |
Hydraulic parameters of soil (van Genuchten) |
atm.bc.data |
data frame containing atmonspheric boundary conditions (time variable BC) |
ini.wt |
Initial water table depth |
rdepth |
rooting depth |
obs.nodes |
Observation node points (vector) |
show.output |
Logical, whether the shell output of HYDRUS1D run should be displayed on R console, default = F |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.