You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If you get a `RuntimeError: Requested features not in local zarr`, it means you have initialized the `local_store` path with different features. Choose a different path or delete the old folder first.
164
+
162
165
There are 273 variables from ARCO ERA5, which can be listed with the following code:
163
166
164
167
```python
@@ -175,13 +178,13 @@ print(ds.variables)
175
178
176
179
### Use 137 model levels
177
180
178
-
By default, `fastmeteo` uses the 37pressurelevel version of the ARCO ERA5 data. If you want to use the 137 model level version of the data, you can do so by specifying the `model_levels` parameter as follows:
181
+
By default, `fastmeteo` uses the 37-pressure-level version of the ARCO ERA5 data. If you want to use the 137 model level version of the data, you can do so by specifying the `model_levels` parameter as follows:
0 commit comments