Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/Notebooks/flopy3_mf6_A_simple-model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"## Creating a Simple MODFLOW 6 Model with Flopy\n",
"\n",
"The purpose of this notebook is to demonstrate the Flopy capabilities for building a simple MODFLOW 6 model from scratch, running the model, and viewing the results. This notebook will use demonstrate the capabilities using a simple lake example. A separate notebook is also available in which this same lake example is created for MODFLOW-2005 (flopy3_lake_example.ipynb)."
"The purpose of this notebook is to demonstrate the Flopy capabilities for building a simple MODFLOW 6 model from scratch, running the model, and viewing the results. This notebook will demonstrate the capabilities using a simple lake example. A separate notebook is also available in which the same lake example is created for MODFLOW-2005 (flopy3_lake_example.ipynb)."
]
},
{
Expand Down Expand Up @@ -1041,4 +1041,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
4 changes: 2 additions & 2 deletions examples/Notebooks/flopy3_mf6_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The entries in the list above are keys for data in the head file \"HDS\" and data in cell by cell flow file \"CBC\". Keys in this list are not gaurenteed to be in any particular order. The code below uses the head file key to retrieve head data and then plots head data using matplotlib."
"The entries in the list above are keys for data in the head file \"HDS\" and data in cell by cell flow file \"CBC\". Keys in this list are not guaranteed to be in any particular order. The code below uses the head file key to retrieve head data and then plots head data using matplotlib."
]
},
{
Expand Down Expand Up @@ -1191,4 +1191,4 @@
},
"nbformat": 4,
"nbformat_minor": 1
}
}