Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/trondkr/ERA4-ROMS
Browse files Browse the repository at this point in the history
  • Loading branch information
trondkr committed Jan 16, 2022
2 parents ddfef8d + 7613d71 commit 00c4ad2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions add_halo.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
for file in era5*.nc
do
 name=${file##*/}
 base=${name%.nc}
 echo "$file" new file "${base}_halo.nc"
 cdo sethalo,0,1 "$file" "${base}_halo.nc"
done

0 comments on commit 00c4ad2

Please sign in to comment.