From dfb89eeafcff1e51931f2cfab759d9892e4afe4d Mon Sep 17 00:00:00 2001 From: Alexander Hager Date: Fri, 18 Oct 2024 16:15:26 -0600 Subject: [PATCH] Update Docs --- docs/aggregation.rst | 15 +++++++++++++++ docs/api.rst | 1 + 2 files changed, 16 insertions(+) diff --git a/docs/aggregation.rst b/docs/aggregation.rst index 7378b5b3..ce82396c 100644 --- a/docs/aggregation.rst +++ b/docs/aggregation.rst @@ -25,6 +25,8 @@ the following group names: * Ocean Subbasins +* Historical Sea Ice + * ISMIP6 Regions * Transport Transects @@ -98,6 +100,19 @@ ISMIP6 Greenland Central West Shelf, ISMIP6 Greenland North East Shelf, ISMIP6 Greenland North Shelf, ISMIP6 Greenland North West Shelf, ISMIP6 Greenland South East Shelf, ISMIP6 Greenland South West Shelf. +Historical Sea Ice +~~~~~~~~~~~~~~~~~~ + +The function :py:func:`geometric_features.aggregation.seaice.qgreenland` +aggregates the historical monthly median sea ice extents taken from +the QGreenland dataset: January Historical Median Sea Ice Extent, +February Historical Median Sea Ice Extent, March Historical Median Sea Ice Extent, +April Historical Median Sea Ice Extent, May Historical Median Sea Ice Extent, +June Historical Median Sea Ice Extent, July Historical Median Sea Ice Extent, +August Historical Median Sea Ice Extent, September Historical Median Sea Ice Extent, +October Historical Median Sea Ice Extent, November Historical Median Sea Ice Extent, +December Historical Median Sea Ice Extent. + Ice-shelf Regions ~~~~~~~~~~~~~~~~~ diff --git a/docs/api.rst b/docs/api.rst index 2f4826df..1269d2d3 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -100,3 +100,4 @@ Aggregation aggregation.seaice aggregation.seaice.arctic + aggregation.seaice.qgreenland