Skip to content

Commit

Permalink
Create 99_upload_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielTollenaar committed Sep 25, 2024
1 parent 225cbc3 commit 21b6569
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions notebooks/de_dommel/99_upload_model.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# %%
from ribasim_nl import CloudStorage

cloud = CloudStorage()

cloud.upload_model("DeDommel", "DeDommel", include_results=True, include_plots=False)

0 comments on commit 21b6569

Please sign in to comment.