Releases: eWaterCycle/ewatercycle
1.3.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
- Directory argument to
ewatercycle.forcing.generate()
(#145)
Changed
- Improved performance of forcing generation of LISFLOOD model (#301)
1.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
1.1.4
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
- 2020.1.3 version of wflow model (#270)
Changed
- Replace Cartesius section in system setup docs with Snellius (#273)
Fixed
1.1.3
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
1.1.2
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
- Timeout for model setup set to 5 minutes (#244)
- Use mamba for installation instructions (#136)
- Use version 1.2.0 of CITATION.cff format
- Moved package to src/ (#228)
Fixed
1.1.1
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
Fixed
- Zenodo DOI
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)
1.0.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
- Documentation
- Example notebooks
- Setup guide (#120)
- HPC cluster guide
- Forcing generation using ESMValTool (#28, #87)
- Available parameter sets (#118)
- PyMT inspired interface for following models
- LISFLOOD
- MARRMoT M01 and M14
- PCR-GLOBWB
- wflow
- Model methods to get and set values based on spatial coordinates (#53, #140)
- Model method to get value as a xarray dataset (#36)
- Containerized models using grpc4bmi
- Configuration files for system setup
- Hydrograph plotting (#54)
- Typings
- iso8601 time format (#90)
Changed
- GRDC returns Pandas dataframe and metadata dict instead of xarray dataset (#109)