Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hboisgon committed May 22, 2024
1 parent f27a26f commit c1db0b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Setup components
WflowModel.setup_glaciers
WflowModel.setup_lulcmaps
WflowModel.setup_laimaps
WflowModel.setup_laimaps_from_lulc_mapping
WflowModel.setup_ksathorfrac
WflowModel.setup_rootzoneclim
WflowModel.setup_soilmaps
Expand Down Expand Up @@ -155,6 +156,7 @@ Setup components
WflowSedimentModel.setup_reservoirs
WflowSedimentModel.setup_lulcmaps
WflowSedimentModel.setup_laimaps
WflowSedimentModel.setup_laimaps_from_lulc_mapping
WflowSedimentModel.setup_canopymaps
WflowSedimentModel.setup_soilmaps
WflowSedimentModel.setup_riverwidth
Expand Down Expand Up @@ -247,6 +249,9 @@ Wflow workflows
workflows.river_bathymetry
workflows.pet
workflows.landuse
workflows.lai
workflows.lulc_lai_mapping
workflows.lai_from_lulc_mapping
workflows.ksathorfrac
workflows.soilgrids
workflows.soilgrids_sediment
Expand Down
2 changes: 2 additions & 0 deletions docs/user_guide/sediment_model_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ a specific method see its documentation.
- This component derives several wflow maps are derived based on landuse- landcover (LULC) data.
* - :py:func:`~WflowSedimentModel.setup_laimaps`
- This component sets leaf area index (LAI) climatology maps per month.
* - :py:func:`~WflowModel.setup_laimaps_from_lulc_mapping`
- This component sets leaf area index (LAI) climatology maps per month based on landuse mapping.
* - :py:func:`~WflowSedimentModel.setup_canopymaps`
- Setup sediments based canopy height maps.
* - :py:func:`~WflowSedimentModel.setup_soilmaps`
Expand Down
2 changes: 2 additions & 0 deletions docs/user_guide/wflow_model_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ a specific method see its documentation.
- This component derives several wflow maps are derived based on landuse- landcover (LULC) data.
* - :py:func:`~WflowModel.setup_laimaps`
- This component sets leaf area index (LAI) climatology maps per month.
* - :py:func:`~WflowModel.setup_laimaps_from_lulc_mapping`
- This component sets leaf area index (LAI) climatology maps per month based on landuse mapping.
* - :py:func:`~WflowModel.setup_soilmaps`
- This component derives several (layered) soil parameters based on a database with physical soil properties using available point-scale (pedo)transfer functions (PTFs) from literature with upscaling rules to ensure flux matching across scales.
* - :py:func:`~WflowModel.setup_ksathorfrac`
Expand Down

0 comments on commit c1db0b1

Please sign in to comment.