Published September 8, 2026
| Version 2.5.0
Software
Open
eWaterCycle Python package
Authors/Creators
- 1. Netherlands eScience Center
- 2. Delft University of Technology
Description
[2.5.0] (2026-09-08)
Added
model.logsproperty to inspect the logs of a containerized model (#470).ewatercycle.util.plot_catchment()to plot a catchment shapefile, either as a new figure or onto an existing cartopyGeoAxes(#485).ewatercycle.observation.grdc.get_grdc_data_monthly()for reading monthly GRDC station files (.txtonly; NetCDF is not supported). Returns original streamflow, GRDC-calculated streamflow and the validity flag (#494).hydrograph()now acceptsxarray.Datasetandxarray.DataArrayin addition topandas.DataFrame(#493).metrics_listargument tohydrograph(), to choose which goodness-of-fit metrics are shown. Metrics can be given by full name, abbreviation or function name (any HydroErr metric), or as a callable (#493).selected_yearargument tohydrograph(), to plot a single year from a longer time series (#493).ERA5-Landto the predefined forcing datasets (ewatercycle.forcing.DATASETS) (#499).CARAVAN_CACHEenvironment variable. When set to a directory containing the Caravan NetCDF files and ashapefiles/combined.shp,CaravanForcingreads from that local copy instead of the 4TU OPeNDAP server. On eWaterCycle machines Caravan v1 is at/data/shared/climate-data/caravanand Caravan v1.6 at/data/shared/climate-data/caravan1_6(#492, #495).- Support for Caravan v1.6 in
CaravanForcing. The version in use is detected from the dataset itself rather than from where it was loaded, so either version can be given viaCARAVAN_CACHE. Caravan v1.6 provides potential evaporation from both ERA5-Land (evspsblpot) and FAO Penman-Monteith (evspsblpot_FAO), and the FAO Penman-Monteith catchment propertiespet_mean_FAO_PM,aridity_FAO_PM,moisture_index_FAO_PMandseasonality_FAO_PM(#500). - Support for PCR-GLOBWB 2.0, released separately as ewatercycle-pcrglobwb v0.2.1. The plugin now runs the
ghcr.io/ewatercycle/pcrglobwb-grpc4bmi:v0.2.1image instead ofewatercycle/pcrg-grpc4bmi:setters, so the model version string changes from"setters"to"v0.2.1"(ewatercycle-pcrglobwb#10). - Documentation for remotebmi as an alternative to grpc4bmi (#471).
- The HBV, WflowJl and SWMM plugins are now listed in the plugin documentation and the user guide (#489, #490, #497).
Changed
- The minimum supported Python version is now 3.11, and Python 3.13 and 3.14 have been added to the classifiers (#500).
hydrographmoved fromewatercycle.analysisinto its own module,ewatercycle.analysis.hydrograph. It is still re-exported, sofrom ewatercycle.analysis import hydrographkeeps working (#493).- Goodness-of-fit metrics in
hydrograph()are now computed with HydroErr instead of hydrostats. The default set is NSE, KGE (2009), SA and ME, rendered in a table below the plot with full metric names (#493). hydrograph()plot styling: automatic date tick placement, rotated%Y-%mlabels, legend moved outside the axes, and a default title derived from the reference series (#493).- GRDC station metadata is parsed by header key instead of by fixed line number, so files with a different header layout no longer produce silently missing metadata (#481).
CITATION.cffupdated (#476).
Fixed
- Makkink forcing generation now works with any climate model dataset. CF decoding is deferred until after loading (keeping Dask happy),
time_bndsis loaded into memory before merging, and the half-day time offset usespandas.Timedeltainstead ofnumpy.timedelta64(#487). - The half-day offset in
merge_esvmaltool_datasets()uses the"12h"frequency alias instead of the deprecated"12H", which raises aFutureWarningon pandas 2.2 and is removed in pandas 3.0 (#500). - Monthly GRDC files could not be read, because they use a day of
00that pandas cannot parse. These dates are now mapped onto the first day of the month (#500). - Selecting a Caravan basin now works whether the basin IDs are stored as bytes or as strings (#500).
- Broken user guide link in the README (#474).
Dependencies
- Added
HydroErr.
Notes
Files
eWaterCycle/ewatercycle-2.5.0.zip
Files
(1.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:a86d11fd1a1876d2f30ef37b13161cfc
|
1.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/eWaterCycle/ewatercycle/tree/2.5.0 (URL)
Software
- Repository URL
- https://github.com/eWaterCycle/ewatercycle