run.H1D.simulation: This is the main simulation function

Description Usage Arguments

View source: R/run_H1D_simulation.R

Description

This is the main simulation function

Usage

 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,
  ...
)

Arguments

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


shoebodh/hydrusR documentation built on April 17, 2020, 12:52 p.m.