sljardine / upstream

MIT License
0 stars 0 forks source link

The variable "barrier_count" is being misused #14

Closed sljardine closed 1 year ago

sljardine commented 1 year ago

The variable "barrier_count" is the number of culverts combined because they were on the same streamline with the same "partial_dn" calculation. In the app "barrier_count" is being used as the # of culverts downstream of a particular culvert.

sljardine commented 1 year ago

The # of upstream and downstream barriers should be created in culverts_opt and integrated in upstream. "barrier_count" should not be a variable accessible in Explore.

sljardine commented 1 year ago

Fixed on 8/14 commit to main.