NM_volume_summary | R Documentation |
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.
NM_volume_summary(saved, ice_threshold = 0, ice = TRUE)
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. |
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.
A dataframe containing a mean monthly time series of all target variables in NEMO-MEDUSA outputs.
Other NEMO-MEDUSA averages:
NM_boundary_summary()
,
NM_decadal_summary()
,
decadal()
,
strip_ice()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.