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

Add regression tests with MULTI_GASES #112

Merged
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
3fd9733
Add the option to run regression test with MULTI_GASES=Y
XiaqiongZhou-NOAA Mar 30, 2020
1577985
Add multi_gases CCPP regression test
XiaqiongZhou-NOAA Apr 27, 2020
c9ae4d7
merge ufs-community/ufs
XiaqiongZhou-NOAA Apr 27, 2020
bb8158f
point to FV3 right revision number
XiaqiongZhou-NOAA Apr 28, 2020
5d132c3
point to FV3 right revision number
XiaqiongZhou-NOAA Apr 28, 2020
0f605e9
add CCPP Multi_gases regression tests in the list
XiaqiongZhou-NOAA Apr 28, 2020
d247254
Point to new submodules
XiaqiongZhou-NOAA Jun 22, 2020
ac72b08
Merge remote-tracking branch 'ufscomm/develop' into rt_multigases
XiaqiongZhou-NOAA Jun 23, 2020
a76ac62
Add the multi_gases compiling option for cmake
XiaqiongZhou-NOAA Jun 23, 2020
0b2fa23
Add the multi_gases regression test on Orion
XiaqiongZhou-NOAA Jun 25, 2020
18aaa98
Add the GNU test with the multi_gases opition
XiaqiongZhou-NOAA Jun 26, 2020
f4919de
Point FV3 to a new version
XiaqiongZhou-NOAA Jun 30, 2020
18df462
Merge remote-tracking branch 'ufscomm/develop' into rt_multigases
XiaqiongZhou-NOAA Jun 30, 2020
a746f83
Point FV3 to a new version
XiaqiongZhou-NOAA Jun 30, 2020
31740f7
Change to the new baseline
XiaqiongZhou-NOAA Jul 1, 2020
17ba147
Correct configure files with MULTI_GASES option off
XiaqiongZhou-NOAA Jul 1, 2020
b89530c
Change multi_gases namelist
XiaqiongZhou-NOAA Jul 1, 2020
15dea5e
Point FV3 to a new version
XiaqiongZhou-NOAA Jul 2, 2020
5adab14
Merge remote ufscomm/develop to rt_multigases branch
XiaqiongZhou-NOAA Jul 2, 2020
9e21fc7
Upload log files
XiaqiongZhou-NOAA Jul 2, 2020
56bdc47
Upload log files
XiaqiongZhou-NOAA Jul 2, 2020
94d9f2f
Point FV3 to a new version
XiaqiongZhou-NOAA Jul 6, 2020
3f012fe
Point FV3 to the public version
XiaqiongZhou-NOAA Jul 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
Prev Previous commit
Next Next commit
Add the GNU test with the multi_gases opition
  • Loading branch information
XiaqiongZhou-NOAA committed Jun 26, 2020
commit 18aaa9874942302f04aafe2f9a87ef262f67ad05
5 changes: 5 additions & 0 deletions tests/rt_gnu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ RUN | fv3_ccpp_gfs_v15p2_debug
RUN | fv3_ccpp_gfs_v16beta_debug | standard | | fv3 |
RUN | fv3_ccpp_rrtmgp_debug | standard | | fv3 |


COMPILE | CCPP=Y SUITES=FV3_GFS_2017_fv3wam 32BIT=Y MULTI_GASES=Y | standard | | fv3 |
RUN | fv3_ccpp_multigases | standard | | fv3 |


# FIX ME - THESE ARE ALL CRASHING ON CHEYENNE WITH GNU 9.1.0
#COMPILE | CCPP=Y SUITES=FV3_GSD_v0,FV3_GFS_v15_thompson 32BIT=Y DEBUG=Y | standard | | fv3 |
#
Expand Down