DeltaRCM / pyDeltaRCM

Delta model with a reduced-complexity approach
https://deltarcm.org/pyDeltaRCM/
MIT License
18 stars 11 forks source link

Getting starting cells for parcels implicitly assumes that inlet is located along x=0 coordinate #241

Open amoodie opened 2 years ago

amoodie commented 2 years ago

Getting starting cells for parcels implicitly assumes that inlet is located along x=0 coordinate.

This has not been an issue so far, but could be better generalized to have self.inlet be a list of flat cell indices, or a nx2 list of x-y indices (probably preferring the former).