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

MYNN sfclay (RAP suite) restart reproducibility #984

Merged
merged 18 commits into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
b81393b
Update .gitmodules and submodule pointer for fv3atm for code review a…
climbfuji Dec 29, 2021
262b611
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Dec 29, 2021
c315d67
Turn on rap_restart tests
climbfuji Dec 29, 2021
db64f2e
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Jan 3, 2022
739d1f9
Merge branch 'develop' of https://github.com/ufs-community/ufs-weathe…
climbfuji Jan 6, 2022
56e3f36
Update regression test baseline date in tests/rt.sh
climbfuji Jan 6, 2022
fa74a01
Update submodule pointer for fv3atm
climbfuji Jan 6, 2022
5a7c74e
RT JOBS PASSED: orion.intel. Log file uploaded.
BrianCurtis-NOAA Jan 6, 2022
275a87d
RT JOBS PASSED: cheyenne.intel. Log file uploaded.
BrianCurtis-NOAA Jan 6, 2022
9187a97
RT JOBS PASSED: cheyenne.gnu. Log file uploaded.
BrianCurtis-NOAA Jan 6, 2022
bc8dbf6
Add wcoss cray log: all tests passed
MinsukJi-NOAA Jan 6, 2022
2d49839
RT JOBS PASSED: gaea.intel. Log file uploaded.
BrianCurtis-NOAA Jan 6, 2022
f23dd42
RT JOBS PASSED: jet.intel. Log file uploaded.
BrianCurtis-NOAA Jan 6, 2022
38a5db0
RT JOBS PASSED: hera.intel. Log file uploaded.
BrianCurtis-NOAA Jan 6, 2022
abd4148
Add wcoss dell p3 log: all tests passed
MinsukJi-NOAA Jan 6, 2022
cc73201
RT JOBS PASSED: hera.gnu. Log file uploaded.
BrianCurtis-NOAA Jan 6, 2022
63c3f9d
Revert .gitmodules and update submodule pointer for fv3atm
climbfuji Jan 7, 2022
f399c37
Merge branch 'mynnsfc_restart' of https://github.com/climbfuji/ufs-we…
climbfuji Jan 7, 2022
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
412 changes: 229 additions & 183 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,218 changes: 632 additions & 586 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,210 changes: 628 additions & 582 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

410 changes: 228 additions & 182 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,236 changes: 641 additions & 595 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,134 changes: 590 additions & 544 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,216 changes: 631 additions & 585 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

806 changes: 426 additions & 380 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

1,408 changes: 693 additions & 715 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ RUN | rap_control
# This test is not giving the same results (also not in REPRO mode) - needs to be fixed
#RUN | rap_decomp | | |
RUN | rap_2threads | - wcoss_cray jet.intel | |
# This test is not giving the same results, but rap_sfcdiff_restart does - needs to be fixed
#RUN | rap_restart | | | rap_control
RUN | rap_restart | | | rap_control
RUN | rap_sfcdiff | | fv3 |
# This test is not giving the same results (also not in REPRO mode) - needs to be fixed
#RUN | rap_sfcdiff_decomp | | |
Expand Down
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20220103
BL_DATE=20220106
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]] || [[ $MACHINE_ID = s4.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down
3 changes: 1 addition & 2 deletions tests/rt_gnu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ RUN | rap_control
# This test is not giving the same results (also not in REPRO mode) - needs to be fixed
#RUN | rap_decomp | | |
RUN | rap_2threads | | |
# This test is not giving the same results, but rap_sfcdiff_restart does - needs to be fixed
#RUN | rap_restart | | | rap_control
RUN | rap_restart | | | rap_control
RUN | rap_sfcdiff | | fv3 |
# This test is not giving the same results (also not in REPRO mode) - needs to be fixed
#RUN | rap_sfcdiff_decomp | | |
Expand Down