-
Notifications
You must be signed in to change notification settings - Fork 553
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
Init bugs2 #1142
Merged
Merged
Init bugs2 #1142
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
a3e143c
init_bugs2: solve neuman on boundary
aronroland 57ba5f8
Merge branch 'develop' into init_bugs2
aronroland 5482da9
init_bugs2: fix issue #1017 and other issues pointed out by Chris and…
aronroland 9b0083d
Merge branch 'NOAA-EMC:develop' into init_bugs2
thesser1 e71d161
init_bugs2: fix bug ...
aronroland 57b41c0
Merge branch 'init_bugs2' of https://github.com/erdc/WW3 into init_bugs2
aronroland 6f65346
init_bugs2: remove init emean
aronroland e517e8d
init_bugs2: thr not defined in db1
aronroland 523f0d6
Merge branch 'develop' into init_bugs2
92f8816
init_bugs2: fix issue found by chris
aronroland 369c46e
Merge branch 'init_bugs2' of https://github.com/erdc/WW3 into init_bugs2
aronroland 7420846
Merge branch 'NOAA-EMC:develop' into init_bugs2
thesser1 f5fb167
Merge branch 'NOAA-EMC:develop' into init_bugs2
thesser1 6136f10
Merge branch 'NOAA-EMC:develop' into init_bugs2
thesser1 7d444bf
init_bugs2: do some cleaning of the code, since those variables are i…
aronroland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 was doing some testing below - and saw this "Never touch these four lines" comment. I'm assuming @aronroland that the exception handling still works.... but just thought I'd draw attention to this comment.
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.
Hi @JessicaMeixner-NOAA sorry for my late reply, yes this was a leftover from long ago so I cleaned the code thanks for looking at this.
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.
Hi @JessicaMeixner-NOAA, back to your comment on the UFS and the DB1 issue. I have check more the code and the reason is in this case not DB1 but rather my changes in w3wave, where we changed how the source terms are called in the implicit schemes for the sake of neumann boundary but also wetting and drying. I will expand a bit the text so it becomes more clear to everybody.
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.
Thanks for replying @aronroland - and thanks for cleaning this up and all the bug fixes!