Skip to content

Commit

Permalink
some corrections to notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyCMWF committed Jan 5, 2023
1 parent b210bfd commit 6455963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/satellite-aerosol.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"download_file = f'data/temp_data/{os.path.basename(remote.location)}'\n",
"if not os.path.isfile(download_file):\n",
" remote.download(download_file)\n",
"emohawk.open(download_file).to_xarray(xarray_open_mfdataset_kwargs={\"foo\":\"bar\"}) #\"combine\": \"nested\", \"concat_dim\": \"time\"})"
"emohawk.open(download_file).to_xarray(xarray_open_mfdataset_kwargs={\"combine\": \"nested\", \"concat_dim\": \"time\"})"
]
},
{
Expand Down

0 comments on commit 6455963

Please sign in to comment.