1 parent 5a50b7f commit 3eb84f5Copy full SHA for 3eb84f5
1 file changed
TopoPyScale/fetch_era5.py
@@ -605,10 +605,10 @@ def retrieve_era5(product, startDate, endDate, eraDir, latN, latS, lonE, lonW, s
605
list(download.target_file),
606
list(download.product_type),
607
list(download.time_steps),
608
+ list(download.verify_flag),
609
list(download.output_format),
610
list(download.download_format),
- list(download.surf_varoi),
611
- list(download.verify_flag)))
+ list(download.surf_varoi)))
612
pool.close()
613
pool.join()
614
elif surf_plev == 'plev':
@@ -622,10 +622,10 @@ def retrieve_era5(product, startDate, endDate, eraDir, latN, latS, lonE, lonW, s
622
623
624
list(download.plevels),
625
626
627
- list(download.plev_varoi),
628
+ list(download.plev_varoi)))
629
630
631
else:
0 commit comments