The eWaterCycle package makes it easier to use hydrological models without having intimate knowledge about how to install and run the models.
- Uses container for running models in an isolated and portable way with grpc4bmi and Remote BMI
- Generates rain and sunshine required for the model using ESMValTool
- Supports observation data from GRDC or USGS
- Exposes simple interface to quickly get up and running
Changes in 2.4.0
Added
- support for Remote BMI, an OpenAPI based alternative for grpc4bmi (#467).
.get_shape_area()
utility method to the ewatercycle Forcing objects. This returns the area of the shapefile in square meters, useful for converting the results of lumped models (e.g., from mm/day to m3/s) (#464)..plot_shape()
utility method to the ewatercycle Forcing objects. This allows plotting the shapefile in a single-line of code, or adds the shapefile to an existing plot (#464).ewatercycle.util.get_package_versions()
to aid in reproducibility. The function can be used in, e.g., notebooks to show what ewatercycle + plugins is installed (#466).