Wflow

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update wflow_W3RA.ini (start/end time)

Update wflow_W3RA.ini file

Deleted html folder

    • -10598
    • +0
    /html/_static/jquery-3.4.1.js
README.rst not updated in last commit

Installation notes and environment.yml

- Update of installation notes (explicitly mention pip install of wflow for conda env, also related to removal of pip git wflow install from environment.yml)

- Removed pip git wflow install from environment.yml

    • -0
    • +10598
    /html/_static/jquery-3.4.1.js
Ignore/solve warnings

- ignore Numba warning: Encountered the use of a type that is scheduled for deprecation: type 'reflected list' Further usability enhancements for this feature are scheduled for the 0.47.0 release cycle.

- non-tuple sequence (List) was used in wflow_bmi_combined.py (FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated). Casted to tuple.

Added example model to wflow_lintul doc

Some missing files now also added

Wflow_lintul update

- added pcraster import

- example of coupled wflow_sbm and wflow_lintul models for Brantas basin

  1. … 182 more files in changeset.
Update of release notes (doc)

Update awra-l_stores_fluxes.png

    • binary
    /doc/_images/awra-l_stores_fluxes.PNG
    • binary
    /doc/_images/awra-l_stores_fluxes.png
Typo in file (docs)

Readthedocs problem with "automodule"

Mock modules conf.py

- added cftime and xarray packages

Readthedocs stuff

Added readthedocs.yml

Readthedocs and exe stuff

Changes to be committed:

modified: doc/conf.py

new file: doc/environment.yml

modified: wflow_all.spec

    • -0
    • +27
    /doc/environment.yml
Added pip wflow to enviroment.yml

- pip install of wflow now from git: git+https://github.com/openstreams/wflow.git

Removed pip wflow

Readthedocs cannot import wflow.version..

- added try/except in __init__.py for now

Update of docs and wflow_sbm

Add fallback_version to setup.py (use_scm_version)

Setup.py changed for version.py file

use_scm_version = {'write_to': 'wflow/version.py'}

Version and xarray

- Added xarray for wflow_w3

- Improved handling wflow version

Update hbv sphy w3ra w3 models + example for wflow_w3

    • binary
    /doc/_images/SPHY_overview.jpg
    • binary
    /doc/_images/awra-l_stores_fluxes.PNG
    • binary
    /examples/wflow_ganga_sphy/instate/BaseR.map
    • binary
    /examples/wflow_ganga_sphy/instate/BaseRAold.map
    • binary
    /examples/wflow_ganga_sphy/instate/Gw.map
    • binary
    /examples/wflow_ganga_sphy/instate/GwRecharge.map
    • binary
    /examples/wflow_ganga_sphy/instate/QRAold.map
    • binary
    /examples/wflow_ganga_sphy/instate/RainRAold.map
    • binary
    /examples/wflow_ganga_sphy/instate/RootDrain.map
    • binary
    /examples/wflow_ganga_sphy/instate/RootWater.map
    • binary
    /examples/wflow_ganga_sphy/instate/SnowRAold.map
  1. … 230 more files in changeset.
Update wf_DynamicFramework.py

__version__ wf_DynamicFramework and docs

__version__ in wf_DynamicFramework changed to wflow.__version__

(now also working with PyInstaller)

update of documentation (docs)

    • binary
    /doc/_images/stream_flowchart.png
Removed versioneer import

STREAM added to wflow

Hydrological model STREAM is now added to the wflow framework.

Including documentation and an example (examples/wflow_stream/).

This was part of MSc. thesis work "Routing and calibration of distributed hydrological models" by Alkemade (2019):

Alkemade, G.I., 2019, Routing and calibration of distributed hydrological models, MSc. Thesis, VU Amsterdam, Faculty of Science, Hydrology.

    • binary
    /doc/_images/stream_flowchart.PNG
    • -0
    • +150
    /doc/wflow_stream.rst
    • binary
    /examples/wflow_stream/inmaps/inmaps.nc
    • binary
    /examples/wflow_stream/instate/Ground_water.map
    • binary
    /examples/wflow_stream/instate/available_water.map
    • binary
    /examples/wflow_stream/instate/snow.map
    • binary
    /examples/wflow_stream/staticmaps/C.map
    • binary
    /examples/wflow_stream/staticmaps/cropf.map
    • binary
    /examples/wflow_stream/staticmaps/meltf.map
    • binary
    /examples/wflow_stream/staticmaps/togwf.map
    • binary
    /examples/wflow_stream/staticmaps/wflow_ldd.map
    • binary
    /examples/wflow_stream/staticmaps/wflow_subcatch.map
    • binary
    /examples/wflow_stream/staticmaps/whc.map
    • -0
    • +47
    /examples/wflow_stream/wflow_stream.ini
    • -0
    • +441
    /wflow/wflow_stream.py
Setuptools_scm also in setup.py