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 RRS6to18 and RRSwISC6to18 meshes #576

Merged
merged 19 commits into from
Aug 15, 2023
Merged

Commits on Aug 15, 2023

  1. Add RRS6to18 and RRSwISC6to18 meshes

    These will become the E3SMv3 versions of the oRRS18to6v3 mesh.
    xylar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0e4c964 View commit details
    Browse the repository at this point in the history
  2. Add RRS6to18 test suites

    xylar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    319544a View commit details
    Browse the repository at this point in the history
  3. Add RRS6to18 to the docs

    xylar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    44666ae View commit details
    Browse the repository at this point in the history
  4. More cores for remapping topo

    xylar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    9828cf8 View commit details
    Browse the repository at this point in the history
  5. Fix vertical grid name

    xylar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6347aff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    642dd1c View commit details
    Browse the repository at this point in the history
  7. Add init-mode namelist and streams to RRS6to18

    These provide more stable parameters for computing the Haney-number
    vertical coordinate. They also write out files in the "pnetcdf,cdf5"
    format.
    xylar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6568429 View commit details
    Browse the repository at this point in the history
  8. Don't set PIO tasks and stride in init mode for RRS

    This merge also sets the number of CPUs per task to 4 to
    prevent out-of-memory errors.
    xylar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3ccb3be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e2c306 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa02c69 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    44c513a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d1f4f3 View commit details
    Browse the repository at this point in the history
  13. Don't set PIO tasks and stride for RRS meshes

    This doesn't seem to work well with files in NETCDF4 format.
    xylar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7bacc2a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8743160 View commit details
    Browse the repository at this point in the history
  15. Update dynamic adjustment

    xylar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8be28fe View commit details
    Browse the repository at this point in the history
  16. Skip ocean and sea-ice partitions if they exist

    This saves a lot of time when rerunning these steps.
    xylar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    95ebf49 View commit details
    Browse the repository at this point in the history
  17. Update documentation

    xylar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1f13dd7 View commit details
    Browse the repository at this point in the history
  18. Allow meshes to set min and max cells in graph partitions

    Use these new config options to set the minimum to a higher number
    for RRS meshes, since gpmetis is failing for very large task
    counts.
    xylar committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    cccccb5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5306f59 View commit details
    Browse the repository at this point in the history