Deltares / hydromt_wflow

Wflow plugin for HydroMT
https://deltares.github.io/hydromt_wflow/
GNU General Public License v3.0
18 stars 15 forks source link

Support rating curves tables (csv) for Lake modelling #148

Closed shartgring closed 1 year ago

shartgring commented 1 year ago

Original: It is possible to add hq and sh tables to a Wflow model using .csv files (see also https://deltares.github.io/Wflow.jl/stable/model_docs/lateral/waterbodies/). However, they are not recognized by HydroMT and thus not copied along when updating or clipping a Wflow model

Edit: support rating curve tables for lake modelling within hydromt wflow Allow to prepare lake modelling using rating curves when available:

hboisgon commented 1 year ago

Hi @shartgring . Correct, we only support one option for modelling lakes in HydroMT which is the Modified Puls approach. So we do not recognise the csv files or also the LakeOutflowFunc and LakeStorFunc parameters as mentioned in your other issue #149. Would be good to support the other approaches as well indeed.