Wflow

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
remove pcraster dir

  1. … 180 more files in changeset.
remove pcraster dir

  1. … 180 more files in changeset.
remove packages dir with cx_Freeze exes

    • binary
    /packages/cx_Freeze-4.3.4.win-amd64-py2.7.exe
    • binary
    /packages/cx_Freeze-5.0.1.win-amd64-py2.7.exe
remove packages dir with cx_Freeze exes

    • binary
    /packages/cx_Freeze-4.3.4.win-amd64-py2.7.exe
    • binary
    /packages/cx_Freeze-5.0.1.win-amd64-py2.7.exe
remove packages dir with cx_Freeze exes

    • binary
    /packages/cx_Freeze-4.3.4.win-amd64-py2.7.exe
    • binary
    /packages/cx_Freeze-5.0.1.win-amd64-py2.7.exe
modelbuilder update: landuse.map > wflow_landuse.map

add bmi-python to wflow env

solved import issue with rasterio.control (modelbuilder.py now first entry in scriptpaths)

modelbuilder template update intbl files to include infinite no. of subcatch

  1. … 3 more files in changeset.
fix modelbuilder bug with empty geometry

it set all river ends to outlets

small update modelbuilder doc

fix netcdf4 to 1.3.1

since 1.4.0 breaks the build by requiring netcdftime as extra module and cftime (hidden import)

also put modelbuilder as last build, because when combining files the last ones overwrite, might fix the rasterio 'no module named control' error

Merge remote-tracking branch 'origin/master'

Explanatory comments added; some variable names updated. Untested but should be ok.

added hidden import cftime to wflow_all.spec solved small bug in reservoir: wflow_sbm - wf_DynamicFramework - ERROR - <type 'exceptions.AttributeError'>: 'WflowModel' object has no attribute 'filterResArea'

(cherry picked from commit 2ec95d3f4095a51f558ca183f21e1d8fc6088a91)

added hidden import cftime to wflow_all.spec solved small bug in reservoir: wflow_sbm - wf_DynamicFramework - ERROR - <type 'exceptions.AttributeError'>: 'WflowModel' object has no attribute 'filterResArea'

commented out line 167 (raise ValueError) in modelbuilder.py

added netcdftime dependency (netcdf4 version 1.4.0 (tag v1.4.0rel) removed netcdftime, since it is now a separate package. date2num, num2date and date2index still importable from netCDF4.

for simple reservoirs in wflow_sbm possible to include reservoir areas: - for precipitation and evaporation - requires staticmap with reservoir areas (for average precipitation and evaporation) - reservoir area can also included in tbl file ResSimpleArea.tbl or is calculated from staticmap reservoir areas - code checks first ResSimpleArea.tbl for a reservoir and if not available takes calculated area from staticmap

bugfix hydro-engine-geometry function

fixed no geom defined bug in hydro_engine_geometry function

add fiona to env

modelbuilder major update

- finding outlets automatically near the sea

- support latest hydro engine

- define own catchment

- uncoupling several options

don't crash if histogram is missing

lintul stop creating empty file

wflow_sbm_rtc handle no arguments

otherwise we get name 'configfile' is not defined

fix logging eror

wflow adapter print usage for no arguments

otherwise it would crash later on with

UnboundLocalError: local variable 'workdir' referenced before assignment

Merge branch 'master' of https://github.com/openstreams/wflow

drop lxml dependency

the produced xml is the same, just not pretty printed

if that's important better to consider

https://stackoverflow.com/a/17402424

tested against Matlab code (with P, T and PET (self.UseETPdata == 1)) LAImax not defined yet would be good to test also with self.UseETPdata == 0)