From 8c3c84ddd0bf57be905f4a698734835b1a159b6e Mon Sep 17 00:00:00 2001 From: hboisgon Date: Fri, 8 Nov 2024 11:58:59 +0800 Subject: [PATCH] update review comments --- docs/changelog.rst | 2 +- hydromt_wflow/wflow.py | 2 +- hydromt_wflow/workflows/soilgrids.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 530d6f8c..48a35e5d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,7 +27,7 @@ Fixed - Error in computation of LAI values from mapping to landuse in **setup_laimaps**. PR #297 - IO error for write_states in write. PR #297 - Creating the staticgeoms folder if it does not already exist (eg when dir_input is provided). PR #297 -- Pedotransfer function for estimation of residual water content. PR #300 +- Pedo-transfer function for estimation of residual water content. PR #300 v0.6.1 (16 September 2024) ========================== diff --git a/hydromt_wflow/wflow.py b/hydromt_wflow/wflow.py index b544d940..42ed7021 100644 --- a/hydromt_wflow/wflow.py +++ b/hydromt_wflow/wflow.py @@ -3638,9 +3638,9 @@ def setup_other_demand( These maps are created from a supplied dataset that either contains one or all of the following variables: - - `Domestic` water demand - `Industrial` water demand - `Livestock` water demand + - `Domestic` water demand (without population downsampling) For each of these datasets/ variables a gross and a netto water demand should be provided. They can either be provided cyclic or non-cyclic. The diff --git a/hydromt_wflow/workflows/soilgrids.py b/hydromt_wflow/workflows/soilgrids.py index 9412226a..9043efcb 100644 --- a/hydromt_wflow/workflows/soilgrids.py +++ b/hydromt_wflow/workflows/soilgrids.py @@ -886,7 +886,7 @@ def update_soil_with_paddy( """ if len(wflow_layers) != len(target_conductivity): raise ValueError( - "Lengths of wflow_thicknesslayers and target_conductivity does not " "match" + "Lengths of wflow_thicknesslayers and target_conductivity does not match" ) # Set kvfrac maps, determine the fraction required to reach target_conductivity