-
Notifications
You must be signed in to change notification settings - Fork 4
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
Physick & Garratt Roughness Sublayer Model #82
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #82 +/- ##
==========================================
+ Coverage 91.10% 92.07% +0.97%
==========================================
Files 3 3
Lines 787 833 +46
==========================================
+ Hits 717 767 +50
+ Misses 70 66 -4
☔ View full report in Codecov by Sentry. |
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 Akshay, this looks good. I left a few comments. Mostly minor, but I did notice the included test potentially produces some unexpected results. Lmk if you want to connect offline.
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 we reduce the code duplication in this PR a bit? It'll make maintenance easier.
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.
Please remove the .svg figures from this PR. Also, we'll want to at least squash the commits such that the .svg files do not appear in the commit history.
They can be generated for the docs, but they should not be checked into the repo. |
06ac26a
to
041fffe
Compare
219589d
to
17364ec
Compare
modified: docs/bibliography.bib modified: docs/make.jl new file: docs/src/SampleProfiles.md new file: docs/src/plot_profiles.jl modified: docs/src/plot_universal_functions.jl modified: src/SurfaceFluxes.jl modified: test/runtests.jl modified: test/test_profiles.jl new file: test/test_rsl.jl modified: test/test_universal_functions.jl
fe700a3
to
3b51936
Compare
To-do