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 adaptive timestepping for lateral melt and growth #298

Merged
merged 8 commits into from
Feb 14, 2020

Conversation

lettie-roach
Copy link
Contributor

@lettie-roach lettie-roach commented Feb 11, 2020

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:
    Add adaptive timestepping for lateral melt and growth - this ensures that the code can deal with large heat fluxes/FSD tendencies
  • Developer(s):
    Lettie Roach
  • 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.
    I ran the base_suite tests, and the three FSD tests fail with 'different-data'
    I then ran the QC test for 'cheyenne_intel_smoke_gx3_8x2_medium_qc' and this passed Quality Control
  • 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:

@apcraig
Copy link
Contributor

apcraig commented Feb 11, 2020

Just to confirm @lettie-roach, only the fsd results changed answers? This adaptive timestepping is not used outside fsd? Did you manually turn on the fsd in the qc test? Otherwise, I'd expect it to be bit-for-bit if only fsd is changing.

I will try to run a full test suite on a couple other machines, just to check everything. Do we also want to do a qc test with fsd on (if that wasn't done)? I'm not suggesting we do, just asking the question.

@lettie-roach
Copy link
Contributor Author

lettie-roach commented Feb 11, 2020 via email

Copy link
Contributor

@eclare108213 eclare108213 left a comment

Choose a reason for hiding this comment

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

I like that you're using the same code for different processes. This looks fine to me. If @apcraig's tests come back fine, I think this is fine to merge. One question: is this capability mentioned in the documentation? Seems like it is. Since it's not something the user has to configure (right?), they might not realize it's happening.

@apcraig
Copy link
Contributor

apcraig commented Feb 12, 2020

I ran full test suites on conrad with 4 compilers using master + dtlatm ( #298 ) + ifsd3 ( #299 ) and everything looks good. Ran both icepack and cice suites. fsd tests fail regression but that's expected. Think both #298 and #299 are fine. Test results are here,

https://github.com/CICE-Consortium/Test-Results/wiki/icepack_by_hash_forks#122fb3d35defebafb202cb576309ba34b23b01d9
https://github.com/CICE-Consortium/Test-Results/wiki/cice_by_hash_forks#0bd9cdc1574fe86110039c43fd53ce5e2b1c5548

@eclare108213 eclare108213 merged commit 003b48a into CICE-Consortium:master Feb 14, 2020
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