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

Description Usage Arguments Author(s) See Also Examples

View source: R/geotop.lookup.table.R

Description

Read point output from GEOtop for verification of the model results

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
geotopLookUpTable(
  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,
  when = NULL,
  ...
)

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.

when

vector of time instants (class POSIXct. If it is NULL all observation/simulated time duration is considered.

...

further arguments for approxfunDataFrame

Author(s)

Johannes Brenner,Emanuele Cordano

See Also

get.geotop.inpts.keyword.value, approxfunDataFrame

Examples

1
2
3
4
5
6
 ## TO DO 


wpath <- '/home/ecor/activity/2016/eurac2016/idra/B2_BeG_017_DVM_001_test_1' 

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

EURAC-Ecohydro/geotopOptim2 documentation built on March 3, 2021, 4:56 a.m.