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 suite of flux-corrected transport tests for landice integration #650

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

Commits on Oct 26, 2023

  1. Add new fct advection tests for dome group

    Add new fct advection tests for dome group
    trhille committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    93d24c7 View commit details
    Browse the repository at this point in the history
  2. Fix dome decomposition test namelists for fct

    The namelist files in the run step were not being properly updated
    to ust fct advection. This fixes that.
    trhille committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    dc1d673 View commit details
    Browse the repository at this point in the history
  3. Add greenland fct tests

    trhille committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9b38065 View commit details
    Browse the repository at this point in the history
  4. Add thwaites fct tests

    trhille committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    48f4913 View commit details
    Browse the repository at this point in the history
  5. Add humboldt fct tests

    Add 3km fct full physics tests for humboldt. Note that the decomposition
    tests do not pass validation, but testing shows that they also fail
    using fo advection.
    trhille committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2e577a9 View commit details
    Browse the repository at this point in the history
  6. Add fct_integration suite

    Add fct_integration suite, which uses a subset of the new fct
    advection tests based on the tests in full_integration.
    trhille committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    acda925 View commit details
    Browse the repository at this point in the history
  7. Fix names of thwaites tests in suite definition file

    Fix names of thwaites tests in suite definition file. Note that the
    naming convention of these tests is currently {advection}_{velocity_solver},
    which is the reverse of the convention for other tests. This will be
    addressed in a future commit.
    trhille committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c884eaf View commit details
    Browse the repository at this point in the history