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#956 #1604

Merged
merged 16 commits into from
Mar 3, 2023
Merged
2 changes: 1 addition & 1 deletion FV3
4,368 changes: 2,181 additions & 2,187 deletions tests/RegressionTests_acorn.intel.log

Large diffs are not rendered by default.

324 changes: 162 additions & 162 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

1,101 changes: 583 additions & 518 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

1,418 changes: 717 additions & 701 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

420 changes: 210 additions & 210 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

1,274 changes: 637 additions & 637 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,162 changes: 581 additions & 581 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

1,280 changes: 640 additions & 640 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ elif [[ $MACHINE_ID = gaea.* ]]; then
ECFLOW_START=/lustre/f2/pdata/esrl/gsd/contrib/miniconda3/4.8.3/envs/ufs-weather-model/bin/ecflow_start.sh
ECF_PORT=$(( $(id -u) + 1500 ))

DISKNM=/lustre/f2/pdata/ncep_shared/role.epic/RT
DISKNM=/lustre/f2/pdata/ncep_shared/emc.nemspara/RT
QUEUE=normal
COMPILE_QUEUE=normal
# ACCNR="${ACCNR:-cmp}"
Expand Down Expand Up @@ -446,7 +446,7 @@ if [[ $TESTS_FILE =~ '35d' ]] || [[ $TESTS_FILE =~ 'weekly' ]]; then
fi


BL_DATE=20230222
BL_DATE=20230227

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

Expand Down