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

Improve radiative fluxes and cloud cover in FV3 for HR1 #1481

Merged
merged 17 commits into from
Nov 8, 2022
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 ccpp/physics
1,846 changes: 917 additions & 929 deletions tests/RegressionTests_acorn.intel.log

Large diffs are not rendered by default.

446 changes: 223 additions & 223 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,326 changes: 663 additions & 663 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,336 changes: 668 additions & 668 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

440 changes: 220 additions & 220 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,358 changes: 679 additions & 679 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,276 changes: 621 additions & 655 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,354 changes: 677 additions & 677 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

1,038 changes: 525 additions & 513 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 @@ -13,7 +13,7 @@ RUN | cpld_mpi_p8
RUN | cpld_control_ciceC_p8 | - wcoss2.intel | fv3 |

RUN | cpld_control_c192_p8 | - wcoss2.intel jet.intel acorn.intel | fv3 |
RUN | cpld_restart_c192_p8 | - wcoss2.intel jet.intel | | cpld_control_c192_p8
RUN | cpld_restart_c192_p8 | - wcoss2.intel jet.intel acorn.intel | | cpld_control_c192_p8

RUN | cpld_bmark_p8 | - wcoss2.intel jet.intel cheyenne.intel acorn.intel | fv3 |
RUN | cpld_restart_bmark_p8 | - wcoss2.intel jet.intel cheyenne.intel acorn.intel | | cpld_bmark_p8
Expand Down
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=20221101
BL_DATE=20221107

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

Expand Down