Skip to content

Commit c0cdf8e

Browse files
Update version comment and usage message in mppnccombine.c
1 parent 67aaeee commit c0cdf8e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

postprocessing/mppnccombine/mppnccombine.c

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
(http://www.gfdl.noaa.gov/~vb/mpp_io.html) by V. Balaji.
2626
2727
V2.2.8: Hans.Vahlenkamp@noaa.gov
28-
If no netCDF format is specified (no -64 or -n4 options) for the
29-
output file then use the netCDF format of the first input file;
30-
use netCDF3 64-bit offset format or netCDF4 classic format.
28+
If the netCDF format for the output file is not chosen with the -64
29+
or -n4 options then automatically use the netCDF format of the first
30+
input file; netCDF3 64-bit offset or netCDF4 classic model.
3131
V2.2.7: Hans.Vahlenkamp@noaa.gov
3232
Synchronize output file before closing and check for errors.
3333
V2.2.6: Seth Underwood <Seth.Underwood@noaa.gov>
@@ -701,8 +701,11 @@ void usage()
701701
printf(" -e # Ending number #### of a specified range of input filename extensions.\n");
702702
printf(" Files within the range do not have to be consecutively numbered.\n");
703703
printf(" -h # Add a specified number of bytes of padding at the end of the header.\n");
704-
printf(" -64 Create netCDF output files with the 64-bit offset format.\n");
705-
printf(" -n4 Create netCDF output files in NETCDF4_CLASSIC mode (no v4 enhanced features).\n");
704+
printf(" -64 Create netCDF output files with the netCDF3 64-bit offset format.\n");
705+
printf(" -n4 Create netCDF output files with the netCDF4 classic model format.\n");
706+
printf(" If the netCDF format for the output file is not chosen with the -64\n");
707+
printf(" or -n4 options then automatically use the netCDF format of the first\n");
708+
printf(" input file; netCDF3 64-bit offset or netCDF4 classic model.\n");
706709
printf(" -d # When in NETCDF4 mode, use deflation of level #.\n");
707710
printf(" -s When in NETCDF4 mode, use shuffle.\n");
708711
printf(" -m Initialize output variables with a \"missing_value\" from the variables\n");

0 commit comments

Comments
 (0)