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

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

geotopLookUpTableR Documentation

Read point output from GEOtop for verification of the model results

Description

Read point output from GEOtop for verification of the model results

Usage

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

 ## TO DO 


##wpath <- '/home/ecor/activity/2016/eurac2016/idra/B2_BeG_017_DVM_001_test_1' 
##wpath <- system.file("Muntatschini_pnt_1_225_B2_004",package="geotopOptim2")
wpath <- system.file('geotop-simulation/B2site',package="geotopOptim2") 
out <- geotopLookUpTable(wpath = wpath , save_rData = TRUE)





ecor/geotopOptim2 documentation built on Sept. 16, 2024, 9:44 a.m.