Skip to content

Commit

Permalink
Update plot_cape.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RatkoVasic-NOAA authored Nov 19, 2024
1 parent 942408b commit 99f3727
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests-dev/test_cases/utils/plot_cape.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ chmod 755 g2ctl
[[ -f cbar.gs ]] || wget -q http://cola.gmu.edu/grads/scripts/cbar.gs

# load modules grads and wgrib2
if [[ $(hostname) == gaea6[1-9] ]]; then module load Core/24.11 ; fi
HOSTNAME=$(hostname)
if [[ ${HOSTNAME} == gaea6[1-9] ]]; then module load Core/24.11 ; fi
module load grads wgrib2

# check if model output file exxists:
Expand Down

0 comments on commit 99f3727

Please sign in to comment.