create.soil.profile: Creates a new PROFILE.DAT file using a template included in...

Description Usage Arguments

View source: R/create_soil_profile.R

Description

Creates a new PROFILE.DAT file using a template included in the package.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
create.soil.profile(
  project.path,
  out.file = "PROFILE.DAT",
  profile.depth,
  dz = 1,
  Temp = 20,
  Conc = 0,
  obs.nodes = NULL,
  ...
)

Arguments

project.path

Location of the H1D project in the directory

out.file

Default is always 'PROFILE.OUT'

dz

Descretization step of the profile.

Temp

Temperate input default is 20 degree C

Conc

Concentration, zero in initial profile

obs.nodes

Observation nodes


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