Wflow

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

Merge remote-tracking branch 'origin/master'

Fixed hbv unittest

README.rst update example and GDAL version

`-T 100` was not working since the .ini has only one month.

Merge pull request #13 from openstreams/pyinstaller

support PyInstaller as bundler

support PyInstaller as bundler

Tested with PyInstaller 3.2.1, resulting exes can run

`wflow_rhine_sbm_nc` example without errors. Also all executables can

start without crashing (unless they do because of missing command line

arguments).

If UPX is available, compression will be applied. Even with compression

the size of the final dist folder is currently around 280 MB. This can

possibly be reduced by looking at what

[excludes](http://pyinstaller.readthedocs.io/en/stable/spec-files.html)

are possible to add.

fix import

add missing sys and raise ValueError

some errors that prevented me from running it with PyInstaller

    • -8
    • +8
    /wflow-py/wflow/wf_DynamicFramework.py
    • -12
    • +13
    /wflow-py/wflow/wflow_extract.py