Skip to content

Commit

Permalink
Fix for running prep on Hera
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Sep 17, 2020
1 parent 515eeb5 commit 99c1509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions env/HERA.env
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ if [ $step = "prep" -o $step = "prepbufr" ]; then
export BACK="NO"
export sys_tp="HERA"

module unload netcdfp/4.7.4
module load netcdf/4.7.0

elif [ $step = "waveinit" -o $step = "waveprep" -o $step = "wavepostsbs" -o $step = "wavepostbndpnt" -o $step = "wavepostpnt" ]; then
export mpmd="--multi-prog"
export CFP_MP="YES"
Expand Down

0 comments on commit 99c1509

Please sign in to comment.