Skip to content

Commit

Permalink
GFS.v16.0.4 physics update (#144)
Browse files Browse the repository at this point in the history
* GFS.v16.0.4 physics udpate
* remove whitespaces in sfc_diff.f
* keep z0 unchanged in coupled mode in sfc_diff.f
* fix IPD run

Co-authored-by: Jun Wang <junwang-noaa@users.noreply.github.com>
  • Loading branch information
junwang-noaa and junwang-noaa authored Jun 12, 2020
1 parent 9e3aedc commit 07f3e2b
Show file tree
Hide file tree
Showing 10 changed files with 1,804 additions and 1,764 deletions.
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

0 comments on commit 07f3e2b

Please sign in to comment.