Skip to content

Commit 20963ce

Browse files
Chris BlantonChris Blanton
authored andcommitted
#373 Keep the coordinate variables in regular split-ncvars usage.
Only omit them when generating the statics with single-file option.
1 parent aa45e3a commit 20963ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/split_ncvars/split_ncvars.pl.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,9 @@ foreach my $file (@ifiles) {
363363
print " var=$var; timename=$timename; vlist=$vlist\n" if $Opt{VERBOSE} > 2;
364364
my $appendopt = "";
365365
$appendopt = "-A" if ( -f "$cwd/$tmp_var_filename" );
366-
print "$ncks -C -h $appendopt -v $vlist $file $tmp_var_filename\n" if $Opt{VERBOSE};
366+
print "$ncks -h $appendopt -v $vlist $file $tmp_var_filename\n" if $Opt{VERBOSE};
367367
next if $TEST;
368-
system("$ncks -C -h $appendopt -v $vlist $file $tmp_var_filename");
368+
system("$ncks -h $appendopt -v $vlist $file $tmp_var_filename");
369369
$ncstatus += $?;
370370

371371
# remove dimensions called "scalar_axis" (i.e., length = 1)

0 commit comments

Comments
 (0)