1GRIB_TO_NETCDF(1) User Commands GRIB_TO_NETCDF(1)
2
3
4
6 grib_to_netcdf - manual page for grib_to_netcdf
7
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 a 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 SEE ALSO
73
74 Full documentation and examples at: <https://conflu‐
75 ence.ecmwf.int/display/ECC/grib_to_netcdf>
76
77 NAME grib_to_netcdf
78
79 DESCRIPTION
80
81 Convert GRIB file(s) to netCDF format. Note: The GRIB geometry
82 should be a regular lat/lon grid or a regular Gaussian grid (the
83 key "typeOfGrid" should be "regular_ll" or "regular_gg")
84
85 USAGE
86
87 grib_to_netcdf [options] -o output_file grib_file grib_file ...
88
89 OPTIONS
90
91 -I key1,key2,...
92
93 Ignore keys. Default method,type,stream,refdate,hdate
94
95 -S key1,key2,...
96
97 Split according to keys. Default param,expver
98
99 -R date
100
101 Reference date in the format YYYYMMDD. Default value 19000101.
102
103 -D NC_DATATYPE
104
105 Type of data. Possible values NC_BYTE, NC_SHORT, NC_INT,
106 NC_FLOAT, NC_DOUBLE. Default NC_SHORT
107
108 -T Don't use time of validity.
109
110 -f Force. Force the execution not to fail on error.
111
112 -o output_file
113
114 The name of the netCDF output file.
115
116 -V Version.
117
118 -M Multi-field support off. Turn off support for multiple fields in
119 a single GRIB message.
120
121 -k kind
122
123 Specifies the kind of file to be created. Possible values are: 1
124 -> netCDF classic file format 2 -> netCDF 64 bit classic file
125 format (Default) 3 -> netCDF-4 file format 4 -> netCDF-4 classic
126 model file format
127
128 -d level
129
130 Deflate data (compression level). Only for netCDF-4 output for‐
131 mat. Possible values [0,9]. Default None. Chunking strategy
132 based on GRIB message.
133
134 -s Shuffle data before deflation compression.
135
136 -u dimension
137
138 Set dimension to be an unlimited dimension.
139
140 SEE ALSO
141
142 Full documentation and examples at: <https://conflu‐
143 ence.ecmwf.int/display/ECC/grib_to_netcdf>
144
145
146
147grib_to_netcdf November 2023 GRIB_TO_NETCDF(1)