From 4a94db0d34ebf4ff80426264593dba9c687ffd59 Mon Sep 17 00:00:00 2001 From: Joel Fiddes Date: Sun, 12 Jan 2025 15:09:46 +0100 Subject: [PATCH] Update fetch_era5.py reimplemented commit: ac8d71adc73b4d14501e2211abbd44a4b78a05d3 that got reveresed in last pull request --- TopoPyScale/fetch_era5.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TopoPyScale/fetch_era5.py b/TopoPyScale/fetch_era5.py index 2e31a14..14ff07b 100644 --- a/TopoPyScale/fetch_era5.py +++ b/TopoPyScale/fetch_era5.py @@ -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' }, @@ -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' }, @@ -601,4 +601,4 @@ def era5_request_plev_snowmapper(today, latN, latS, lonE, lonW, eraDir, plevels, 'download_format': 'unarchived' }, target) - print(target + " complete") \ No newline at end of file + print(target + " complete")