Skip to content

Commit 0c97da8

Browse files
committed
Fix NCO call
1 parent b2ce7ef commit 0c97da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zppy/templates/ts.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if grep -q "*" input.txt; then
6464
fi
6565
# Generate time series files
6666
# If the user-defined parameter "vars" is "", then ${vars}, defined above, will be too.
67-
cat input.txt | /home/ac.zender/bin_chrysalis/ncclimo --npo \
67+
cat input.txt | ncclimo \
6868
-c {{ case }} \
6969
{%- if vars != '' %}
7070
-v ${vars} \

0 commit comments

Comments
 (0)