read.obs_node: Read observation point outputs

Description Usage Arguments

View source: R/read_obs_node.R

Description

Read observation point outputs

Usage

1
2
3
4
5
6
7
read.obs_node(
  project.path,
  out.file = "Obs_Node.out",
  obs.output = NULL,
  obs.nodes,
  ...
)

Arguments

project.path

Directory of the model input/outputs

out.file

The output file name. Default is "Obs_Node.out", produced by the Hydrus 1D program

obs.output

The output to be returned.Default = NULL, i.e., all the outputs are read Other options are "h", "theta", "Flux". example, obs.output = c("h", "theta")

obs.nodes

Numeric Vector of the observation nodes defined in the PROFILE.DAT

...

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