You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When downloading large enough ERA5 data from the server via .get_modeldata
, an export to google drive is made.
for perspective: 1 month of vlinderdata for 6 stations is already written to the drive (+-175kb), so threshold is reached fast.
in my case, i do this several times for different parameters (e.g. temperature, dewpoint temperature, pressure,...). However the parameter is not included in the ERA5 data name stored on the drive. The name of the data is always simply 'era5_data', so manual renaming is required to be able to import them again in Python.
It would be nice to include the name of the parameter in the name of the imported ERA5 data so these can automatically be imported from drive to Python!
ps: i added a screenshot from modeldata.py where i think the issue can be fixed. Not to be a wise-ass, it's just part of my learning process and hopefully to maybe help you along!!
The text was updated successfully, but these errors were encountered:
When downloading large enough ERA5 data from the server via .get_modeldata
, an export to google drive is made.
for perspective: 1 month of vlinderdata for 6 stations is already written to the drive (+-175kb), so threshold is reached fast.
in my case, i do this several times for different parameters (e.g. temperature, dewpoint temperature, pressure,...). However the parameter is not included in the ERA5 data name stored on the drive. The name of the data is always simply 'era5_data', so manual renaming is required to be able to import them again in Python.
It would be nice to include the name of the parameter in the name of the imported ERA5 data so these can automatically be imported from drive to Python!
ps: i added a screenshot from modeldata.py where i think the issue can be fixed. Not to be a wise-ass, it's just part of my learning process and hopefully to maybe help you along!!
The text was updated successfully, but these errors were encountered: