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 scaling of DIB and DISMF by running mean of removed Antarctic ice runoff #109

Closed

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    db3c4c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e9326a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a19e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa012a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7436b4 View commit details
    Browse the repository at this point in the history
  6. Update DISMF files to include total fluxes

    Read in areaIntegAnnMeanDataIcebergIceShelfFreshwaterFlux from
    these files
    xylar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1535dd1 View commit details
    Browse the repository at this point in the history
  7. Remove trailing whitespace

    xylar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9e5ddfc View commit details
    Browse the repository at this point in the history
  8. Update DIB files to include total fluxes

    Read in areaIntegAnnMeanDataIcebergIceShelfFreshwaterFlux from
    these files
    xylar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6df19af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a99433b View commit details
    Browse the repository at this point in the history
  10. Add support for scaling DIB

    Most of the support is in place, just not the coupling between
    MPAS-Ocean and MPAS-Seaice to pass `runningMeanRemovedIceRunoff`
    xylar committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1da9fb6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0822b88 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    71b309e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Accumulate daily mean before daily alarm

    Since the alarm rings at the end of a daily interval, we need
    to accumulate the removed runoff before, not after, we reset
    the daily accumulation.
    xylar committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    32a6bba View commit details
    Browse the repository at this point in the history
  2. Move scaled DISMF update inside time stepping loop

    This is necessary becasue we want to update before streams get
    written.
    xylar committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    00b5d8f View commit details
    Browse the repository at this point in the history
  3. First zero entry in removed runoff history is zero

    We want this to be a valid entry that contributes to the running
    mean.
    xylar committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    8989974 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c216ddf View commit details
    Browse the repository at this point in the history