@@ -152,28 +152,28 @@ class read(cfdm.read):
152
152
153
153
{{read cdl_string: `bool`, optional}}
154
154
155
- {{read external: (sequence of) `str`, optional}}
155
+ {{read dataset_type: `None` or (sequence of) `str`, optional}}
156
156
157
- {{read extra: (sequence of) `str`, optional}}
157
+ Valid file types are:
158
158
159
- {{read verbose: `int` or `str` or `None`, optional}}
159
+ ============== ==========================================
160
+ *dataset_type* Description
161
+ ============== ==========================================
162
+ ``'netCDF'`` A netCDF-3 or netCDF-4 dataset
163
+ ``'CDL'`` A text CDL file of a netCDF dataset
164
+ ``'Zarr'`` A Zarr v2 (xarray) or Zarr v3 dataset
165
+ ``'UM'`` A UM fields file or PP dataset
166
+ ============== ==========================================
160
167
161
- {{read warnings: `bool`, optional}}
168
+ .. versionadded:: NEXTVERSION
162
169
163
- {{read dataset_type : (sequence of) `str`, optional}}
170
+ {{read external : (sequence of) `str`, optional}}
164
171
165
- Valid file types are:
172
+ {{read extra: (sequence of) `str`, optional}}
166
173
167
- ============ ============================================
168
- file type Description
169
- ============ ============================================
170
- ``'netCDF'`` A netCDF-3 or netCDF-4 dataset
171
- ``'CDL'`` A text CDL file of a netCDF dataset
172
- ``'Zarr'`` A Zarr v2 (xarray-style) or Zarr v3 dataset
173
- ``'UM'`` A UM fields file or PP dataset
174
- ============ ============================================
174
+ {{read verbose: `int` or `str` or `None`, optional}}
175
175
176
- .. versionadded:: NEXTVERSION
176
+ {{read warnings: `bool`, optional}}
177
177
178
178
um: `dict`, optional
179
179
For Met Office (UK) PP files and Met Office (UK) fields
0 commit comments