Skip to content

Commit 99e6b59

Browse files
committedOct 13, 2020
Help cleanup
1 parent 279d2dc commit 99e6b59

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎nccombine

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
#!/usr/bin/env bash
2-
usage="nccombine OUTFILE FILE1 [FILE2 FILE3...]"
2+
usage="nccombine OUTPUT INPUT1 [INPUT2 INPUT3...]"
33
doc="This script merges a NetCDF file along an arbitrary dimension using
44
'mppnccombine', or along the time or record dimension using 'ncrcat'.
55
66
Usage
77
88
$usage
9+
10+
Flags
11+
12+
-h Print this message.
913
"
1014
# Parse args
1115
which ncks &>/dev/null || raise "ncks not found. mppncdivide requires the NetCDF Operators (NCO) tools."

0 commit comments

Comments
 (0)
Please sign in to comment.