Skip to content

Commit

Permalink
fixed bug with save_grib era5land default value
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Sep 19, 2022
1 parent e75d2a4 commit 2e256e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion era5grib/era5grib.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import logging


def save_grib(ds, output, format="grib", era5land=era5land):
def save_grib(ds, output, format="grib", era5land=True):
"""
Save a dataset to GRIB format
"""
Expand Down

0 comments on commit 2e256e5

Please sign in to comment.