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

Extend NASA GrIS regions into ocean #210

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
22 changes: 18 additions & 4 deletions docs/aggregation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ the following group names:

* Arctic Sea Ice Regions

* Greenland Regions
* ISMIP6 Greenland Regions

* NASA Greenland Regions

* Ocean Basins

Expand Down Expand Up @@ -88,15 +90,27 @@ 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
ISMIP6 Greenland Regions
~~~~~~~~~~~~~~~~~

The function :py:func:`geometric_features.aggregation.ocean.greenland`
The function :py:func:`geometric_features.aggregation.ocean.ismip6_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.
ISMIP6 Greenland South East Shelf, ISMIP6 Greenland South West Shelf. Regions cover both
landice and ocean, and could be used for either component.

NASA Greenland Regions
alexolinhager marked this conversation as resolved.
Show resolved Hide resolved
~~~~~~~~~~~~~~~~~

The function :py:func:`geometric_features.aggregation.landice.nasa_greenland`
aggregates regions of Greenland drainage basins taken from NASA:
(https://earth.gsfc.nasa.gov/cryo/data/polar-altimetry/antarctic-and-greenland-drainage-systems)
The drainage basins have been altered to extend to the continental shelf break. Boundaries between basins
have also been altered so that all glaciers terminating in an individual fjord
are from the same drainage basin. Regions cover both landice and ocean, and could be used for either
component.

Ice-shelf Regions
~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 3 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,11 @@ Aggregation
aggregation.ocean.moc
aggregation.ocean.arctic
aggregation.ocean.antarctic
aggregation.ocean.greenland
aggregation.ocean.ismip6_greenland
aggregation.ocean.ice_shelves
aggregation.ocean.transport

aggregation.seaice
aggregation.seaice.arctic

aggregation.landice.nasa_greenland
Loading
Loading