Wflow

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add modelbuilder

Modelbuilder.py can be used to quickly set up a wflow model.

It uses https://github.com/Deltares/hydro-engine to determine the upstream catchments of a point,

and download the needed datasets. Meteo forcing is not included.

    • -0
    • +215
    /wflow-py/Scripts/wtools_py/modelbuilder.py
    • -0
    • +18
    /wflow-py/Scripts/wtools_py/settings.json
    • -103
    • +0
    /wflow-py/Scripts/wtools_py/wflow_fews.py
    • -17
    • +15
    /wflow-py/wflow/wflowtools_lib.py
add wflow_fews script to build

and move create_grid and static_maps to their new locations

import pcraster last

importing pcraster first seems to break osgeo import

reinit routing should now work again in command line

added extra test

    • -0
    • +21
    /wflow-py/UnitTests/Testwflow_sbm2bmi.py
Report now works with multi layer variables

    • -7
    • +16
    /wflow-py/wflow/wf_DynamicFramework.py
import sphy modules

wflow_sphy modules now imported as wflow.sphy.* time settings in dynamic part wflow_sphy now disabled Julian DOY in Hargreaves now from framework

    • -0
    • +15
    /wflow-py/wflow/sphy/ET.py
    • -0
    • +0
    /wflow-py/wflow/sphy/__init__.py
    • -0
    • +21
    /wflow-py/wflow/sphy/glacier.py
    • -0
    • +19
    /wflow-py/wflow/sphy/groundwater.py
    • -0
    • +15
    /wflow-py/wflow/sphy/hargreaves.py
  1. … 9 more files in changeset.
sphy modules now imported as wflow.*

reporting module

wflow_sphy example

    • binary
    /examples/wflow_ganga_sphy/inmaps/prec/prec0000.001
    • binary
    /examples/wflow_ganga_sphy/inmaps/prec/prec0000.002
    • binary
    /examples/wflow_ganga_sphy/inmaps/prec/prec0000.003
    • binary
    /examples/wflow_ganga_sphy/inmaps/prec/prec0000.004
    • binary
    /examples/wflow_ganga_sphy/inmaps/prec/prec0000.005
    • binary
    /examples/wflow_ganga_sphy/inmaps/prec/prec0000.006
    • binary
    /examples/wflow_ganga_sphy/inmaps/prec/prec0000.007
    • binary
    /examples/wflow_ganga_sphy/inmaps/prec/prec0000.008
    • binary
    /examples/wflow_ganga_sphy/inmaps/prec/prec0000.009
    • binary
    /examples/wflow_ganga_sphy/inmaps/prec/prec0000.010
    • binary
    /examples/wflow_ganga_sphy/inmaps/tavg/tavg0000.001
    • binary
    /examples/wflow_ganga_sphy/inmaps/tavg/tavg0000.002
    • binary
    /examples/wflow_ganga_sphy/inmaps/tavg/tavg0000.003
    • binary
    /examples/wflow_ganga_sphy/inmaps/tavg/tavg0000.004
    • binary
    /examples/wflow_ganga_sphy/inmaps/tavg/tavg0000.005
  1. … 73 more files in changeset.
Merge remote-tracking branch 'origin/master'

wflow_sphy install

    • -3
    • +6
    /wflow-py/make_wflow_exe_buildserver.py
Add files via upload

    • -0
    • +15
    /wflow-py/wflow/ET.py
    • -0
    • +21
    /wflow-py/wflow/glacier.py
    • -0
    • +19
    /wflow-py/wflow/groundwater.py
    • -0
    • +15
    /wflow-py/wflow/hargreaves.py
    • -0
    • +57
    /wflow-py/wflow/reporting.py
    • -0
    • +20
    /wflow-py/wflow/rootzone.py
    • -0
    • +7
    /wflow-py/wflow/routing.py
    • -0
    • +35
    /wflow-py/wflow/snow.py
    • -0
    • +21
    /wflow-py/wflow/subzone.py
    • -0
    • +15
    /wflow-py/wflow/timecalc.py
Add files via upload

    • -0
    • +1574
    /wflow-py/wflow/wflow_sphy.py
install on build server with errors: [Step 6/8] error: file 'D:\BuildAgent\work\wflow_exe\wflow-py\Scripts\wtools_py\StaticMaps.py' does not exist

    • -1
    • +1
    /wflow-py/make_wflow_exe_buildserver.py
update make_wflow_exe_buildserver.py

    • -6
    • +9
    /wflow-py/make_wflow_exe_buildserver.py
install on build server with errors: [Step 6/8] error: file 'D:\BuildAgent\work\wflow_exe\wflow-py\Scripts\wtools_py\StaticMaps.py' does not exist

Changed QuickFlow calculation (self.UpperZoneStorage+self.Percolation-(self.InUpperZone/2) can give negative values (self.CapFlux is missing here), resulting in missing values for QuickFlow)

updates voor wflowfews

updates voor wflowfews

    • -2
    • +5
    /wflow-py/Scripts/wtools_py/wflow_fews.py
    • -0
    • +273
    /wflow-py/wflow/create_grid.py
    • -0
    • +506
    /wflow-py/wflow/static_maps.py
    • -15
    • +274
    /wflow-py/wflow/wflowtools_lib.py
updates voor wflowfews

    • -56
    • +0
    /wflow-py/Scripts/wtools_py/CheckInput.py
    • -207
    • +0
    /wflow-py/Scripts/wtools_py/CreateGrid.py
    • -591
    • +0
    /wflow-py/Scripts/wtools_py/StaticMaps.py
    • -0
    • +100
    /wflow-py/Scripts/wtools_py/wflow_fews.py
    • -2
    • +1
    /wflow-py/wflow/wf_DynamicFramework.py
release notes updated

    • -1
    • +2
    /wflow-py/wflow/wf_DynamicFramework.py
reinit routing should now work again in command line

reinit hbv shouls now work again in command line

Merge remote-tracking branch 'origin/master'

reinit sbm shoudl now work again in command line

doc updates to support deltares style

Merge remote-tracking branch 'origin/master'

# Conflicts:

# wflow-py/UnitTests/TestFrameWork.py

fixed unittest