-
Notifications
You must be signed in to change notification settings - Fork 21
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 orographic drag #1233
Add orographic drag #1233
Conversation
I may change all |
Hi @jiahe23, sorry that #1231 caused rebase conflicts with this PR. I think we can apply the same sort of pattern that is now used in the main branch:
I can help out if it's not clear |
Thank you for the guideline, @charleskawczynski . It is very helpful. I'll let you know if I have questions making those changes. |
0df61dc
to
2396b02
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.
The Overleaf doc looks good! I will continue the review after Charlie's suggested changes (as discussed offline), but here are a couple of minor things I found earlier.
44b1563
to
7b109b5
Compare
87e389d
to
1a320f4
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.
Hey Jia, the changes look good! There are some loose functions (or at least I couldn't see where they were being used). It would be good to add unit tests - this will also check you're using all new added functions :). Also, do you have a physical test in mind to check it's producing the correct forcing?
Thank, @LenkaNovak ! Good catch from you! The physical test itself seems to be a big project. I have some premature idea and decide to leave it to a separate PR. Let's have a discussion with @szy21 sometime soon. |
47d0df5
to
28124a6
Compare
Co-authored-by: Zhaoyi Shen <[email protected]>
bors r+ |
Build succeeded: |
1249: fix mse table r=jiahe23 a=jiahe23 This PR is to fix an error in the mse table introduced by #1233 . Co-authored-by: jiahe23 <[email protected]>
This PR implements the orographic drag following Garner05.
Tests(leave the physical tests to a separate PR);