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

(1) update MOM6 to its main branch 20220902 commit (2) update GNU to include s2swa tests #1401

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 MOM6-interface/MOM6
1,227 changes: 617 additions & 610 deletions tests/RegressionTests_acorn.intel.log

Large diffs are not rendered by default.

429 changes: 216 additions & 213 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,248 changes: 624 additions & 624 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,252 changes: 626 additions & 626 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

433 changes: 218 additions & 215 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,270 changes: 635 additions & 635 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,170 changes: 585 additions & 585 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,266 changes: 633 additions & 633 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

968 changes: 490 additions & 478 deletions tests/RegressionTests_wcoss2.intel.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
TEST_35D=true
fi

BL_DATE=20220909
BL_DATE=20220912

RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}

Expand Down
12 changes: 7 additions & 5 deletions tests/rt_gnu.conf
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,14 @@ RUN | rap_control_dyn64_phy32_debug
# S2S tests #
##################################################################################################################################################################

COMPILE | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp | | fv3 |
RUN | cpld_control_noaero_p8 | | fv3 |
RUN | cpld_control_nowave_noaero_p8 | | fv3 |
COMPILE | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp | | fv3 |
RUN | cpld_control_p8 | | fv3 |

COMPILE | -DAPP=S2SW -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp | | fv3 |
RUN | cpld_debug_noaero_p8 | | fv3 |
COMPILE | -DAPP=S2S -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp | | fv3 |
RUN | cpld_control_nowave_noaero_p8 | | fv3 |

COMPILE | -DAPP=S2SWA -DDEBUG=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp | | fv3 |
RUN | cpld_debug_p8 | | fv3 |

##################################################################################################################################################################
# CDEPS Data Atmosphere test #
Expand Down