Skip to content

Commit

Permalink
set dimrset_folder to None in modelbuilder notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Jan 10, 2024
1 parent 6b448cf commit 89931f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/modelbuilder_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@
],
"source": [
"nproc = 1 # number of processes\n",
"dimrset_folder = r\"c:\\Program Files\\Deltares\\Delft3D FM Suite 2023.03 HMWQ\\plugins\\DeltaShell.Dimr\\kernels\" #alternatively r\"p:\\d-hydro\\dimrset\\weekly\\2.25.17.78708\"\n",
"dimrset_folder = None # alternatively r\"c:\\Program Files\\Deltares\\Delft3D FM Suite 2023.03 HMWQ\\plugins\\DeltaShell.Dimr\\kernels\" #alternatively r\"p:\\d-hydro\\dimrset\\weekly\\2.25.17.78708\"\n",
"dfmt.create_model_exec_files(file_mdu=mdu_file, nproc=nproc, dimrset_folder=dimrset_folder)\n"
]
},
Expand Down

0 comments on commit 89931f0

Please sign in to comment.