Releases: UW-Hydro/MetSim
Releases · UW-Hydro/MetSim
Version 1.1.0
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
swevariable 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
mtclimanddisaggregatefunctions to reduce interdependency and
increase modularity. By Andrew Bennett. - Removed
swecalculations. By Andrew Bennett - Added support for UTC-based time. Use
utc_offset = Trueto 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.