NM_decadal_summary: Summarise NEMO-MEDUSA Output into Decadal Grids This function...

View source: R/NM functions.R

NM_decadal_summaryR Documentation

Summarise NEMO-MEDUSA Output into Decadal Grids This function averages cleaned NEMO-MEDUSA monthly summaries into decadal grids.

Description

The function groups by all spatial variables (Longitude, Latitude, Depth, and Shore zone), and by decade and month. The mean for every other variable is calculated within these groups.

Usage

NM_decadal_summary(decade, dt)

Arguments

dt

Switch for using either data.table or dplyr methods (TRUE/FALSE respectively)

saved

A dataframe containing a summarised month from NEMO-MEDUSA model outputs. It must contain the columns: Longitude, Latitude, Decade, Month, Shore, and Depth.

Value

A dataframe containing a summarised decade of spatialy resolved NEMO-MEDUSA outputs.

See Also

Other NEMO-MEDUSA averages: NM_boundary_summary(), NM_volume_summary(), decadal(), strip_ice()


Jack-H-Laverick/MiMeMo.tools documentation built on March 6, 2023, 3:44 p.m.