dB_getSWP: Get regular soil water potential time series from EURAC...

Description Usage Arguments Value Note Author(s)

Description

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

Usage

1
2
dB_getSWP(path2data, station="B2", aggregation="n", minVALUE=-2000, maxVALUE=2000, clear_raw_data=FALSE, 
          write.csv=FALSE, path2write="./")

Arguments

path2data

path to meteo data

station

character, name of micro-meteo station, default "B0002"

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 = -2000 hPa

maxVALUE

numeric, maximum value of soil temperature for filtering, default = 2000 hPa

clear_raw_data

boolean, TRUE: clearing of raw data, not yet implemented, 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, .csv format

Note

Only station measuring soil water potential is station B2

Author(s)

Johannes Brenner, Johannes.Brenner@eurac.edu


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