-
Notifications
You must be signed in to change notification settings - Fork 9
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
Microphysics tuning PR #177
Draft
nbren12
wants to merge
56
commits into
master
Choose a base branch
from
mp-changes-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+62
−38
Draft
Changes from 47 commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
7b39eb3
Change saturation
nbren12 52118a1
Another suggestion of Linjiongs
nbren12 7a2b2b4
Decrease even further
nbren12 1015da4
Revert "Decrease even further"
nbren12 e40c856
Revert "Another suggestion of Linjiongs"
nbren12 3a38a38
Revert "Change saturation"
nbren12 2b5aab2
Reduce rh dependent factor
nbren12 f038d35
Change auto-conversion temperature threshold
nbren12 36a1782
nix: build fv3 with nix
nbren12 b5f1bf4
Repair bug in CI
nbren12 7367c7a
Use cachix in circle build
nbren12 5fd19bc
Push to specified cache
nbren12 9efbbe1
Run tests in nix CircleCI builds
nbren12 c33d481
Fix nix-build calls
nbren12 21e6049
Make rudimentary test
nbren12 5905866
Attempt repair of nix-mac
nbren12 f12f6d7
Fix again
nbren12 af37ac0
Delete install script
nbren12 ed62097
Revert dockerfile and test cahnge
nbren12 9425de0
Remove unused file
nbren12 fd1fbce
Cleanup unused code
nbren12 a15d2b8
Use vulcanclimatemodeling cachix
nbren12 49d7378
Google auth for mac builds
nbren12 c5222a5
Delete unused file
nbren12 1b12883
Document the nix workflow
nbren12 df00733
More doc
nbren12 be810c4
Make it clear that cachix is optional
nbren12 c709d7f
Better docs
nbren12 f4a6a9d
Comment on tox test
nbren12 61a260e
Revert change to configure.fv3
nbren12 7518318
Revert "Change auto-conversion temperature threshold"
8d097ee
Revise the cloud ice deposition and sublimation process.
linjiongzhou 7e613f2
fv_cmp.f90: workaround reference to qi_gen
d8a36b3
microphysics: enhance effect of qi_lim
9abeb39
nix: big sur mac builds
nbren12 c626c0b
Update README.md
nbren12 420a84a
Merge branch 'feature/nix-rebased' into mp-changes-1
nbren12 7093a56
microphysics: reduce cloud ice sublimation
nbren12 50eaf72
cloud-ice: new tuning parameter
nbren12 7560e45
Merge branch 'master' into mp-changes-1
nbren12 297922e
Revert "Revise the cloud ice deposition and sublimation process."
nbren12 4dc5a74
microphysics: simplify ice-->vapor transition rate
nbren12 cd7dddd
microphysics: parameterize water-vapor transition
nbren12 9ec1005
microphysics: remove limits on h_var magnitude
nbren12 f1a238d
microphysics: delete another limiter
nbren12 09ef08d
Revert "microphysics: delete another limiter"
nbren12 3fcf3c1
Revert "microphysics: remove limits on h_var magnitude"
nbren12 691cffe
Remove the changes in fv_cmp.F90.
linjiongzhou 9816047
Add the RH factor to the rain evaporation.
linjiongzhou 396a274
microphysics: parameterize sublimation processes
nbren12 dcee278
add graupel deposition parameter
nbren12 73f87fc
Parameterize convective trigger thresholds
nbren12 8eae741
revert rain evaporation factor change
nbren12 87fe79a
Revert "revert rain evaporation factor change"
nbren12 674dd11
deep conv: parameterize cinarcmn
nbren12 2caa879
deep conv: add timescale_grid_factor parameter
nbren12 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
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.
@nbren12 This change should be removed.