Skip to content

Commit 40c4737

Browse files
mjrenomjreno
authored andcommitted
update tutorial 2
1 parent 39e6d1d commit 40c4737

File tree

18 files changed

+3759
-348
lines changed

18 files changed

+3759
-348
lines changed

.docs/Notebooks/netcdf01_tutorial.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
root = None
5858

5959
data_path = root / "examples" / "data" / "mf6" / "netcdf" if root else Path.cwd()
60-
print(data_path)
6160

6261
file_names = {
6362
"mfsim.nam": None,
@@ -233,14 +232,14 @@
233232
# print dataset npf k variable
234233
print(ds["npf_k_updated"])
235234

236-
# # Update the dataset with supported `IC` arrays
235+
# ## Update the dataset with supported `IC` arrays
237236

238237
# ic
239238
ic = gwf.get_package("ic")
240239
ds = ic.update_dataset(ds)
241240
ds["ic_strt"].values = ic.strt.get_data()
242241

243-
# # Update the dataset with supported `STO` arrays
242+
# ## Update the dataset with supported `STO` arrays
244243

245244
# storage
246245
sto = gwf.get_package("sto")

0 commit comments

Comments
 (0)