Skip to content
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 24 commits into from
Aug 8, 2020
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
23ca147
Updated FV3 with RRTMGP improvements.
dustinswales Jul 29, 2020
d432eca
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
dustinswales Aug 1, 2020
8b43e40
Updated FV3 submodule
dustinswales Aug 1, 2020
b83e750
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
dustinswales Aug 5, 2020
bc3e7d1
Updated FV3.
dustinswales Aug 5, 2020
8208047
Added regression tests for new RRTMGP SDFs.
dustinswales Aug 5, 2020
a799643
Add regression test files.
dustinswales Aug 5, 2020
2796511
Updated FV3 submodules.
dustinswales Aug 5, 2020
f4cb0a8
Cleanup test files.
dustinswales Aug 5, 2020
b073640
Fixed bug in test files for RRTMGP.
dustinswales Aug 5, 2020
cd9f4c1
Add new RRTMGP tests to tests/rt_gnu.conf and tests/rt_orion.conf, re…
climbfuji Aug 6, 2020
b8dfb9a
Set do_RRTMGP to .true. in parm/ccpp_v15p2_c96_rrtmgp.nml.IN and parm…
climbfuji Aug 6, 2020
4497b15
More bugfixes and cleanup work for RRTMGP tests
climbfuji Aug 6, 2020
da326e6
Fix names of run scripts in RRTMGP regression tests
climbfuji Aug 6, 2020
55fa74e
Bugfix for tests/run_test.sh to prevent silent failures
climbfuji Aug 6, 2020
68b561b
Merge pull request #3 from climbfuji/updates_for_dustin_20200805
dustinswales Aug 6, 2020
bb15dc3
Updated FV3 and stochastic physics.
dustinswales Aug 6, 2020
585c15d
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Aug 6, 2020
cd8b8ca
Merge pull request #4 from climbfuji/update_ufs_weather_model_for_dustin
dustinswales Aug 6, 2020
0464800
Update regression test date tag
climbfuji Aug 6, 2020
d21eba9
Merge pull request #5 from climbfuji/update_regtest_datetag_dustin
dustinswales Aug 6, 2020
a33dcfe
Regression test logs for tier-1 platforms
climbfuji Aug 7, 2020
ef12b8c
Merge pull request #6 from climbfuji/regtestlogs_for_dustin
dustinswales Aug 7, 2020
7438fda
Updated FV3 submodule pointer. Reverted .gitmodules to NOAA-EMC
dustinswales Aug 7, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
url = https://github.com/dustinswales/fv3atm
branch = develop
[submodule "NEMS"]
path = NEMS
Expand Down
10 changes: 6 additions & 4 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -123,21 +123,23 @@ RUN | fv3_ccpp_rrfs_v1beta
# CCPP PROD tests #
#######################################################################################################################################################################################

COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP | standard | hera.intel | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_v15p2_RRTMGP,FV3_GFS_v16beta_RRTMGP | standard | hera.intel | fv3 |

RUN | fv3_ccpp_gfs_v15p2 | standard | hera.intel | fv3 |
RUN | fv3_ccpp_gfs_v16beta | standard | hera.intel | fv3 |
RUN | fv3_ccpp_rrtmgp | standard | hera.intel | fv3 |
RUN | fv3_ccpp_gfs_v15p2_RRTMGP | standard | hera.intel | fv3 |
RUN | fv3_ccpp_gfs_v16beta_RRTMGP | standard | hera.intel | fv3 |

#######################################################################################################################################################################################
# CCPP DEBUG tests #
#######################################################################################################################################################################################

COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_2017_RRTMGP DEBUG=Y | standard | hera.intel | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_GFS_v15p2_RRTMGP,FV3_GFS_v16beta_RRTMGP DEBUG=Y | standard | hera.intel | fv3 |

RUN | fv3_ccpp_gfs_v15p2_debug | standard | hera.intel | fv3 |
RUN | fv3_ccpp_gfs_v16beta_debug | standard | hera.intel | fv3 |
RUN | fv3_ccpp_rrtmgp_debug | standard | hera.intel | fv3 |
RUN | fv3_ccpp_gfs_v15p2_RRTMGP_debug | standard | hera.intel | fv3 |
dustinswales marked this conversation as resolved.
Show resolved Hide resolved
RUN | fv3_ccpp_gfs_v16beta_RRTMGP_debug | standard | hera.intel | fv3 |

COMPILE | CCPP=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y | standard | wcoss_cray | fv3 |
COMPILE | CCPP=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson,FV3_RRFS_v1beta 32BIT=Y DEBUG=Y | standard | wcoss_dell_p3 | fv3 |
Expand Down