Skip to content

Commit

Permalink
Correct beug in flowline
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Oct 24, 2018
1 parent a6bea65 commit 93f5f3b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
2 changes: 1 addition & 1 deletion flowline_with_known_bedrock.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
" self.grad = grad\n",
" self.rng = np.random.RandomState(seed)\n",
"\n",
" def get_annual_mb(self, heights, year=None):\n",
" def get_annual_mb(self, heights, year=None, fl_id=None):\n",
" \"\"\"Annual mass-balance at given altitude(s) for a moment in time.\n",
"\n",
" Units: [m s-1], or meters of ice per second\n",
Expand Down
30 changes: 14 additions & 16 deletions glaciers-explorer-panel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand All @@ -21,7 +21,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand All @@ -35,7 +35,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand All @@ -50,7 +50,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand All @@ -70,7 +70,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand All @@ -84,7 +84,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand All @@ -101,7 +101,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand All @@ -118,7 +118,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand Down Expand Up @@ -147,7 +147,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand All @@ -165,7 +165,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand All @@ -182,7 +182,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand All @@ -198,7 +198,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand All @@ -213,7 +213,7 @@
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
"scrolled": false
},
"outputs": [],
"source": [
Expand All @@ -227,9 +227,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"scrolled": true
},
"metadata": {},
"outputs": [],
"source": [
"header = pn.Row(pn.Pane(oggm_logo, width=170), pn.Spacer(width=50), \n",
Expand Down

0 comments on commit 93f5f3b

Please sign in to comment.