grib_to_netcdf - Man Page
manual page for grib_to_netcdf
Description
NAME grib_to_netcdf
DESCRIPTION
Convert GRIB file(s) to netCDF format. Note: The GRIB geometry should be a regular lat/lon grid or a regular Gaussian grid (the key "typeOfGrid" should be "regular_ll" or "regular_gg")
USAGE
grib_to_netcdf [options] -o output_file grib_file grib_file ...
OPTIONS
- -I key1,key2,...
Ignore keys. Default method,type,stream,refdate,hdate
- -S key1,key2,...
Split according to keys. Default param,expver
- -R date
Reference date in the format YYYYMMDD. Default value 19000101.
- -D NC_DATATYPE
Type of data. Possible values NC_BYTE, NC_SHORT, NC_INT, NC_FLOAT, NC_DOUBLE. Default NC_SHORT
- -T
Don't use time of validity.
- -f
Force. Force the execution not to fail on error.
-o output_file
The name of the netCDF output file.
- -V
Version.
- -M
Multi-field support off. Turn off support for multiple fields in a single GRIB message.
-k kind
Specifies the kind of file to be created. Possible values are: 1 -> netCDF classic file format 2 -> netCDF 64 bit classic file format (Default) 3 -> netCDF-4 file format 4 -> netCDF-4 classic model file format
-d level
Deflate data (compression level). Only for netCDF-4 output format. Possible values [0,9]. Default None. Chunking strategy based on GRIB message.
- -s
Shuffle data before deflation compression.
-u dimension
Set dimension to be an unlimited dimension.
- -h
Display this help text and exit.
SEE ALSO
Full documentation and examples at: <https://confluence.ecmwf.int/display/ECC/grib_to_netcdf>
NAME grib_to_netcdf
DESCRIPTION
Convert GRIB file(s) to netCDF format. Note: The GRIB geometry should be a regular lat/lon grid or a regular Gaussian grid (the key "typeOfGrid" should be "regular_ll" or "regular_gg")
USAGE
grib_to_netcdf [options] -o output_file grib_file grib_file ...
OPTIONS
- -I key1,key2,...
Ignore keys. Default method,type,stream,refdate,hdate
- -S key1,key2,...
Split according to keys. Default param,expver
- -R date
Reference date in the format YYYYMMDD. Default value 19000101.
- -D NC_DATATYPE
Type of data. Possible values NC_BYTE, NC_SHORT, NC_INT, NC_FLOAT, NC_DOUBLE. Default NC_SHORT
- -T
Don't use time of validity.
- -f
Force. Force the execution not to fail on error.
-o output_file
The name of the netCDF output file.
- -V
Version.
- -M
Multi-field support off. Turn off support for multiple fields in a single GRIB message.
-k kind
Specifies the kind of file to be created. Possible values are: 1 -> netCDF classic file format 2 -> netCDF 64 bit classic file format (Default) 3 -> netCDF-4 file format 4 -> netCDF-4 classic model file format
-d level
Deflate data (compression level). Only for netCDF-4 output format. Possible values [0,9]. Default None. Chunking strategy based on GRIB message.
- -s
Shuffle data before deflation compression.
-u dimension
Set dimension to be an unlimited dimension.
- -h
Display this help text and exit.
SEE ALSO
Full documentation and examples at: <https://confluence.ecmwf.int/display/ECC/grib_to_netcdf>