GEOtop_ReadValidationData: Read point output from GEOtop for verification of the model...

Description Usage Arguments Author(s) See Also Examples

Description

Read point output from GEOtop for verification of the model results

Usage

1
2
3
4
GEOtop_ReadValidationData(wpath, obs = "ObservationProfileFile",
  lookup_tbl_observation = "ObservationLookupTblFile", soil_files = TRUE,
  save_rData = TRUE, tz = "Etc/GMT-1", level = 1,
  inpts.file = "geotop.inpts", merge.output = TRUE)

Arguments

wpath

path into simulation folder

obs

zoo object, data frame, with specific names of variables used for validate the model results; name conventions according to CF Standard Name Table http://cfconventions.org.

lookup_tbl_observation

lookup table with observed and GEOtop-simulated variables

soil_files

boolean, TRUE: soil files are provided as GEOtop input. FALSE: soil is parameterized in the geotop.inpts file

save_rData

(OBSOLATE)boolean, if TRUE (default) data is stored in working directory (simulation folder)

tz

time zone, see get.geotop.inpts.keyword.value. Default is "Etc/GMT-1".

level

check point index. Default is 1. See get.geotop.inpts.keyword.value

inpts.file

name of the GEOtop configuration file. Default is "geotop.inpts"

merge.output

logical. If it is TRUE, the output is a marged in a unique zoo object.

Author(s)

Johannes Brenner,Emanuele Cordano

See Also

get.geotop.inpts.keyword.value

Examples

1
2
3
4
5
6
7
8
9
 ## TO DO 


wpath <- '/home/ecor/activity/2016/eurac2016/idra/B2_BeG_017_DVM_001_test_1' 
##load(file.path(wpath, "obs", "observation.RData"))

###out <- GEOtop_ReadValidationData(wpath = wpath, obs = observation, save_rData = TRUE)

out <- GEOtop_ReadValidationData(wpath = wpath , save_rData = TRUE)

ecor/geotopAnalytics documentation built on May 15, 2019, 8:54 p.m.