We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279d2dc commit 99e6b59Copy full SHA for 99e6b59
nccombine
@@ -1,11 +1,15 @@
1
#!/usr/bin/env bash
2
-usage="nccombine OUTFILE FILE1 [FILE2 FILE3...]"
+usage="nccombine OUTPUT INPUT1 [INPUT2 INPUT3...]"
3
doc="This script merges a NetCDF file along an arbitrary dimension using
4
'mppnccombine', or along the time or record dimension using 'ncrcat'.
5
6
Usage
7
8
$usage
9
+
10
+Flags
11
12
+ -h Print this message.
13
"
14
# Parse args
15
which ncks &>/dev/null || raise "ncks not found. mppncdivide requires the NetCDF Operators (NCO) tools."
0 commit comments