ecocat: Convert ECOHAM output to ATLANTIS output.

Description Usage Arguments Value Examples

Description

Assign spatial output from ECOHAM simulation to ATLANTIS polygons.

Usage

1
2
ecocat(nc, nicemap = ecocat::nicemap_df, nominal_dz = ecocat::nominal_dz_df,
  fun = mean)

Arguments

nc

connection to the netcdf file to read in.

nicemap

dataframe ECOHAM grid cells with corresponding ATLANTIS polygons.

nominal_dz

dataframe Cumulative water column thickness per ATLANTIS polygon and layer.

fun

function used to aggrgegate the data. Defaults to mean.

Value

Dataframe.

Examples

1
2
3
4
5
nc <- system.file(package = "ecocat", "extdata/volume.nc")
df <- ecocat(nc)

nc <- system.file(package = "ecocat", "extdata/d1.nc")
df <- ecocat(nc)

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