Skip to content

Releases: UW-Hydro/MetSim

Version 1.1.0

30 May 16:57
2d91edd
Compare
Choose a tag to compare

v1.1.0

Enhancements

  • Added option to use forcing start/stop dates to define run length (:issue:93).
    By Joe Hamman.
  • Added option a flexible time grouper when chunking MetSim runs (:issue:93).
    By Joe Hamman.
  • Improved configuration validation by checking for correctness of output variables (:issue:96)
    By Andrew Bennett
  • Added option to skip reading swe variable from state file if it is not
    going to be used by MtClim. (#103). By Joe Hamman.
  • Added support for supplying a glob-like file path or multiple input forcing
    files (netCDF) (#126). By Joe Hamman.
  • Refactored mtclim and disaggregate functions to reduce interdependency and
    increase modularity. By Andrew Bennett.
  • Removed swe calculations. By Andrew Bennett
  • Added support for UTC-based time. Use utc_offset = True to enable. By Andrew Bennett

Bug fixes

  • Fixed bug where output files were not written with the appropriate calendar
    encoding attribute (#97).
    By Joe Hamman.
  • Fixed a bug where invalid timesteps were used in subdaily disaggregation.
    Added a clear error message explaining that subdaily timesteps must be evenly
    divisible into 24 hours and less than 6 hours in length. #110).
    By Joe Hamman.
  • Fixed a bug during disaggregation when t_min > t_max. This now raises
    an exception.
    By Andrew Bennett.

v1.0

09 Aug 00:39
Compare
Choose a tag to compare

First major point release.

v0.1

13 Mar 22:22
Compare
Choose a tag to compare

Initial release of MetSim.