Skip to content

Commit

Permalink
correct folder name PCRGlobWB
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfHut committed Nov 22, 2024
1 parent 3feafe9 commit d0b6f44
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sphinx:
use_thebe_lite: true
exclude_patterns: ["**/_*.yml", "**/*.md", "**/*.ipynb"]
html_theme_options:
repository_url: "https://github.com/user/repo" #add your own repo URL here
repository_url: "https://github.com/eWaterCycle/projects" #add your own repo URL here
use_repository_button: true
use_issues_button : true
launch_buttons:
Expand Down
2 changes: 1 addition & 1 deletion book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ parts:
- file: tutorials_examples/intro_tutorials_examples.md
sections:
- file: tutorials_examples/1_HBV_Caravan_ERA5/example_model_run_HBV.ipynb
- file: tutorials_examples/2_HBV_PCRGlobWB_ERA5/example_model_run_pcrglobwb.ipynb
- file: tutorials_examples/2_PCRGlobWB_ERA5/example_model_run_pcrglobwb.ipynb
- caption: References and credits
chapters:
- file: references.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,13 @@
"metadata": {},
"outputs": [],
"source": [
"# # option one: generate forcing data\n",
"# camelsgb_forcing = ewatercycle.forcing.sources['CaravanForcing'].generate(\n",
"# start_time=experiment_start_date,\n",
"# end_time=experiment_end_date,\n",
"# directory=forcing_path_caravan,\n",
"# basin_id=camelsgb_id,\n",
"# )"
"# option one: generate forcing data\n",
"camelsgb_forcing = ewatercycle.forcing.sources['CaravanForcing'].generate(\n",
" start_time=experiment_start_date,\n",
" end_time=experiment_end_date,\n",
" directory=forcing_path_caravan,\n",
" basin_id=camelsgb_id,\n",
")"
]
},
{
Expand Down

0 comments on commit d0b6f44

Please sign in to comment.