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 #6696

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

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    e629495 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a82ef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    060d652 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    daa95e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fb5875 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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    981962f View commit details
    Browse the repository at this point in the history
  7. Remove trailing whitespace

    xylar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9d0486f 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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    bf28488 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90ea5ac 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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ca4307f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2ebfd93 View commit details
    Browse the repository at this point in the history
  12. Add a stelth exact restart test

    xylar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3c750e2 View commit details
    Browse the repository at this point in the history
  13. 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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e7f1cde View commit details
    Browse the repository at this point in the history
  14. Move scaled DISMF update inside time stepping loop

    This is necessary becasue we want to update before streams get
    written.
    xylar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ab3a3dd View commit details
    Browse the repository at this point in the history
  15. 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 Nov 15, 2024
    Configuration menu
    Copy the full SHA
    ee5c8ff View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8a32c85 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cdb1c1c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4722072 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ae607e4 View commit details
    Browse the repository at this point in the history
  20. Add PR number to test README

    xylar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9abe40f View commit details
    Browse the repository at this point in the history
  21. Make bld files consistent with Registry

    jonbob authored and xylar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7ebbc1e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c3ce52b View commit details
    Browse the repository at this point in the history
  23. Make land ice frazil off by default

    cbegeman authored and xylar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a8822ae View commit details
    Browse the repository at this point in the history
  24. Enable land ice frazil for ISMF cases

    cbegeman authored and xylar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    25f6298 View commit details
    Browse the repository at this point in the history
  25. Hard-code data ISMF frazil off

    cbegeman authored and xylar committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fe34554 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4cb3096 View commit details
    Browse the repository at this point in the history