dB_getGEOtop: Get meteorological data from micro-meteo station...

Description Usage Arguments Value Author(s)

Description

Create GEOtop meteo input file from raw micro-meteo station (Mazia/Matsch) for a specific time frame

Usage

1
2
3
4
5
6
7
8
9
dB_getGEOtop(path2data, station, 
             READvar = c("Rain","WindSpeed","WindDirection","RH","Temp",
                         "SolarRadiation"), 
             var2geotop = c("Rain","WindSpeed","WindDirection","RH","Temp",
                            "SolarRadiation", "CloudTrans"), 
             GEOtopVAR= c("Iprec", "WindSp", "WindDir", "RelHum", "AirT",
                          "SWglobal", "CloudTrans"), 
             aggr_time, cut_date=FALSE, time_window, 
             skipwinter=FALSE, TempThresh=-2, tz="Etc/GMT-1")

Arguments

path2data

path to meteo data

station

station specification, e.g. "B0002", multiple stations are looped

READvar

variables to selecting for retrieving data

var2geotop

variables included in GEOtop input file (previous names)

GEOtopVAR

variables included in GEOtop input file (GEOtop names)

aggr_time

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

cut_date

boolean, TRUE: data is retrieved for specific time period; FALSE: data is retrieved for time period available; default = FALSE

time_window

as.POSIXct vector, start and end datetime for the period data should be retrieved

skipwinter

boolean, set winter precipitation NA; adjustable by the argument TempThresh, see below

TempThresh

air temperature threshold for setting precipitation NA

tz

timezone spezification

Value

if file name provided GEOtop meteo input file if file.name=NULL zoo object containing meteo data

Author(s)

Johannes Brenner, Johannes.Brenner@eurac.edu


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