create.H1D.project: Creates a new hydrus project folder with "HYDRUS1D.DAT" and...

Description Usage Arguments Examples

View source: R/create_H1D_project.R

Description

Creates a new hydrus project folder with "HYDRUS1D.DAT" and "DISCRIPT.TXT" files

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
create.H1D.project(
  project.name,
  parent.dir,
  discription = NULL,
  TimeUnit = "days",
  SpaceUnit = "cm",
  PrintTimes = 1,
  processes = c(WaterFlow = T, RootWaterUptake = F),
  geometry,
  initial.cond,
  ...
)

Arguments

project.name

Name of the project

parent.dir

Path to the project folder

TimeUnit

Simulation time unit information (default = days)

SpaceUnit

Vertical spatial unit (decault = cm)

PrintTimes

Time levels at which the outputs should be printed

processes

Main processes (e.g., WaterFlow, SoluteTransport etc) to be simualted

geometry

Profile geometry info (Depth, # of nodes and # of obs nodes)

Examples

1
2
3
4
5
6
7
create.H1D.project(project.name = "testproj2", parent.dir = parent_dir, discription = NULL,
SpaceUnit = "cm", TimeUnit = "days", PrintTimes = 1,
processes = c(WaterFlow = T, SoluteTransport = F, RootWaterUptake = F,
RootGrowth = F, Unsatchem = F, HP1 = F, EquillibriumAdsorption = F,
initial.cond = c(NumberOfSolutes = 0, InitialCondition = 0),
geometry = c(ProfileDepth = 200, NumberOfNodes = 4,
         ObservationNodes = 0, MaterialNumber = 1, SubregionNumber = 1))

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