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 b2ce7ef commit 0c97da8Copy full SHA for 0c97da8
zppy/templates/ts.bash
@@ -64,7 +64,7 @@ if grep -q "*" input.txt; then
64
fi
65
# Generate time series files
66
# 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 \
+cat input.txt | ncclimo \
68
-c {{ case }} \
69
{%- if vars != '' %}
70
-v ${vars} \
0 commit comments