Documentation for codes_split_file

This commit is contained in:
Shahram Najm 2017-12-01 13:28:57 +00:00
parent 9506d21df6
commit 39881a54eb
2 changed files with 8 additions and 1 deletions

View File

@ -8,6 +8,13 @@
* virtue of its status as an intergovernmental organisation nor does it submit to any jurisdiction.
*/
/*
* Description:
* Split an input file (GRIB, BUFR etc) into chunks of roughly the same size.
* The output files are named input_01, input_02 etc. This is much faster than grib_copy/bufr_copy
*
*/
#include "grib_api_internal.h"
#include <assert.h>

View File

@ -2,7 +2,7 @@ NAME codes_split_file
DESCRIPTION
Split an input file (GRIB, BUFR etc) into chunks of roughly the same size. The output files are named input_1, input_2 etc. This is much faster than grib_copy/bufr_copy.
Split an input file (GRIB, BUFR etc) into chunks of roughly the same size. The output files are named input_01, input_02 etc. This is much faster than grib_copy/bufr_copy.
USAGE
codes_split_file [-v] nchunks input