-
Notifications
You must be signed in to change notification settings - Fork 249
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
Updated FV3 with RRTMGP improvements. #178
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
23ca147
Updated FV3 with RRTMGP improvements.
dustinswales d432eca
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
dustinswales 8b43e40
Updated FV3 submodule
dustinswales b83e750
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
dustinswales bc3e7d1
Updated FV3.
dustinswales 8208047
Added regression tests for new RRTMGP SDFs.
dustinswales a799643
Add regression test files.
dustinswales 2796511
Updated FV3 submodules.
dustinswales f4cb0a8
Cleanup test files.
dustinswales b073640
Fixed bug in test files for RRTMGP.
dustinswales cd9f4c1
Add new RRTMGP tests to tests/rt_gnu.conf and tests/rt_orion.conf, re…
climbfuji b8dfb9a
Set do_RRTMGP to .true. in parm/ccpp_v15p2_c96_rrtmgp.nml.IN and parm…
climbfuji 4497b15
More bugfixes and cleanup work for RRTMGP tests
climbfuji da326e6
Fix names of run scripts in RRTMGP regression tests
climbfuji 55fa74e
Bugfix for tests/run_test.sh to prevent silent failures
climbfuji 68b561b
Merge pull request #3 from climbfuji/updates_for_dustin_20200805
dustinswales bb15dc3
Updated FV3 and stochastic physics.
dustinswales 585c15d
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji cd8b8ca
Merge pull request #4 from climbfuji/update_ufs_weather_model_for_dustin
dustinswales 0464800
Update regression test date tag
climbfuji d21eba9
Merge pull request #5 from climbfuji/update_regtest_datetag_dustin
dustinswales a33dcfe
Regression test logs for tier-1 platforms
climbfuji ef12b8c
Merge pull request #6 from climbfuji/regtestlogs_for_dustin
dustinswales 7438fda
Updated FV3 submodule pointer. Reverted .gitmodules to NOAA-EMC
dustinswales 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
4 changes: 2 additions & 2 deletions
4
tests/tests/fv3_ccpp_gfs_v15p2_debug_RRTMGP → tests/tests/fv3_ccpp_gfs_v15p2_RRTMGP_debug
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
4 changes: 2 additions & 2 deletions
4
...s/tests/fv3_ccpp_gfs_v16beta_debug_RRTMGP → ...s/tests/fv3_ccpp_gfs_v16beta_RRTMGP_debug
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.
Last ones: change
export CNTL_DIR=fv3_gfs_v16beta_debug_RRTMGP
toexport CNTL_DIR=fv3_gfs_v16beta_RRTMGP_debug
(and similar for GFS v15p2 debug) so that the run directories are consistent with the test names, please - avoids confusion.