2.2.0
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
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
Added
ewatercycle.esmvaltool.search.search_esgf
can now be used to find climate model ensembles on ESGF that have the required input variables for generating forcing data (#422).ewatercycle.observation.caravan.get_caravan_data()
(#432)
Fixed
get_usgs_data()
throws error (#414)get_usgs_data()
andget_grdc_data()
both return xarray.Dataset (#253)
Removed
- Caching mechanism from
get_usgs_data()
(#240)