1.1.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
Changed
- Compatible with ESMValTool 2.3 . Older versions (<2.3) of ESMValTool are no longer supported. (#219)
- README, CONTRIBUTING, CHANGELOG reformated from RestructedText to Markdown (#199)
Fixed
- ParameterSet can be outside CFG['parametersets_dir'] (#217)
- Link to nbviewer (#202)
- Pinned esmpy as temporary workaround for single CPU affinity (#234)
Removed
- Unused esmvaltool_config field in CFG (#152)