Skip to content

Commit

Permalink
bug fix + new tuto template (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Feb 21, 2019
1 parent 46ef1e4 commit 28b4b89
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 1 deletion.
3 changes: 2 additions & 1 deletion notebooks/oggm-tuto/area_length_filter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@
"metadata": {},
"outputs": [],
"source": [
"ds = utils.compile_run_output(gdirs, filesuffix='_commitment')"
"ds = utils.compile_run_output(gdirs, filesuffix='_commitment')\n",
"ds = ds.isel(rgi_id=0) # take just the one glacier"
]
},
{
Expand Down

0 comments on commit 28b4b89

Please sign in to comment.