Skip to content

Commit

Permalink
Update download kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Nov 6, 2024
1 parent 3996dcb commit 53b3358
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ecmwf_models/era5/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ def download_era5(
"day": [str(d).zfill(2) for d in days],
"time": [time(h, 0).strftime("%H:%M") for h in h_steps],
}
# name changed at some point?
request['format'] = request['data_format']

if bbox is not None: # maxlat, minlon, minlat, maxlon
request["area"] = [bbox[3], bbox[0], bbox[1], bbox[2]]
Expand Down

0 comments on commit 53b3358

Please sign in to comment.