Open amoodie opened 2 years ago
Getting starting cells for parcels implicitly assumes that inlet is located along x=0 coordinate.
x=0
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).
self.inlet
nx2
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 anx2
list of x-y indices (probably preferring the former).