Skip to content

Commit

Permalink
Update fetch_era5.py
Browse files Browse the repository at this point in the history
reimplemented commit: ac8d71a

that got reveresed in last pull request
  • Loading branch information
joelfiddes authored Jan 12, 2025
1 parent 3eb160d commit 4a94db0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TopoPyScale/fetch_era5.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def era5_request_surf(dataset, year, month, bbox, target, product, time, output_
'31'
],
'time': time,
'grid': [0.25, 0.25],
'grid': "0.25/0.25",
'data_format': output_format,
'download_format': 'unarchived'
},
Expand Down Expand Up @@ -237,7 +237,7 @@ def era5_request_plev(dataset, year, month, bbox, target, product, time, plevels
'31'
],
'time': time,
'grid': [0.25, 0.25],
'grid': "0.25/0.25",
'data_format': output_format,
'download_format': 'unarchived'
},
Expand Down Expand Up @@ -601,4 +601,4 @@ def era5_request_plev_snowmapper(today, latN, latS, lonE, lonW, eraDir, plevels,
'download_format': 'unarchived'
},
target)
print(target + " complete")
print(target + " complete")

0 comments on commit 4a94db0

Please sign in to comment.