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 RTD, minor updates to documentation #437

Merged
merged 2 commits into from
May 22, 2023
Merged

Conversation

apcraig
Copy link
Contributor

@apcraig apcraig commented May 15, 2023

PR checklist

  • Short (1 sentence) summary of your PR:
    Fix Readthdocs after recent changes, update documentation

  • 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.
    All bit-for-bit in full icepack test suite, https://github.com/CICE-Consortium/Test-Results/wiki/icepack_by_hash_forks#f36fccbddd20ef64bb95282dd85db726dbaa1f76. PGI tests did not complete due to login timeout, should be OK. CCSMCOUPLED cpp still needs testing in coupled system.

  • 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:

  • Update readthedocs implementation consistent with @dabail10 implementation in Add functionality to change hist_avg for each stream CICE#827.

  • Update icepack interface documentation and add new public mushy subroutines (should have been done before).

  • Remove trailing spaces in source code.

  • Add cpp CCSMCOUPLED equivalent to CESMCOUPLED via icepack_kinds.

- Minor update to icepack_mushy_physics inline documentation
- Update Icepack interfaces documentation, add icepack_mushy public interfaces
- Remove trailing blank spaces in source code
icepack_kinds is used by all files in columnphysics, so should be comprehensive.
@@ -1,3 +1,6 @@
#ifdef CCSMCOUPLED
#define CESMCOUPLED
#endif
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome solution, thank you

@apcraig apcraig merged commit 6703bc5 into CICE-Consortium:main May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants