read_eurocordex_files: read actual data from netCDF files

Description Usage Arguments Value Examples

Description

read actual data from netCDF files

Usage

1
read_eurocordex_files(dir, fImport, idxStations, varname)

Arguments

dir

string: file direcotory

fImport

data.frame: containing columns filename, read_idx_start, and read_idx_count

idxStations

data.frame: containing columns station_name, idx_lon, and idx_lat

varname

variable name to import

Value

data.frame with first column "time" and last column "time_posix". further columns in between are denoted according to idxStations$station_name; each row contains data of one time step

Examples

1
# Used by `read_eurocordex_data`. Please look into that function's code for a usage example.

neumannd/eurocordex2swatTools documentation built on May 14, 2019, 2:17 p.m.