Releases: UW-Hydro/MetSim
2.2.2
2.2.1
2.2.0
2.1.3
2.1.1
2.1.0
Enhancements
- Allow for specification of constant fields, through addition of an optional constant_vars section.
- Update version requirements to be less strict, and take advantage of new features
Bug fixes
- Fix for last time chunk when using
out_freq
- Preserve dictionary ordering when using python 3.5 or earlier (fixes ascii read)
Bugfix release for long int dimensions.
Merge pull request #159 from UW-Hydro/develop Fix datatype conversion for dimensions
2.0.0
MetSim 2.0.0
The newest release of MetSim provides an overhaul of the driver infrastructure which drastically decreases memory requirements for parallel runs as well as providing better parallel scaling, multi-node runs, and flexible domain decomposition via chunking.
Version 2.0.0 also implements UTC time offsets for large scale simulations and implements a new triangular precipitation disaggregation method. Various bugfixes and usability enhancements have also been implemented.
2.0.0_alpha
This is the testing release for version 2.0.0. Complete documentation will be provided in the full release.
The bulk of this release is streamlining the base MetSim configuration as well as architectural changes to better address parallelism. The default settings have not incorporated any functional changes. Several new features have been implemented:
- dask-based parallelism model: this scales better and requires much less memory overhead than the previous versions
- triangular precipitation disaggregation: see the updated docs for information and citations
- UTC offsets for large scale runs
Triangular precipitation reference
Merge pull request #149 from arbennett/fix/authors Add Zenodo author list