Skip to content

Commit 147523e

Browse files
authored
Update conus_ii.sh with XTIME added to extracted variables before ncrcat (#70)
1 parent bdf6677 commit 147523e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gwf-ncar-conus_ii/conus_ii.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ for yr in $yearsRange; do
489489
for f in "${tarFiles[@]}"; do
490490
f2="$(echo $f | rev | cut -d '/' -f 1 | rev)"
491491

492-
until ncks -O -v "$variables" \
492+
until ncks -O -v "$variables",XTIME \
493493
-d "$latVar","$latLimsIdx" \
494494
-d "$lonVar","$lonLimsIdx" \
495495
"$cacheDir/$yr/$f2" "$cacheDir/$yr/$f2"; do

0 commit comments

Comments
 (0)