Skip to content

Commit eb87494

Browse files
committed
(bugfix) in flopy 04 - make bedrock depth consistent. Issue #148
1 parent 5560ca3 commit eb87494

3 files changed

Lines changed: 35704 additions & 35364 deletions

File tree

notebooks/part1_flopy/04_Modelgrid_and_intersection.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@
832832
")\n",
833833
"\n",
834834
"# add the dis package\n",
835-
"botm = np.expand_dims(dem_data, axis=0) - 200\n",
835+
"botm = np.expand_dims(dem_data, axis=0) - 150\n",
836836
"dis = flopy.mf6.ModflowGwfdis(\n",
837837
" gwf,\n",
838838
" nrow=modelgrid.nrow,\n",
@@ -1446,7 +1446,7 @@
14461446
"name": "python",
14471447
"nbconvert_exporter": "python",
14481448
"pygments_lexer": "ipython3",
1449-
"version": "3.11.7"
1449+
"version": "3.11.12"
14501450
}
14511451
},
14521452
"nbformat": 4,

0 commit comments

Comments
 (0)