-
Notifications
You must be signed in to change notification settings - Fork 178
Lightning threat indexes #628
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
Merged
Merged
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
b0dfe47
add IFI to post
SamuelTrahanNOAA 192ebf2
merge develop
SamuelTrahanNOAA f7ae784
lightning threat indexes
SamuelTrahanNOAA ee65cd9
pass w to model & fixes to ccpp/physics changes
SamuelTrahanNOAA 4b37bbe
allocate w
SamuelTrahanNOAA e3f9813
revise a debug print
SamuelTrahanNOAA a00f7c1
point to latest develop upp
SamuelTrahanNOAA 333583e
wrong vars & units
SamuelTrahanNOAA 709c6ee
lightning: remove msft and tweak print statements
SamuelTrahanNOAA fe74f87
send lightning threat indexes to post
SamuelTrahanNOAA 18fe34e
update upp; still not quite working
SamuelTrahanNOAA bdb47b7
missing _
SamuelTrahanNOAA 0081bbb
upp: remove 444 ltng and add 704
SamuelTrahanNOAA c74b805
remove unneeded changes from upp
SamuelTrahanNOAA 8c601f4
update to top of upp develop
SamuelTrahanNOAA 5dfb655
merge upstream ccpp/physics
SamuelTrahanNOAA 58878de
merge upstream develop
SamuelTrahanNOAA 8552337
put clim limits back in
SamuelTrahanNOAA c5adbcb
remove unintended changes in ccpp/physics
SamuelTrahanNOAA 6e745ad
remove stray line from upp
SamuelTrahanNOAA db19f89
bug fix in upp build system
SamuelTrahanNOAA 0b64525
bug fix in upp to fix segfault with inline post in some circumstances
SamuelTrahanNOAA 0226999
bug fix to SURFCE.f to prevent crash of inline post
SamuelTrahanNOAA fac289f
fix bug in compile_upp.sh
SamuelTrahanNOAA b31758a
ccpp/physics: fill ltg*_max with 0 when model is hydrostatic
SamuelTrahanNOAA 2f263d3
atmos_cubed_sphere: only send w to model in non-hydrostatic mode, and…
SamuelTrahanNOAA 4b63f2d
disable lightning_threat when hydrostatic, and initialize wgrs
SamuelTrahanNOAA 7caa2dc
turn off lightning_threat by default since it allocates wgrs and pass…
SamuelTrahanNOAA 1f0c80e
missing `active = (lightning_threat_indices_enabled)` for wgrd
SamuelTrahanNOAA 733c5b1
missing three more active = lines
SamuelTrahanNOAA 0ea09c7
rearrange things to make gnu compiler happy
SamuelTrahanNOAA 1c5dbcb
merge upstream upp
SamuelTrahanNOAA 3755152
updates from review of upp
SamuelTrahanNOAA ee5e3e7
resolve reviewer comments in ccpp/physics
SamuelTrahanNOAA 9052a13
resolve reviewer comments in lightning code variable names
SamuelTrahanNOAA 602063e
update prints to indicate hydrostatic does not change during integration
SamuelTrahanNOAA 9e4818e
update to top of develop upp
SamuelTrahanNOAA f057e87
update variable name elsewhere
SamuelTrahanNOAA c0e0d85
UPP submodule: correct ifi load on acorn
SamuelTrahanNOAA ea8b35a
update upp branch name
SamuelTrahanNOAA e9cf11d
upp: update latest fv3lam txt and merge develop
SamuelTrahanNOAA 60d9163
Merge remote-tracking branch 'upstream/develop' into ifi
SamuelTrahanNOAA 6c15c83
remove stray file
SamuelTrahanNOAA 431521a
point to develop UPP
SamuelTrahanNOAA 876aa91
remove unneeded initialization of ltg*_max in post_fv3
SamuelTrahanNOAA 9fe2b1e
remove unneeded hydrostatic check from maximum_hourly_diagnostics
SamuelTrahanNOAA cdbbc43
Merge remote-tracking branch 'upstream/develop' into lightning
SamuelTrahanNOAA 260f802
typo in gitignore
SamuelTrahanNOAA 2287446
merge ufs/dev into ccpp-physics
SamuelTrahanNOAA c07bacd
Merge remote-tracking branch 'upstream/develop' into lightning
SamuelTrahanNOAA 84cb6f4
Merge remote-tracking branch 'sam/ifi' into lightning
SamuelTrahanNOAA 5adbc7d
update to top of upp;
SamuelTrahanNOAA 1de9dae
fix out-of-bounds access in upp calslr_roebbr
SamuelTrahanNOAA 0ac9ccc
update author information
SamuelTrahanNOAA 6ff0a72
update upp to develop and correct author date
SamuelTrahanNOAA 9f29f47
fix another out-of-bounds access and move a message to stdout
SamuelTrahanNOAA b13397c
fix similar bug in SURFCE.f
SamuelTrahanNOAA 23ae618
point to develop upp
SamuelTrahanNOAA c637b4b
point to ufs/dev ccpp/physics
SamuelTrahanNOAA 36c4d48
point to ufs/dev ccpp/physics in .gitmodules
SamuelTrahanNOAA 7e600b9
point to dev/emc version of atmos_cubed_sphere[
SamuelTrahanNOAA 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ | |
| *.pyc | ||
|
|
||
| *.sw[a-p] | ||
| ~ | ||
| *~ | ||
|
|
||
| build/ | ||
| install/ | ||
|
|
||
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
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
Submodule physics
updated
2 files
| +92 −6 | physics/maximum_hourly_diagnostics.F90 | |
| +102 −0 | physics/maximum_hourly_diagnostics.meta |
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
Submodule upp
updated
39 files
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.
Uh oh!
There was an error while loading. Please reload this page.