-
Notifications
You must be signed in to change notification settings - Fork 134
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
Conversation
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. |
Yes, only the FSD results change the answers. The adaptive timestepping is
not used outside the FSD. I turned on the FSD in the run I did for the QC
test -I set tr_fsd=.true. and nfsd=12.
…On Tue, 11 Feb 2020 at 11:18, Tony Craig ***@***.***> wrote:
Just to confirm @lettie-roach <https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#298?email_source=notifications&email_token=AGIYTCMAQX7GLU3R3Z74KHLRCL2X3A5CNFSM4KTGXV3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELNWTJY#issuecomment-584804775>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGIYTCLKYUIAFP7ZIQPCYDDRCL2X3ANCNFSM4KTGXV3A>
.
|
There was a problem hiding this 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.
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 |
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
Add adaptive timestepping for lateral melt and growth - this ensures that the code can deal with large heat fluxes/FSD tendencies
Lettie Roach
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