Skip to content

Commit

Permalink
#30: renamed folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Jul 5, 2019
1 parent 1785183 commit 3bf5ac8
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion geo_spaas_wind/utils.py → geospaas_wind/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ def wind_from_sar_and_arome_forecast(sar_uri):
""" Likely a problem with the server - fall back to downloading the data """
w = wind_from_downloaded_sar_and_arome_netcdfs(sar_ds, arome_ds)

w.export(result_fn)
# Export where the data is used... Not always useful to store netCDFs
#w.export(result_fn)
return w

def crawl_arome_arctic_archive(date, base_url='https://thredds.met.no/thredds/catalog/aromearcticarchive/'):
Expand Down

0 comments on commit 3bf5ac8

Please sign in to comment.