|
25 | 25 | (http://www.gfdl.noaa.gov/~vb/mpp_io.html) by V. Balaji.
|
26 | 26 |
|
27 | 27 | 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. |
31 | 31 | V2.2.7: Hans.Vahlenkamp@noaa.gov
|
32 | 32 | Synchronize output file before closing and check for errors.
|
33 | 33 | V2.2.6: Seth Underwood <Seth.Underwood@noaa.gov>
|
@@ -701,8 +701,11 @@ void usage()
|
701 | 701 | printf(" -e # Ending number #### of a specified range of input filename extensions.\n");
|
702 | 702 | printf(" Files within the range do not have to be consecutively numbered.\n");
|
703 | 703 | 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"); |
706 | 709 | printf(" -d # When in NETCDF4 mode, use deflation of level #.\n");
|
707 | 710 | printf(" -s When in NETCDF4 mode, use shuffle.\n");
|
708 | 711 | printf(" -m Initialize output variables with a \"missing_value\" from the variables\n");
|
|
0 commit comments