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

NCAR/main PR #66 (Bugfix and optimization of prognostic closure for the P8 physics suite) #1451

Merged
merged 13 commits into from
Oct 11, 2022
Merged
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "FV3"]
path = FV3
url = https://github.com/NOAA-EMC/fv3atm
branch = develop
url = https://github.com/dustinswales/fv3atm
branch = ncar-main-PR967
[submodule "WW3"]
path = WW3
url = https://github.com/NOAA-EMC/WW3
Expand Down
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 2 files
+2 −2 .gitmodules
+1 −1 ccpp/physics
422 changes: 211 additions & 211 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,262 changes: 631 additions & 631 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,284 changes: 642 additions & 642 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

424 changes: 212 additions & 212 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1,342 changes: 699 additions & 643 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,284 changes: 642 additions & 642 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

950 changes: 475 additions & 475 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=20220929
BL_DATE=20221007

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

Expand Down