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

Fix minor issues found during testing #1

Merged

Conversation

apcraig
Copy link

@apcraig apcraig commented Feb 7, 2023

For detailed information about submitting Pull Requests (PRs) to the CICE-Consortium,
please refer to: https://github.com/CICE-Consortium/About-Us/wiki/Resource-Index#information-for-developers

PR checklist

  • Short (1 sentence) summary of your PR:
    Fix minor issues found during testing

  • Developer(s):
    apcraig

  • Suggest PR reviewers from list in the column to the right.

  • Please copy the PR test results link or provide a summary of testing completed below.
    full icepack test suite on cheyenne with intel, gnu, pgi passes versus current CICE-Consortium main

  • How much do the PR code changes differ from the unmodified code?

    • bit for bit
    • different at roundoff level
    • more substantial
  • Does this PR create or have dependencies on CICE or any other models?

    • Yes
    • No
  • Does this PR add any new test cases?

    • Yes
    • No
  • Is the documentation being updated? ("Documentation" includes information on the wiki or in the .rst files from doc/source/, which are used to create the online technical docs at https://readthedocs.org/projects/cice-consortium-cice/.)

    • Yes
    • No, does the documentation need to be updated at a later time?
      • Yes
      • No
  • Please provide any additional information or relevant details below:

    Fix minor issues found during testing
    - icedrv_init write format for history_format
    - dims allocation in icedrv_restart
    - cleaned up some intent lines (old)
    - add return at end of io_suite.ts
    - update namelist documentation of history_format, restart_format
    Update to current main trunk

apcraig and others added 3 commits February 2, 2023 12:44
…onsortium#428)

* Update snwgrain implementation to fix bug in snow sublimation

- fix bug in sublimation of snow
- check allocation of snow aging table

needed for E3SM, reported by NJ.

* Update snowage array allocation checks
  - icedrv_init write format for history_format
  - dims allocation in icedrv_restart
  - cleaned up some intent lines (old)
  - add return at end of io_suite.ts
  - update namelist documentation of history_format, restart_format
Update to current main trunk
@apcraig
Copy link
Author

apcraig commented Feb 7, 2023

I'm PRing some fixes to your branch. After testing, decided it would be easier to just PR than report. If you merge this, it should immediately be part of CICE-Consortium#427.

Check history_format and restart_format input values
@davidclemenssewall davidclemenssewall merged commit d2981d3 into davidclemenssewall:restart_netcdf Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants