Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ISMIP6 Greenland regions #199

Merged
merged 3 commits into from
May 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/aggregation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ the following group names:

* Arctic Sea Ice Regions

* Greenland Regions

* Ocean Basins

* Ice Shelves
Expand Down Expand Up @@ -86,6 +88,16 @@ Amundsen Sea Deep, Eastern Ross Sea Shelf, Eastern Ross Sea Deep,
Western Ross Sea Shelf, Western Ross Sea Deep, East Antarctic Seas Shelf,
East Antarctic Seas Deep.

Greenland Regions
~~~~~~~~~~~~~~~~~

The function :py:func:`geometric_features.aggregation.ocean.greenland`
aggregates regions of the continental shelves around Greenland based on the
ISMIP6 regions: ISMIP6 Greenland Central East Shelf,
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.

Ice-shelf Regions
~~~~~~~~~~~~~~~~~

Expand Down
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Aggregation
aggregation.ocean.moc
aggregation.ocean.arctic
aggregation.ocean.antarctic
aggregation.ocean.greenland
aggregation.ocean.ice_shelves
aggregation.ocean.transport

Expand Down
Loading