Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostBuitink committed Nov 10, 2023
1 parent b3cfc22 commit 568d12c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 7 additions & 3 deletions docs/user_guide/sediment_model_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ a specific method see its documentation.
- This method add a new variable/column to the netcf/csv output section of the toml based on a selected gauge/area map.
* - :py:func:`~WflowSedimentModel.setup_constant_pars`
- Setup constant parameter maps.
* - :py:func:`~WflowModel.setup_staticmaps_from_raster`
* - :py:func:`~WflowModel.setup_grid_from_raster`
- Setup staticmaps from raster to add parameters from direct data.


Expand All @@ -86,13 +86,17 @@ and :py:func:`~hydromt_wflow.WflowSedimentModel.write_config` for the
- Wflow sediment files
* - :py:attr:`~hydromt_wflow.WflowSedimentModel.config`
- wflow_sediment.toml
* - :py:attr:`~hydromt_wflow.WflowSedimentModel.staticmaps`
* - :py:attr:`~hydromt_wflow.WflowSedimentModel.grid`
- staticmaps.nc
* - :py:attr:`~hydromt_wflow.WflowSedimentModel.staticgeoms`
* - :py:attr:`~hydromt_wflow.WflowSedimentModel.geoms`
- geometries from the staticgeoms folder (basins.geojson, rivers.geojson etc.)
* - :py:attr:`~hydromt_wflow.WflowSedimentModel.forcing`
- inmaps.nc
* - :py:attr:`~hydromt_wflow.WflowSedimentModel.states`
- instates.nc
* - :py:attr:`~hydromt_wflow.WflowSedimentModel.results`
- output.nc, output_scalar.nc, output.csv
* - :py:attr:`~hydromt_wflow.WflowSedimentModel.staticmaps` (deprecated, removed in hydromt_wflow v0.6.0)
- staticmaps.nc
* - :py:attr:`~hydromt_wflow.WflowSedimentModel.staticgeoms` (deprecated, removed in hydromt_wflow v0.6.0)
- geometries from the staticgeoms folder (basins.geojson, rivers.geojson etc.)
10 changes: 7 additions & 3 deletions docs/user_guide/wflow_model_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ a specific method see its documentation.
- Setup gridded reference evapotranspiration forcing at model resolution.
* - :py:func:`~WflowModel.setup_constant_pars`
- Setup constant parameter maps for all active model cells.
* - :py:func:`~WflowModel.setup_staticmaps_from_raster`
* - :py:func:`~WflowModel.setup_grid_from_raster`
- Setup staticmaps from raster to add parameters from direct data.


Expand All @@ -92,9 +92,9 @@ and :py:func:`~WflowModel.write_config` for the
- Wflow files
* - :py:attr:`~hydromt_wflow.WflowModel.config`
- wflow_sbm.toml
* - :py:attr:`~hydromt_wflow.WflowModel.staticmaps`
* - :py:attr:`~hydromt_wflow.WflowModel.grid`
- staticmaps.nc
* - :py:attr:`~hydromt_wflow.WflowModel.staticgeoms`
* - :py:attr:`~hydromt_wflow.WflowModel.geoms`
- geometries from the staticgeoms folder (basins.geojson, rivers.geojson etc.)
* - :py:attr:`~hydromt_wflow.WflowModel.forcing`
- inmaps.nc
Expand All @@ -104,3 +104,7 @@ and :py:func:`~WflowModel.write_config` for the
- tabular data (csv format, e.g. lake_hq.csv, lake_sh.csv)
* - :py:attr:`~hydromt_wflow.WflowModel.results`
- output.nc, output_scalar.nc, output.csv
* - :py:attr:`~hydromt_wflow.WflowModel.staticmaps` (deprecated, removed in hydromt_wflow v0.6.0)
- staticmaps.nc
* - :py:attr:`~hydromt_wflow.WflowModel.staticgeoms` (deprecated, removed in hydromt_wflow v0.6.0)
- geometries from the staticgeoms folder (basins.geojson, rivers.geojson etc.)

0 comments on commit 568d12c

Please sign in to comment.