TopoSUB_read: Read topoSUB output

Description Usage Arguments

View source: R/TopoSUB_read.R

Description

Read topoSUB output and merge data to a data.table object

Usage

1
TopoSUB_read(wpath, keys, doLEHcalc=TRUE, SnowCoverThres=5, select, setup.file="setup.txt", add_listfile=FALSE)

Arguments

wpath

path into topoSUB simulation

keys

vector of keywords, e.g. c("PointOutputFileWriteEnd","SoilLiqContentProfileFileWriteEnd", "SoilIceContentProfileFileWriteEnd"), for further information refer to geotopbricks

select

named list of variables to select, see select argument in data.table::fread, list names refer to argument keys, names of variable to select refer to coloumn names of TopoSUB-GEOtop output files

doLEHcalc

boolean, if TRUE (default) latent and sensible heat fluxes over canopy are calculated (for details see AnalyseGeotop::GEOtop_EfluxOcanopy)

SnowCoverThres

Threshold (in mm H20) above which a snow cover day is defined

setup.file

name of TopoSUB setup configuration file

add_listpoints

boolean, if TRUE, attributes of listpoint file are join to output data, default=FALSE

write_sqlite

boolean, if TRUE, sqlite database is written from function output, default=FALSE

Johannes Brenner, Johannes.Brenner@eurac.edu

TopoSUB read output


JBrenn/TopoSUB documentation built on May 7, 2019, 7:39 a.m.