readin_era5 {meteoEVT}R Documentation

read in ERA5 data

Description

: reads ERA5 data

Usage

readin_era5(filename)

Arguments

filename

name of file to read in

Value

no return

Examples

myfile=system.file("extdata", "era5_storm-zeynep.nc", package = "meteoEVT")
data = readin_era5(myfile)

[Package meteoEVT version 0.1.0 Index]