1GRIB_TO_NETCDF(1)                User Commands               GRIB_TO_NETCDF(1)
2
3
4

NAME

6       grib_to_netcdf - manual page for grib_to_netcdf
7

DESCRIPTION

9       NAME    grib_to_netcdf
10
11       DESCRIPTION
12
13              Convert  GRIB file(s) to netCDF format.  Note: The GRIB geometry
14              should be a regular lat/lon grid or a regular Gaussian grid (the
15              key "typeOfGrid" should be "regular_ll" or "regular_gg")
16
17       USAGE
18
19              grib_to_netcdf [options] -o output_file grib_file grib_file ...
20
21       OPTIONS
22
23       -I key1,key2,...
24
25              Ignore keys. Default method,type,stream,refdate,hdate
26
27       -S key1,key2,...
28
29              Split according to keys. Default param,expver
30
31       -R date
32
33              Reference date in the format YYYYMMDD. Default value 19000101.
34
35       -D NC_DATATYPE
36
37              Type   of  data.  Possible  values  NC_BYTE,  NC_SHORT,  NC_INT,
38              NC_FLOAT, NC_DOUBLE.  Default NC_SHORT
39
40       -T     Don't use time of validity.
41
42       -f     Force. Force the execution not to fail on error.
43
44       -o output_file
45
46              The name of the netCDF output file.
47
48       -V     Version.
49
50       -M     Multi-field support off. Turn off support for multiple fields in
51              single GRIB message.
52
53       -k kind
54
55              Specifies the kind of file to be created. Possible values are: 1
56              -> netCDF classic file format 2 -> netCDF 64  bit  classic  file
57              format (Default) 3 -> netCDF-4 file format 4 -> netCDF-4 classic
58              model file format
59
60       -d level
61
62              Deflate data (compression level). Only for netCDF-4 output  for‐
63              mat.   Possible  values  [0,9]. Default None.  Chunking strategy
64              based on GRIB message.
65
66       -s     Shuffle data before deflation compression.
67
68       -u dimension
69
70              Set dimension to be an unlimited dimension.
71
72       NAME    grib_to_netcdf
73
74       DESCRIPTION
75
76              Convert GRIB file(s) to netCDF format.  Note: The GRIB  geometry
77              should be a regular lat/lon grid or a regular Gaussian grid (the
78              key "typeOfGrid" should be "regular_ll" or "regular_gg")
79
80       USAGE
81
82              grib_to_netcdf [options] -o output_file grib_file grib_file ...
83
84       OPTIONS
85
86       -I key1,key2,...
87
88              Ignore keys. Default method,type,stream,refdate,hdate
89
90       -S key1,key2,...
91
92              Split according to keys. Default param,expver
93
94       -R date
95
96              Reference date in the format YYYYMMDD. Default value 19000101.
97
98       -D NC_DATATYPE
99
100              Type  of  data.  Possible  values  NC_BYTE,  NC_SHORT,   NC_INT,
101              NC_FLOAT, NC_DOUBLE.  Default NC_SHORT
102
103       -T     Don't use time of validity.
104
105       -f     Force. Force the execution not to fail on error.
106
107       -o output_file
108
109              The name of the netCDF output file.
110
111       -V     Version.
112
113       -M     Multi-field support off. Turn off support for multiple fields in
114              single GRIB message.
115
116       -k kind
117
118              Specifies the kind of file to be created. Possible values are: 1
119              ->  netCDF  classic  file format 2 -> netCDF 64 bit classic file
120              format (Default) 3 -> netCDF-4 file format 4 -> netCDF-4 classic
121              model file format
122
123       -d level
124
125              Deflate  data (compression level). Only for netCDF-4 output for‐
126              mat.  Possible values [0,9]. Default  None.   Chunking  strategy
127              based on GRIB message.
128
129       -s     Shuffle data before deflation compression.
130
131       -u dimension
132
133              Set dimension to be an unlimited dimension.
134
135
136
137grib_to_netcdf                   December 2022               GRIB_TO_NETCDF(1)
Impressum