Skip to content

Commit

Permalink
Changing wave script names from stats -> stat to ensure consistency a…
Browse files Browse the repository at this point in the history
…cross workflows.
  • Loading branch information
ajhenrique committed Mar 27, 2020
1 parent e650f17 commit 290f33c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/exwave_stats.sh → scripts/exwave_stat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -416,10 +416,8 @@ for i in $(seq -f "%02g" 0 $npert); do membn="$membn $i"; done
nip=${arrpar[$iparam-1]}

# Line for doing per parameter, per time stamp
# echo "$USHwave/wave_ens_stats.sh ${nip} ${ngrib} ${fhour} 1> wave_ens_stats_${nip}_${fhour}.out 2>&1" >> cmdfile
# mpiserial block
echo "nip ngrib fhour: ${nip}, ${ngrib}, ${fhour}"
echo "$USHwave/wave_ens_stats.sh ${nip} ${ngrib} ${fhour} 1> wave_ens_stats_${nip}_${fhour}.out 2>&1" >> cmdfile.${ifile}
echo "$USHwave/wave_ens_stat.sh ${nip} ${ngrib} ${fhour} 1> wave_ens_stats_${nip}_${fhour}.out 2>&1" >> cmdfile.${ifile}

if [ "$ncmdfile" -gt '1' ]
then
Expand Down
File renamed without changes.

0 comments on commit 290f33c

Please sign in to comment.