We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf6677 commit 147523eCopy full SHA for 147523e
scripts/gwf-ncar-conus_ii/conus_ii.sh
@@ -489,7 +489,7 @@ for yr in $yearsRange; do
489
for f in "${tarFiles[@]}"; do
490
f2="$(echo $f | rev | cut -d '/' -f 1 | rev)"
491
492
- until ncks -O -v "$variables" \
+ until ncks -O -v "$variables",XTIME \
493
-d "$latVar","$latLimsIdx" \
494
-d "$lonVar","$lonLimsIdx" \
495
"$cacheDir/$yr/$f2" "$cacheDir/$yr/$f2"; do
0 commit comments