Summarise NEMO-MEDUSA Output into Decadal Grids This function averages cleaned NEMO-MEDUSA monthly summaries into decadal grids.
NM_decadal_summary.Rd
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.
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.
See also
Other NEMO-MEDUSA averages:
NM_boundary_summary()
,
NM_volume_summary()
,
decadal()
,
strip_ice()