eco_to_tidy: Convert netcdf output from ECOHAM simulation to tidy...

Description Usage Arguments Value Examples

Description

Read in netcdf output array from ECOHAM simulation and convert it to a tidy dataframe to allow coupling with atlantistools output.

Usage

1

Arguments

nc

connection to the netcdf file to read in.

Value

tidy dataframe with columns longitude, latitude, depth, time, variable-name, ecohambox-id.

Examples

1
2
nc <- system.file(package = "ecocat", "extdata/volume.nc")
vol <- eco_to_tidy(nc)

alketh/ecocat documentation built on May 10, 2019, 9:20 a.m.