You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.