CH-Earth / summa

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

Bugfix/write gru parameters #460

Closed martynpclark closed 3 years ago

martynpclark commented 3 years ago

This is just one line of additional code to enable writing GRU parameters. Previously there was a graceful failure if you added a GRU parameter to the ModelOutput file (e.g., a routing parameter). We now have a new case statement to accommodate the need to write GRU parameters.