I want to confirm the values that the GIS Pre-processor are providing for So (bed slope) and ChnSlp (channel side slope) are correct (in Route_link.nc). In the documentation, these are both given units of % (drop/length). However, the WRF-Hydro documentation says both should have units of m/m (Appendix A9 in the technical description).
The GIS Pre-processor python code actually appears to calculate So with units of m/m (elevation drop / channel length), but the default values of ChnSlp don't make sense if they should be in m/m also. A ChnSlp of 0.03 would be a H:V ratio of 33, which is not reasonable, but a value of 0.3 would be a H:V ratio of 3.33, which makes more sense.
Could someone help clarify this issue? Thank you!