Some TopoFlow components use a mix of units. For example, in SnowDegreeDay, Cp_snow uses Kelvin, while c0 uses Celsius. It would be better to use consistent units across components.
Rather than create separate issues, let's list the problem components in the comments, then clean up all of them at once.
Force all WMT parameters to be MKS, then convert to units required by TopoFlow in the pre-stage.py hook. (This is what @mcflugen does in the Hydrotrend hooks.)
Some TopoFlow components use a mix of units. For example, in SnowDegreeDay,
Cp_snow
uses Kelvin, whilec0
uses Celsius. It would be better to use consistent units across components.Rather than create separate issues, let's list the problem components in the comments, then clean up all of them at once.