Skip to content

Commit

Permalink
fix example notebooks; update example forcing
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostBuitink committed Jul 25, 2023
1 parent dbc9402 commit e0b1436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/build_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"# NOTE: copy this line (without !) to your shell for more direct feedback\n",
"# NOTE: as of hydromt version 0.7.0 the region argument is optional and should be preceded by -r or --region\n",
"# NOTE: the resolution argument has been removed since hydromt v0.7.0 and can now only be configured from .ini file under the setup_basemap header\n",
"!hydromt build wflow \"./wflow_test_base\" -r \"{'subbasin': [12.2051, 45.8331], 'strord': 4, 'bounds': [11.70, 45.35, 12.95, 46.70]}\" -v"
"!hydromt build wflow \"./wflow_test_base\" -r \"{'subbasin': [12.2051, 45.8331], 'strord': 4, 'bounds': [11.70, 45.35, 12.95, 46.70]}\" -v -d artifact_data"
]
},
{
Expand Down Expand Up @@ -258,7 +258,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8"
"version": "3.11.4"
},
"vscode": {
"interpreter": {
Expand Down
Binary file modified examples/wflow_piave_subbasin/inmaps.nc
Binary file not shown.

0 comments on commit e0b1436

Please sign in to comment.