Skip to contents

The function groups by model compartment (Depth and Shore zone) and time step (Month and Year). The mean for every target variable is calculated within these groups.

Usage

NM_volume_summary(saved, ice_threshold = 0, ice = TRUE)

Arguments

saved

A dataframe containing a summarised month from NEMO-MEDUSA model outputs.

ice_threshold

A value between 0 and 1 defining ice free pixels.

ice

A TRUE FALSE switch for whether the ice_mod files were included when extracting from NEMO-MEDUSA.

Value

A dataframe containing a mean monthly time series of all target variables in NEMO-MEDUSA outputs.

Details

The ice-threshold parameter controls how high the concentration of ice must be at a pixel to count as ice-affected. The default is set to 0, so any pixels with ice are counted, but if you decide that ice-concentrations below 0.05 are meaningless for your purposes, you can set the threshold to have these pixels classed as ice free instead. This will also drop the pixels from calculations of Ice_concentration, Ice_Thickness, and Snow_Thickness.

See also

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