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

Dycore semi-implicit solver update #1720

Merged
merged 14 commits into from
Apr 28, 2023
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 FV3
Submodule FV3 updated 1 files
+1 −1 atmos_cubed_sphere
1,360 changes: 680 additions & 680 deletions tests/RegressionTests_acorn.intel.log

Large diffs are not rendered by default.

517 changes: 238 additions & 279 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,376 changes: 691 additions & 685 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

503 changes: 244 additions & 259 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,416 changes: 708 additions & 708 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

2,175 changes: 1,084 additions & 1,091 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

2,506 changes: 1,237 additions & 1,269 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN | cpld_control_c48
RUN | cpld_warmstart_c48 | | fv3 |
RUN | cpld_restart_c48 | | | cpld_warmstart_c48

COMPILE | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON | | fv3 |
COMPILE | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8,FV3_GFS_cpld_rasmgshocnsstnoahmp_ugwp -DFASTER=ON | - cheyenne.intel | fv3 |
RUN | cpld_control_p8_faster | - cheyenne.intel | fv3 |

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


BL_DATE=20230424
BL_DATE=20230426

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

Expand Down