-
Notifications
You must be signed in to change notification settings - Fork 8
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
P3 Terminal Velocity #334
Closed
Closed
P3 Terminal Velocity #334
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
08fa7cf
terminal velocity start to implement
anastasia-popova f128383
Update P3Scheme to use integrate()
anastasia-popova 532cedf
moved p3_mass back to the plots
anastasia-popova 3954a69
terminal velocities can calculate
anastasia-popova 287f186
added D_m calculation
anastasia-popova 2ab666a
terminal velocity start to implement
anastasia-popova 788e7b8
Update P3Scheme to use integrate()
anastasia-popova d075c57
moved p3_mass back to the plots
anastasia-popova 8947cc0
terminal velocities can calculate
anastasia-popova a9d97aa
added D_m calculation
anastasia-popova 8ee38e3
Merge branch 'main' into ap/p3_termVel
anastasia-popova 2ce9471
Merge branch 'ap/p3_termVel' of https://github.com/CliMA/CloudMicroph…
anastasia-popova eb99cf6
Terminal Velocity plots started
anastasia-popova 703c60d
terminal velocity edits
anastasia-popova b9431e2
Merge branch 'main' of https://github.com/CliMA/CloudMicrophysics.jl …
anastasia-popova e7b66e2
Merge branch 'main' of https://github.com/CliMA/CloudMicrophysics.jl …
anastasia-popova 0787161
merging
anastasia-popova a182c07
correct Dm for small and medium
anastasia-popova ed0291c
edits
anastasia-popova 1915752
Added large table calculations for Chen
anastasia-popova ee7d05f
edits
anastasia-popova 0a68f2e
Merge branch 'ap/ChenVel' of https://github.com/CliMA/CloudMicrophysi…
anastasia-popova ae52101
updates
anastasia-popova c832763
Merge branch 'main' of https://github.com/CliMA/CloudMicrophysics.jl …
anastasia-popova 79fcbfa
tests and quadgk
anastasia-popova 2e864f9
format
anastasia-popova 429e40b
deleted unused func
anastasia-popova bcd9ae2
velocities are positive!
anastasia-popova 4e6329f
Merge branch 'main' into ap/p3_termVel
anastasia-popova 0f5ad87
plot edits
anastasia-popova 1d8890a
Merge branch 'ap/p3_termVel' of https://github.com/CliMA/CloudMicroph…
anastasia-popova 8ec4d13
figure
anastasia-popova 6e275d7
aqua tests passing?
anastasia-popova 001b718
clean up
anastasia-popova bcf2730
docs fixed?
anastasia-popova abacd1b
V_n added
anastasia-popova 11391c5
format
anastasia-popova 6f92fda
deleted old test about negative vel
anastasia-popova 9b1bc50
comments + edits
anastasia-popova 82bac13
project.toml edits
anastasia-popova 785cd66
fixed format errors
anastasia-popova 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
Oops, something went wrong.
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.
Does the compat need to be so specific? Would 2.9 work?