dB_getSWC: Get regular soil moisture time series from EURAC micro-meteo...

Description Usage Arguments Value Note Author(s)

Description

Retrieve regular soil moisture time series from EURAC micro-meteo station located in Mazia/Matsch

Usage

1
2
3
dB_getSWC(path2data, station, calibrate=FALSE, aggregation="n", 
          minVALUE=0.05, maxVALUE=0.50, clear_raw_data=FALSE, remove_freezing=FALSE, 
          write.csv=FALSE, path2write="./")

Arguments

path2data

path to meteo files

station

character, name of micro-meteo station, e.g. "B0002"

calibrate

boolean, default FALSE: use of uncalibrated SMC data; TRUE: calibrated SMC sensor data is used for comparision with simulated SMC, calibration parameters are retrieved from the package data via data(calibration)

aggregation

character, time aggregation applied. "n" no aggregation of raw data,"h": hourly, "d": daily

minVALUE

numeric, minimum value of soil temperature for filtering, default = 5 vol%

maxVALUE

numeric, maximum value of soil temperature for filtering, default = 50 vol%

clear_raw_data

boolean, TRUE: clearing of raw data, not yet implemented, default = FALSE

remove_freezing

boolean, TRUE: freezing periods are remove from raw data; only possible for B, P and I stations, default = FALSE

write.csv

boolean, default = FALSE; TRUE: .csv file is written to path2write, FALSE: no .csv file is written

path2write

path data should be written to

Value

  1. zoo object containing processed data

  2. file output containing processed data in .csv format, if write.csv = TRUE

Note

calibration file is stored here: ‘//ABZ02FST.EURAC.EDU/Projekte/HiResAlp/06_Workspace/BrJ/02_data/Station_data_Mazia/calibration.csv

Author(s)

Johannes Brenner, Johannes.Brenner@eurac.edu


JBrenn/DataBaseAlpEnvEURAC documentation built on May 7, 2019, 6:48 a.m.