@@ -204,7 +204,8 @@ def get_destination_data(self, dest_cells, to_recarray=True):
204204 Parameters
205205 ----------
206206 dest_cells : list or array of tuples
207- (k, i, j) of each destination cell (zero-based)
207+ (k, i, j) of each destination cell for MODPATH versions less than
208+ MODPATH 7 or node number of each destination cell. (zero based)
208209 to_recarray : bool
209210 Boolean that controls returned series. If to_recarray is True,
210211 a single recarray with all of the pathlines that intersect
@@ -724,7 +725,8 @@ def get_destination_pathline_data(self, dest_cells, to_recarray=False):
724725 Parameters
725726 ----------
726727 dest_cells : list or array of tuples
727- (k, i, j) of each destination cell (zero-based)
728+ (k, i, j) of each destination cell for MODPATH versions less than
729+ MODPATH 7 or node number of each destination cell. (zero based)
728730 to_recarray : bool
729731 Boolean that controls returned pthldest. If to_recarray is True,
730732 a single recarray with all of the pathlines that intersect
@@ -1180,7 +1182,8 @@ def get_destination_endpoint_data(self, dest_cells, source=False):
11801182 Parameters
11811183 ----------
11821184 dest_cells : list or array of tuples
1183- (k, i, j) or (node,) of each destination cell (zero-based)
1185+ (k, i, j) of each destination cell for MODPATH versions less than
1186+ MODPATH 7 or node number of each destination cell. (zero based)
11841187 source : bool
11851188 Boolean to specify is dest_cells applies to source or
11861189 destination cells (default is False).
@@ -1630,7 +1633,8 @@ def get_destination_timeseries_data(self, dest_cells):
16301633 Parameters
16311634 ----------
16321635 dest_cells : list or array of tuples
1633- (k, i, j) or nodes of each destination cell (zero-based)
1636+ (k, i, j) of each destination cell for MODPATH versions less than
1637+ MODPATH 7 or node number of each destination cell. (zero based)
16341638
16351639 Returns
16361640 -------
0 commit comments