-
Notifications
You must be signed in to change notification settings - Fork 340
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
Initial OpenACC port of atm_rk_dynamics_substep_finish #1267
base: develop
Are you sure you want to change the base?
Initial OpenACC port of atm_rk_dynamics_substep_finish #1267
Conversation
c3aee17
to
580f5e4
Compare
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.
This looks good, just a couple of small changes. Then I assume you'd squash into one or two commits?
end if | ||
|
||
|
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.
Can you remove this extra blank line that slipped in?
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.
Done.
Thanks and yes, I'll wait for Michael's review before I rebase/squash. |
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.
The changes look good now! I'll take another peek when the commits are updated.
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 left one comment about adding default(present)
clauses, but otherwise the changes look good.
…ep_finish This commit provides an interim fix for a potential issue in limited area runs relating to the uninitialized garbage cells in the 1st time level of theta_m.
2aab36e
to
852fa34
Compare
Updated the parallel regions with @mgduda : Not fully clear on how to squash these commits. Could use your suggestions. |
Initial OpenACC port of atm_rk_dynamics_substep_finish.