-
Notifications
You must be signed in to change notification settings - Fork 546
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 block explicit loop index #975
Fix block explicit loop index #975
Conversation
* use npa when filling va at the end of pdlib_explict_block * re-indent w3wavemd after removal of if-block (from wise pr) * trailing whitespace cleanup (from wise pr)
@DeniseWorthen this is excellent news! What a great way to end the week, thank you. On the last PR we merged (ww3_gint), @JessicaMeixner-NOAA and I noticed the restart files for the ww3_ufs1.1 grid b unstr regtest were not reproducing. It was not related to the gint PR so we added it to the list of known non-b4b tests and had planned to return to investigate. This is a real big help for us. I'll submit the regtests right now. @aliabdolali @aronroland @thesser1 requesting reviews as the original developers |
Update: I needed to re-run a test for this today, which is currently running. This is on track to be merged this afternoon or early tomorrow if no issues are found. |
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.
Code review Pass
Regtests Pass
-
develop vs. fix confirm non-b4b except for the knowns, and ww3_ufs1.1 unstructured grid b.
1.matrixCompFull.txt
1.matrixCompSummary.txt
matrixDiff.txt - too large to include. -
fix against itself confirms ww3_ufs1.1 unstructured grid b reproduces.
2.matrixDiff.txt
2.matrixCompFull.txt
2.matrixCompSummary.txt
Thank you @DeniseWorthen for this bug fix for the new block explicit solver. |
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.
Hey Denise, great catch! This is all valid!
Cheers
Aron
Pull Request Summary
Extends the update of
VA
at the end of the block explict to use the ghost points also.Description
Issue(s) addressed
w3profsmd_pdlib.F90
)w3wavemd.F90
associated with the removal of an if statement (PR Ww3 wise merge develop #888)Commit Message
Extend loop to include ghost points for
VA
Check list
Testing