h2d_concentration: Import concentration data from HYDRUS 2D output

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/h2d_concentration.R

Description

This function imports concentration data from a simulation successfully run in HYDRUS 2D. Use 'h3d_' functions to import HYDRUS 3D results. Simulation results ('Mesh Information' and 'Concentrations') have to be exported to ASCII prior to running this function using the HYDRUS 2D/3D GUI ('Results' –> 'Convert Output to ASCII').

Usage

1

Arguments

path

Path to HYDRUS 2D project containing 'MESHTRIA.TXT' and 'CONC<n>.TXT' with <n> being 1, 2, ...,

Value

Returns a tibble with 5 columns. 'timestep': 'Print Times' in units defined in HYDRUS 'Time Information', 'x': x-coordinate of mesh node, 'y': y-coordinate of mesh node, 'parameter': 'concentrationX' for concentration (concentration1, concentration2, ..., concentration7), 'value': numerical value in units defined in HYDRUS [-].

Author(s)

Jan Knappe, jan.knappe@gmail.com

References

https://www.pc-progress.com/downloads/Pgm_Hydrus3D2/HYDRUS3D

See Also

Other HYDRUS 2D functions: h2d_edges, h2d_head, h2d_nodes, h2d_temperature, h2d_velocity, h2d_vwc

Examples

1
2
3
4
5
6
7
h2d_concentratio(path = "data")

## Not run: 
h2d_concentratio(path = "CONC1.TXT")
h2d_concentratio(path = "Project/CONC1.TXT")

## End(Not run)

jknappe/hydrusImport documentation built on April 2, 2020, 2:58 p.m.