Download Latest Version v1.0.3 source code.zip (7.3 MB)
Email in envelope

Get an email when there's a new version of Wflow.jl

Home / v1.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-12-10 2.4 kB
v1.0.0 source code.tar.gz 2025-12-10 7.2 MB
v1.0.0 source code.zip 2025-12-10 7.3 MB
Totals: 3 Items   14.5 MB 0

Diff since v0.8.1

Breaking changes

  • Refactor TOML file, most important changes include: there is now a distinction between static, cyclic and forcing input ([input.static], [input.cyclic] and [input.forcing]) without the need to specify the internal cyclic and forcing variables in a list (only an external name mapping is required), state variables are listed below the [state.variables] TOML section and use of more clearly defined TOML output sections.
  • Mapping of internal model variable and parameter names based on the CSDMS Standard Names, changing the required names in the TOML file.
  • Refactor SimpleReservoir and Lake structs by introducing a Reservoir struct that combines data and functionality of both structs. For the simple reservoir a rating curve type (4) has been added. To represent reservoirs, (natural) lakes or other water storage features that can be represented by the available functionality the common name reservoir is used, also for the standard names of associated model variables and parameters.
  • Replaced the variables that can exchange through BMI (list of model components) by a list of standard names below the [API] TOML section.
  • Removed default values for the following (sensitive) input parameters: khfrac, kv_0, kv, f, c, theta_s, theta_r, soilthickness, canopygapfraction, rootingdepth and pathfrac.
  • Removed support for one layer models, and therefore also removed the topog_sbm_transfer__flag option. With this removal, the default soil layer thickness is set to [100, 300, 800].
  • The infiltration capacity of soil, represented by parameter infiltcapsoil, is now determined from the actual saturated hydraulic conductivity at the soil surface using parameters kv_0 and kvfrac, better linking it to soil properties. Setting infiltcapsoil directly by an external netCDF variable is not supported anymore.
  • Removed the GroundwaterExchange component that can be used to replace the kinematic wave lateral subsurface flow routing with an external groundwater model (e.g. Modflow).
  • Removing of HBV and FLEXTopo vertical concepts.

The full list of changes can be found in the changelog in the documentation.

Source: README.md, updated 2025-12-10