-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rheology parameters not set #720
Comments
Link to the commit is here. |
I just reverted the offending comment and fixed a few formatting issues. But this should be done properly at some point.
# Hotfix for bug in issue #720 Fixes partially #720 ### Task List - [x] Defined the tests that specify a complete and functioning change (*It may help to create a [design specification & test specification](../../../wiki/Specification-Template)*) - [x] Implemented the source code change that satisfies the tests - [x] Documented the feature by providing worked example - [ ] Updated the README or other documentation - [x] Completed the pre-Request checklist below --- # Change Description I just reverted the offending comment and fixed a few formatting issues. But this should be done properly at some point. --- # Test Description The dynamics benchmark runs. A carefully placed break point or std::cout confirms that the ``params`` class is properly set. --- # Documentation Impact N/A --- # Other Details N/A --- ### Pre-Request Checklist - [x] The requirements of this pull request are fully captured in an issue or design specification and are linked and summarised in the description of this PR - [x] No new warnings are generated - [x] The documentation has been updated (or an issue has been created to track the corresponding change) - [x] Methods and Tests are commented such that they can be understood without having to obtain additional context - [x] This PR/Issue is labelled as a bug/feature/enhancement/breaking change - [x] File dates have been updated to reflect modification date - [x] This change conforms to the conventions described in the README
BBM still doesn't work, despite the hotfix. |
There was a compile warning in develop before the hotfix; maybe this can help:
|
I get the same warning in my branch where BBM definitely does work. Add yes, we need to clean up those warnings. |
I've been trying to figure this out, but without any luck. It does not destroy all the ice if I turn off the advection, but that's as far as I've gotten. |
Oh! |
The rheology parameters in
param
all have the value 0 (or 0.) now.I check this by putting an
assert(params.P0 > 0.)
somewhere inBBMStressUpdateStep.hpp
(e.g. line 90).Doing a
git bisect
reveals thatI haven't investigated this further.
The text was updated successfully, but these errors were encountered: