Skip to content

Workflow for Antarctic Grounding Zone Acceleration #27

@yueyiche

Description

@yueyiche

Create a jupyter notebook. The goal of this notebook is to use similar tools in issue #25 to look at how the velocity in Antarctic glaciers' grounding zones has been changing with time. Grounding zone here is defined by the coverage of a set of grounding lines (grids on the line plus buffer). We are going to accomplish this with the following workflow.

  1. Fetch data through earthaccess. Grounding line data should come from MEaSUREs Antarctic Grounding Line from Differential Satellite Radar Interferometry, Version 2 (DOI: 10.5067/IKBWW4RYHF1Q). Annual ice surface velocity data should come from MEaSUREs Annual Antarctic Ice Velocity Maps, Version 1 (DOI: 10.5067/9T4EPQXTJYW9). If we already have these exact data downloaded, don't download them again, and just use what we have already.
  2. Create grounding zone for all Antarctic glaciers for each year. Apply mortie line function to each pieces of grounding line in each year, with a resolution of around 50 m grid. The grids on all the lines plus the buffer of all the lines become our grounding zone. We also create a master grounding zone, where we consider grounding lines from all years, and use mortie on them, so it contains all the grids on all the lines and the buffer for all the lines from 1992 to 2025 (the whole time range for the grounding line data).
  3. Intercept annual grounding zone ice velocities. For each year available in the velocity dataset, intercept the grounding zone with the velocity map, and assign the great circle nearest neighbor velocity value to the grounding zone mortie grids. This way we get annual maps of grounding zone velocities for Antarctica. If the grid cell of the certain year did not have an according velocity at the baseline year, map this grid to the 2000-2001 velocity map, and use that as baseline. If the 2000-2001 velocity map has a gap (NA) for that grid cell, then use the first velocity map that has valid data for that grid cell as baseline.
  4. Use master grounding zone to intercept velocity maps of 2005 and 2025, similar to what is done in step 3, but use the same master grounding zone for both the 2005 map and the 2025 map. Calculate the velocity anomaly between the two maps.
  5. Plot 1: Antarctica grounding zone velocity map slider. Use the 2000-2001 grounding zone velocity as the baseline, make grounding zone velocity anomaly for each grid cell and for each year. Plot a map of Antarctica with these grounding zone locations and the grids with velocity anomaly, red for acceleration, and blue for slow down. Make a slider for these maps, so I can slide through and see how the velocity anomaly has been changing.
  6. Plot 2: Antarctica master grounding zone velocity change between 2005 and 2025. Plot the velocity anomaly calculated in step 4.

That should be all. Any questions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions