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
bmorph relies on an undocumented assumption when using SCBC that flows coming out of the local bias correction are volumes and need to have a specific modification to the network topology basin areas so that when rerouting mizuRoute interprets the flows correctly. In the case of daily flows the basin areas must be set to 86,400,000 which is the number of milliseconds in a day to work appropriately. If the basin areas are left as is, the flows will be converted to incorrect units, but simply run through mizuRoute. Here's a comparison - scaled is the correct version and unscaled is if you use the actual physical areas:
The text was updated successfully, but these errors were encountered:
It's probably not simply milliseconds/day, but a combination of seconds/day and some other unit conversion (like mm /m). Obviously the end result is the same, but it may provide a hint in tracking this down in the code.
bmorph
relies on an undocumented assumption when using SCBC that flows coming out of the local bias correction are volumes and need to have a specific modification to the network topology basin areas so that when rerouting mizuRoute interprets the flows correctly. In the case of daily flows the basin areas must be set to86,400,000
which is the number of milliseconds in a day to work appropriately. If the basin areas are left as is, the flows will be converted to incorrect units, but simply run through mizuRoute. Here's a comparison - scaled is the correct version and unscaled is if you use the actual physical areas:The text was updated successfully, but these errors were encountered: