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

Prepare validation data for wflow #150

Open hboisgon opened 1 year ago

hboisgon commented 1 year ago

For now we only prepare model input data but could be useful to export some validation data as well such as:

laurenebouaziz commented 1 year ago

in wflow.py: plot_dischage( discharge_fn=grdc, starttime = "2010-01-01", endtime = "2011-01-01", ids = [12223434, 12243545,] )

read in data read in self.results enter a new workflow or same level as utils.py and wflow.py -- plot script with detailed functions.

and then this can be used in update function of wflow (through the ini file and directly in pyhton script). [plot_dicharge]