Skip to content

Commit

Permalink
Merge pull request #45 from climbfuji/dtc-hwrf-physics-man-bugfix-fa
Browse files Browse the repository at this point in the history
Bug fix in FA, HWRF RRTMG and HWRF SAS
  • Loading branch information
climbfuji authored May 6, 2020
2 parents c42392c + b1b32f8 commit 76e1bf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 ccpp/physics
6 changes: 3 additions & 3 deletions tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,11 @@ done

# Fix me - make those definitions and DISKNM consistent
if [[ $MACHINE_ID = hera.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200415/${COMPILER^^}}
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200504/${COMPILER^^}}
elif [[ $MACHINE_ID = cheyenne.* ]]; then
RTPWD=${RTPWD:-$DISKNM/hwrf-physics-20200415/${COMPILER^^}}
RTPWD=${RTPWD:-$DISKNM/hwrf-physics-20200504/${COMPILER^^}}
else
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200415}
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/hwrf-physics-20200504}
fi

shift $((OPTIND-1))
Expand Down

0 comments on commit 76e1bf9

Please sign in to comment.