Skip to content

Commit

Permalink
Fix uninitialized min_rand variable in Thompson MP when using SPP (#1152
Browse files Browse the repository at this point in the history
)

* Updates to stochastic_physics and fv3 and CI
  • Loading branch information
JeffBeck-NOAA authored Apr 20, 2022
1 parent d334a60 commit 88fed2b
Show file tree
Hide file tree
Showing 13 changed files with 3,418 additions and 3,517 deletions.
2 changes: 1 addition & 1 deletion FV3
2 changes: 1 addition & 1 deletion stochastic_physics
330 changes: 165 additions & 165 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,048 changes: 524 additions & 524 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,046 changes: 523 additions & 523 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

332 changes: 166 additions & 166 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,070 changes: 535 additions & 535 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,064 changes: 532 additions & 532 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

722 changes: 361 additions & 361 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

1,313 changes: 607 additions & 706 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [ $BUILD = "true" ]; then
elif [ $RUN == "true" ]; then

docker volume rm -f DataVolume >/dev/null &&
docker run -d --rm -v DataVolume:/tmp minsukjinoaa/input-data:20211210
docker run -d --rm -v DataVolume:/tmp minsukjinoaa/input-data:20220414

docker create -u builder -e "CI_TEST=true" -e "USER=builder" \
-e "RT_MACHINE=linux.gnu" -e "RT_COMPILER=gnu" \
Expand Down
2 changes: 1 addition & 1 deletion tests/opnReqTest
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ fi
mkdir -p ${STMP}/${USER}
NEW_BASELINE=${STMP}/${USER}/FV3_OPNREQ_TEST/OPNREQ_TEST
RTPWD=${NEW_BASELINE}
INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20211210}
INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data-20220414}
INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20211113/
INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-$DISKNM/NEMSfv3gfs/BM_IC-20220207}

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

BL_DATE=20220414
BL_DATE=20220418
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

0 comments on commit 88fed2b

Please sign in to comment.