We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa45e3a commit 20963ceCopy full SHA for 20963ce
src/split_ncvars/split_ncvars.pl.in
@@ -363,9 +363,9 @@ foreach my $file (@ifiles) {
363
print " var=$var; timename=$timename; vlist=$vlist\n" if $Opt{VERBOSE} > 2;
364
my $appendopt = "";
365
$appendopt = "-A" if ( -f "$cwd/$tmp_var_filename" );
366
- print "$ncks -C -h $appendopt -v $vlist $file $tmp_var_filename\n" if $Opt{VERBOSE};
+ print "$ncks -h $appendopt -v $vlist $file $tmp_var_filename\n" if $Opt{VERBOSE};
367
next if $TEST;
368
- system("$ncks -C -h $appendopt -v $vlist $file $tmp_var_filename");
+ system("$ncks -h $appendopt -v $vlist $file $tmp_var_filename");
369
$ncstatus += $?;
370
371
# remove dimensions called "scalar_axis" (i.e., length = 1)
0 commit comments