Skip to contents

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()