Skip to content

Commit ceab2f8

Browse files
Revert "Add warning: developer install is needed to run this tuto as component is not included in latest release, correct minor typo"
This reverts commit 39e4efd.
1 parent 39e4efd commit ceab2f8

1 file changed

Lines changed: 22 additions & 18 deletions

File tree

transport-length_hillslope_diffuser/TLHDiff_tutorial.ipynb

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,7 @@
2929
"cell_type": "markdown",
3030
"metadata": {},
3131
"source": [
32-
"# WARNING:\n",
33-
"**Some components used in this tutorial are not included in the latest release of Landlab. You need to do the [developer install](https://github.com/landlab/landlab/wiki/Installing-Landlab-from-source-code-(%22developer-install%22) to use them and run this tutorial.**"
34-
]
35-
},
36-
{
37-
"cell_type": "markdown",
38-
"metadata": {},
39-
"source": [
40-
"This ipython notebook illustrates running the transport-length-model hillslope diffusion component in two simple examples.\n",
32+
"This ipython notebook illustrtes running the transport-length-model hillslope diffusion component in a simple example.\n",
4133
"\n",
4234
"# The basics:\n",
4335
"\n",
@@ -136,7 +128,9 @@
136128
{
137129
"cell_type": "code",
138130
"execution_count": null,
139-
"metadata": {},
131+
"metadata": {
132+
"collapsed": true
133+
},
140134
"outputs": [],
141135
"source": [
142136
"import numpy as np\n",
@@ -160,7 +154,9 @@
160154
{
161155
"cell_type": "code",
162156
"execution_count": null,
163-
"metadata": {},
157+
"metadata": {
158+
"collapsed": true
159+
},
164160
"outputs": [],
165161
"source": [
166162
"mg = RasterModelGrid((100, 100), 10.) # raster grid with 100 rows, 100 columns and dx=10m\n",
@@ -180,7 +176,9 @@
180176
{
181177
"cell_type": "code",
182178
"execution_count": null,
183-
"metadata": {},
179+
"metadata": {
180+
"collapsed": true
181+
},
184182
"outputs": [],
185183
"source": [
186184
"total_t = 2000000. # total run time (yr)\n",
@@ -203,7 +201,9 @@
203201
{
204202
"cell_type": "code",
205203
"execution_count": null,
206-
"metadata": {},
204+
"metadata": {
205+
"collapsed": true
206+
},
207207
"outputs": [],
208208
"source": [
209209
"fdir = FlowDirectorSteepest(mg)\n",
@@ -323,7 +323,9 @@
323323
{
324324
"cell_type": "code",
325325
"execution_count": null,
326-
"metadata": {},
326+
"metadata": {
327+
"collapsed": true
328+
},
327329
"outputs": [],
328330
"source": [
329331
"total_t = 1000000. # total run time (yr)\n",
@@ -341,7 +343,9 @@
341343
{
342344
"cell_type": "code",
343345
"execution_count": null,
344-
"metadata": {},
346+
"metadata": {
347+
"collapsed": true
348+
},
345349
"outputs": [],
346350
"source": [
347351
"fdir = FlowDirectorSteepest(mg2)\n",
@@ -425,9 +429,9 @@
425429
],
426430
"metadata": {
427431
"kernelspec": {
428-
"display_name": "Python 3",
432+
"display_name": "Python [conda root]",
429433
"language": "python",
430-
"name": "python3"
434+
"name": "conda-root-py"
431435
},
432436
"language_info": {
433437
"codemirror_mode": {
@@ -439,7 +443,7 @@
439443
"name": "python",
440444
"nbconvert_exporter": "python",
441445
"pygments_lexer": "ipython3",
442-
"version": "3.6.2"
446+
"version": "3.5.4"
443447
}
444448
},
445449
"nbformat": 4,

0 commit comments

Comments
 (0)