readin_dim {meteoEVT}R Documentation

read in dimensions

Description

: reads dimensions of ERA5 data

Usage

readin_dim(filename)

Arguments

filename

name of file to read in

Value

no return

Examples

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

[Package meteoEVT version 0.1.0 Index]