CH-Earth / summa

Structure for Unifying Multiple Modeling Alternatives:
http://www.ral.ucar.edu/projects/summa
GNU General Public License v3.0
80 stars 104 forks source link

Bugfix/subset restart files #419

Closed arbennett closed 3 years ago

arbennett commented 3 years ago

This is a fix for #253, though it does not solve the problem in the most complete way as discussed in that issue. This uses the same workaround that is used to allow forcing files which are subsets of a full run, simply by keeping track of the local index of hru for each subset.

A more complete fix would include addressing #253, #393, and #401