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 plotting script for thermal forcing and surface mass balance #566

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 16, 2024

  1. Add script to plot thermal forcing time series.

    Plot ISMIP6 thermal forcing time series for Amery/Lambert UQ paper.
    trhille committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8fdab21 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Add SMB plotting option

    Add option to plot SMB across a region or the entire domain.
    trhille committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    37d5311 View commit details
    Browse the repository at this point in the history
  2. Update plotting details

    Update linestyles based on ESM, save a pdf version, use lowercase
    axis labels, etc.
    trhille committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6a32a76 View commit details
    Browse the repository at this point in the history
  3. Support plotting average over depth range

    Support plotting average over depth range, for example using '-d -200,-500'
    in the command.
    trhille committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    3eed816 View commit details
    Browse the repository at this point in the history
  4. Add option to plot over whole shelf depth range

    Add option to plot over whole shelf depth range, using the
    --shelf_range flag. This may not be very accurate because it will
    sample deep temperatures far from the grounding line, where they
    are unlikely to ever be felt by the ice shelf during a simulation,
    but it is much faster than interpolating to a specific depth or
    to the ice-shelf base or seafloor.
    trhille committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e6c67f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9753ae0 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Apply suggestions from code review

    Co-authored-by: Matt Hoffman <wyeast@gmail.com>
    trhille and matthewhoffman authored May 1, 2024
    Configuration menu
    Copy the full SHA
    c76d1bc View commit details
    Browse the repository at this point in the history