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

GFS.v16.0.4 physics update #144

Merged
merged 7 commits into from
Jun 12, 2020
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
963 changes: 511 additions & 452 deletions tests/Compile_hera.intel.log

Large diffs are not rendered by default.

795 changes: 384 additions & 411 deletions tests/Compile_orion.intel.log

Large diffs are not rendered by default.

561 changes: 283 additions & 278 deletions tests/Compile_wcoss_cray.log

Large diffs are not rendered by default.

487 changes: 245 additions & 242 deletions tests/Compile_wcoss_dell_p3.log

Large diffs are not rendered by default.

210 changes: 105 additions & 105 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

194 changes: 97 additions & 97 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

174 changes: 87 additions & 87 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

178 changes: 89 additions & 89 deletions tests/RegressionTests_wcoss_dell_p3.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 @@ -378,9 +378,9 @@ while getopts ":cfsl:mkreh" opt; do
done

if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200608/${COMPILER^^}}
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200611/${COMPILER^^}}
else
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200608}
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-20200611}
fi

shift $((OPTIND-1))
Expand Down