-
Notifications
You must be signed in to change notification settings - Fork 818
Adding new Ristic microphysics scheme #1308
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
Closed
Closed
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
00f89fc
Adding the new microphysics
Nikolar97 307c9da
Adding descriptions of custom fields
Nikolar97 599c6ce
Adding descriptions to custom fields registry
Nikolar97 e9deaba
improve MAD-WRF section (#1519)
dudhia 1602bd1
Add got_var_sso to history file for DA cycling application (#1517)
weiwangncar e4632b0
Add mod_clddet_geoir.o as compilation dependency to da_radiance.o for…
honnorat a80a449
Correct units for several NTU microphysics variables (#1532)
weiwangncar e774092
Add radiation driver dependency on eclipse module (#1544)
weiwangncar a42b7c6
Default values in URBPARM_LCZ.TBL made more generic (#1520)
matthiasdemuzere cde45fd
Dimension fix for perturbed bc (#1525)
weiwangncar 7aff4cd
Fix one word: required (#1529)
kwadrat a4faba8
Fix spelling of "pressure" (#1523)
kwadrat 8401e54
Fix moving nest + Intel tools/registry segfault (#1555)
davegill 30b7ad6
Add CAMtr_volume_mixing_ratio for SSPs (#1553)
jesusff d55c6cf
revert print and when to turn on w_damping to pre 4.3 code (#1563)
weiwangncar f4c1c06
NSSL_2mom Snow Reflectivity Correction (#1550)
MicroTed a743208
Bug fix longwave radiation for bep and bem urban options (#1538)
andreazonato 82e13fb
Increase total number of time periods available (mostly for climate s…
davegill 7d26c10
improvement of the photovoltaic panels scheme (#1551)
andreazonato 84ac4f2
Bug fix for nested aerosol-aware Thompson Scheme QNWFA2D (#1542)
smileMchen 9ed6b94
Updated P3 code with bug fixes and cleanup (#1534)
hmorrison100 535683f
initializing smstav and a few other local variables before used (#1568)
weiwangncar 7ef7c13
correction for arguments to module_stoch for rand_perturb=1 (#1566)
dudhia 40a4582
Prepare for the release of WRFv4.3.1 (#1556)
smileMchen 4ab0bb5
Merge remote-tracking branch 'origin/release-v4.3.1'
smileMchen 7c6fd57
Small physics syntax errors (#1577)
davegill ca220f4
bug fix: initialization of 1000-h fuel moisture content, computation …
tmgiannaros 997951e
Fix misspelling in comment: pressure (#1588)
kwadrat eeb3f2b
smooth_cg_topo=T requires first-guess soil elevation data (#1580)
davegill 4ff1e3d
configure script missing quotes in two echo statments (#1576)
davegill eacf0fc
Remove photolysis rates from default history stream
jordanschnell 28c33ad
Changes the description of "dustload5" to be load in size bin 5, not …
jordanschnell 30dbdc8
Correct variable name for CLM packaging (#1589)
weiwangncar 238a7d2
Another physics syntax error - similar to #1577 (#1594)
davegill 8f8984e
fix WRFDA CRTM Cray Fortran build (#1595)
jamiebresch fc99e4e
Add new stanza for ARM aarch64/openmpi (#1557)
yip111 712e9cc
PBL + LES restrictions (#1596)
davegill 8a928d8
Add time-varying greenhouse gases to RRTMG shortwave options (#1598)
weiwangncar e2ea09e
Update top-level README and inc/version_decl files to v4.3.2 in prepa…
kkeene44 57f8f55
Finalize WRFV4.3.2 by merging release-v4.3.2 branch onto master.
kkeene44 cafc166
Merge branch 'master' of https://github.com/wrf-model/WRF into wrf-mo…
Nikolar97 0e70827
Merge branch 'wrf-model-master'
Nikolar97 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| WRF Model Version 4.3 | ||
| WRF Model Version 4.3.2 | ||
|
|
||
| https://www2.mmm.ucar.edu/wrf/users/ | ||
|
|
||
|
|
||
This file contains hidden or 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.
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.
@dudhia @weiwangncar
Is there a better MP scheme value than 150?
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.
@davegill
We just used a random one that does not overlap with the others, whatever value is free can be used if 150 is too big/not following a rule.