Skip to content

Commit

Permalink
Deploy dev to GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hboisgon committed Nov 8, 2024
1 parent 890c7c8 commit bd4db25
Show file tree
Hide file tree
Showing 206 changed files with 16,512 additions and 877 deletions.
445 changes: 226 additions & 219 deletions dev/_examples/build_model.html

Large diffs are not rendered by default.

503 changes: 252 additions & 251 deletions dev/_examples/build_sediment.html

Large diffs are not rendered by default.

57 changes: 29 additions & 28 deletions dev/_examples/clip_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
<li class="toctree-l3"><a class="reference internal" href="update_model_landuse.html">Example: Update Wflow model (landuse)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_forcing.html">Example: Update Wflow model (forcing)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_gauges.html">Example: Update Wflow model (gauges)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_water_demand.html">Example: Update Wflow model with water demand</a></li>
<li class="toctree-l3"><a class="reference internal" href="connect_to_1d_model.html">Example: Connect Wflow to a 1D river model</a></li>
</ul>
</details></li>
Expand Down Expand Up @@ -541,34 +542,34 @@ <h2>Clip a small sub-basin<a class="headerlink" href="#Clip-a-small-sub-basin" t
</div>
<div class="output_area docutils container">
<div class="highlight"><pre>
2024-11-04 08:40:04,103 - clip - log - INFO - HydroMT version: 0.10.0
2024-11-04 08:40:04,103 - clip - main - INFO - Clipping instance of wflow model.
2024-11-04 08:40:04,104 - clip - main - INFO - Region: {&#39;subbasin&#39;: [12.3006, 46.4324], &#39;wflow_streamorder&#39;: 4}
2024-11-04 08:40:04,446 - clip - model_api - INFO - Initializing wflow model from hydromt_wflow (v0.6.2.dev0).
2024-11-04 08:40:04,446 - clip - data_catalog - INFO - Parsing data catalog from /home/runner/work/hydromt_wflow/hydromt_wflow/hydromt_wflow/data/parameters_data.yml
2024-11-04 08:40:04,455 - clip - main - INFO - Reading model to clip
2024-11-04 08:40:04,457 - clip - wflow - INFO - Read grid from /home/runner/work/hydromt_wflow/hydromt_wflow/docs/_examples/wflow_piave_subbasin/staticmaps.nc
2024-11-04 08:40:04,506 - clip - wflow - INFO - Reading model staticgeom files.
2024-11-04 08:40:04,546 - clip - wflow - INFO - Read forcing from /home/runner/work/hydromt_wflow/hydromt_wflow/docs/_examples/wflow_piave_subbasin/inmaps.nc
2024-11-04 08:40:04,561 - clip - wflow - INFO - Reading model intbl files.
2024-11-04 08:40:04,561 - clip - wflow - INFO - Reading model table files.
2024-11-04 08:40:04,561 - clip - wflow - INFO - Model read
2024-11-04 08:40:04,561 - clip - main - INFO - Clipping grid
2024-11-04 08:40:07,602 - clip - basin_mask - INFO - subbasin bbox: [12.0083, 46.3417, 12.3250, 46.6750]
2024-11-04 08:40:09,239 - clip - wflow - INFO - Reading model table files.
2024-11-04 08:40:09,240 - clip - main - INFO - Clipping forcing
2024-11-04 08:40:09,240 - clip - wflow - INFO - Clipping NetCDF forcing..
2024-11-04 08:40:09,244 - clip - model_api - WARNING - Replacing forcing: precip
2024-11-04 08:40:09,244 - clip - model_api - WARNING - Replacing forcing: pet
2024-11-04 08:40:09,244 - clip - model_api - WARNING - Replacing forcing: temp
2024-11-04 08:40:09,244 - clip - main - INFO - Writting clipped model
2024-11-04 08:40:09,244 - clip - wflow - INFO - Write model data to /home/runner/work/hydromt_wflow/hydromt_wflow/docs/_examples/wflow_test_clip
2024-11-04 08:40:09,274 - clip - wflow - INFO - Write grid to /home/runner/work/hydromt_wflow/hydromt_wflow/docs/_examples/wflow_test_clip/staticmaps.nc
2024-11-04 08:40:09,493 - clip - wflow - INFO - Writing model staticgeom to file.
2024-11-04 08:40:09,499 - clip - wflow - INFO - Write forcing file
2024-11-04 08:40:09,509 - clip - wflow - INFO - Process forcing; saving to /home/runner/work/hydromt_wflow/hydromt_wflow/docs/_examples/wflow_test_clip/inmaps.nc
[########################################] | 100% Completed | 101.18 ms
2024-11-04 08:40:09,617 - clip - wflow - INFO - Writing model config to /home/runner/work/hydromt_wflow/hydromt_wflow/docs/_examples/wflow_test_clip/wflow_sbm.toml
2024-11-08 04:53:06,865 - clip - log - INFO - HydroMT version: 0.10.0
2024-11-08 04:53:06,865 - clip - main - INFO - Clipping instance of wflow model.
2024-11-08 04:53:06,865 - clip - main - INFO - Region: {&#39;subbasin&#39;: [12.3006, 46.4324], &#39;wflow_streamorder&#39;: 4}
2024-11-08 04:53:07,212 - clip - model_api - INFO - Initializing wflow model from hydromt_wflow (v0.6.2.dev0).
2024-11-08 04:53:07,212 - clip - data_catalog - INFO - Parsing data catalog from /home/runner/work/hydromt_wflow/hydromt_wflow/hydromt_wflow/data/parameters_data.yml
2024-11-08 04:53:07,225 - clip - main - INFO - Reading model to clip
2024-11-08 04:53:07,226 - clip - wflow - INFO - Read grid from /home/runner/work/hydromt_wflow/hydromt_wflow/docs/_examples/wflow_piave_subbasin/staticmaps.nc
2024-11-08 04:53:07,279 - clip - wflow - INFO - Reading model staticgeom files.
2024-11-08 04:53:07,321 - clip - wflow - INFO - Read forcing from /home/runner/work/hydromt_wflow/hydromt_wflow/docs/_examples/wflow_piave_subbasin/inmaps.nc
2024-11-08 04:53:07,337 - clip - wflow - INFO - Reading model intbl files.
2024-11-08 04:53:07,337 - clip - wflow - INFO - Reading model table files.
2024-11-08 04:53:07,337 - clip - wflow - INFO - Model read
2024-11-08 04:53:07,338 - clip - main - INFO - Clipping grid
2024-11-08 04:53:10,427 - clip - basin_mask - INFO - subbasin bbox: [12.0083, 46.3417, 12.3250, 46.6750]
2024-11-08 04:53:12,049 - clip - wflow - INFO - Reading model table files.
2024-11-08 04:53:12,050 - clip - main - INFO - Clipping forcing
2024-11-08 04:53:12,050 - clip - wflow - INFO - Clipping NetCDF forcing..
2024-11-08 04:53:12,054 - clip - model_api - WARNING - Replacing forcing: precip
2024-11-08 04:53:12,055 - clip - model_api - WARNING - Replacing forcing: pet
2024-11-08 04:53:12,055 - clip - model_api - WARNING - Replacing forcing: temp
2024-11-08 04:53:12,055 - clip - main - INFO - Writting clipped model
2024-11-08 04:53:12,055 - clip - wflow - INFO - Write model data to /home/runner/work/hydromt_wflow/hydromt_wflow/docs/_examples/wflow_test_clip
2024-11-08 04:53:12,086 - clip - wflow - INFO - Write grid to /home/runner/work/hydromt_wflow/hydromt_wflow/docs/_examples/wflow_test_clip/staticmaps.nc
2024-11-08 04:53:12,323 - clip - wflow - INFO - Writing model staticgeom to file.
2024-11-08 04:53:12,328 - clip - wflow - INFO - Write forcing file
2024-11-08 04:53:12,337 - clip - wflow - INFO - Process forcing; saving to /home/runner/work/hydromt_wflow/hydromt_wflow/docs/_examples/wflow_test_clip/inmaps.nc
[########################################] | 100% Completed | 100.99 ms
2024-11-08 04:53:12,447 - clip - wflow - INFO - Writing model config to /home/runner/work/hydromt_wflow/hydromt_wflow/docs/_examples/wflow_test_clip/wflow_sbm.toml

</pre></div></div>
</div>
Expand Down
7 changes: 4 additions & 3 deletions dev/_examples/connect_to_1d_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Clipping a model" href="../user_guide/wflow_clip.html" />
<link rel="prev" title="Update a Wflow model: gauging stations" href="update_model_gauges.html" />
<link rel="prev" title="Update a wflow model: water demand" href="update_model_water_demand.html" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="docsearch:language" content="en"/>
<meta name="docsearch:version" content="0.6.2.dev0" />
Expand Down Expand Up @@ -378,6 +378,7 @@
<li class="toctree-l3"><a class="reference internal" href="update_model_landuse.html">Example: Update Wflow model (landuse)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_forcing.html">Example: Update Wflow model (forcing)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_gauges.html">Example: Update Wflow model (gauges)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_water_demand.html">Example: Update Wflow model with water demand</a></li>
<li class="toctree-l3 current active"><a class="current reference internal" href="#">Example: Connect Wflow to a 1D river model</a></li>
</ul>
</details></li>
Expand Down Expand Up @@ -870,12 +871,12 @@ <h3>Nodes connection method<a class="headerlink" href="#Nodes-connection-method"

<div class="prev-next-area">
<a class="left-prev"
href="update_model_gauges.html"
href="update_model_water_demand.html"
title="previous page">
<i class="fa-solid fa-angle-left"></i>
<div class="prev-next-info">
<p class="prev-next-subtitle">previous</p>
<p class="prev-next-title">Update a Wflow model: gauging stations</p>
<p class="prev-next-title">Update a wflow model: water demand</p>
</div>
</a>
<a class="right-next"
Expand Down
3 changes: 2 additions & 1 deletion dev/_examples/convert_staticmaps_to_mapstack.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
<li class="toctree-l3"><a class="reference internal" href="update_model_landuse.html">Example: Update Wflow model (landuse)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_forcing.html">Example: Update Wflow model (forcing)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_gauges.html">Example: Update Wflow model (gauges)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_water_demand.html">Example: Update Wflow model with water demand</a></li>
<li class="toctree-l3"><a class="reference internal" href="connect_to_1d_model.html">Example: Connect Wflow to a 1D river model</a></li>
</ul>
</details></li>
Expand Down Expand Up @@ -514,7 +515,7 @@ <h2>Read wflow staticmaps<a class="headerlink" href="#Read-wflow-staticmaps" tit
* time (time) int32 48B 1 2 3 4 5 6 7 8 9 10 11 12
* layer (layer) int32 16B 0 1 2 3
spatial_ref int32 4B 0
Data variables: (12/86)
Data variables: (12/92)
x_out (latitude, longitude) float64 25kB nan nan ... nan nan
y_out (latitude, longitude) float64 25kB nan nan ... nan nan
idx_out (latitude, longitude) int32 12kB -1 -1 -1 ... -1 -1 -1
Expand Down
1 change: 1 addition & 0 deletions dev/_examples/plot_wflow_forcing.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
<li class="toctree-l3"><a class="reference internal" href="update_model_landuse.html">Example: Update Wflow model (landuse)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_forcing.html">Example: Update Wflow model (forcing)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_gauges.html">Example: Update Wflow model (gauges)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_water_demand.html">Example: Update Wflow model with water demand</a></li>
<li class="toctree-l3"><a class="reference internal" href="connect_to_1d_model.html">Example: Connect Wflow to a 1D river model</a></li>
</ul>
</details></li>
Expand Down
11 changes: 6 additions & 5 deletions dev/_examples/plot_wflow_results.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dev/_examples/plot_wflow_staticmaps.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@
<li class="toctree-l3"><a class="reference internal" href="update_model_landuse.html">Example: Update Wflow model (landuse)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_forcing.html">Example: Update Wflow model (forcing)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_gauges.html">Example: Update Wflow model (gauges)</a></li>
<li class="toctree-l3"><a class="reference internal" href="update_model_water_demand.html">Example: Update Wflow model with water demand</a></li>
<li class="toctree-l3"><a class="reference internal" href="connect_to_1d_model.html">Example: Connect Wflow to a 1D river model</a></li>
</ul>
</details></li>
Expand Down
39 changes: 20 additions & 19 deletions dev/_examples/prepare_ldd.html

Large diffs are not rendered by default.

Loading

0 comments on commit bd4db25

Please sign in to comment.