Skip to content

Commit

Permalink
fix name to allocation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmijn committed May 31, 2024
1 parent 3cf4cc4 commit d0552a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hydromt_wflow/wflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2967,7 +2967,7 @@ def setup_allocation_areas(
The areas are based on the wflow model basins (at model resolution), the
wflow model rivers and optional provided administrative boundaries.
The allocations area will be an intersection the the wflow model basins and the
The allocation area will be an intersection the the wflow model basins and the
administrative boundaries (if provided). Small area that do not contain any
river cells will be merged with their larger bordering neighbors. The same
is done for those areas (even if they contain river cells) that fall under the
Expand Down Expand Up @@ -3044,9 +3044,9 @@ def setup_surfacewaterfrac(
`gwfrac_fn`.
waterareas_fn : Union[str, xr.DataArray]
The areas over which the water has to be distributed. This may either be
a global (or more local map) or it may be defined as `source_areas`.
When `source_areas` is provided, the source areas created by the
`setup_water_source_areas` will be used for this setup method.
a global (or more local map) or it may be defined as `allocation_areas`.
When `allocation_areas` is provided, the source areas created by the
`setup_allocation_areas` will be used for this setup method.
"""
# Load the data
gwfrac_raw = self.data_catalog.get_rasterdataset(
Expand Down

0 comments on commit d0552a5

Please sign in to comment.