Skip to content

Commit

Permalink
Remove warning from nlmod.gwf.output.get_flow_lower_face
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencalje committed Jun 20, 2024
1 parent 8fb859b commit d9515cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlmod/gwf/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def get_flow_lower_face(
mask = grb_ja[ia] >= ja_start_next_layer
if mask.any():
# assert mask.sum() == 1
flf_index[ilay, icell2d] = int(ia[mask])
flf_index[ilay, icell2d] = int(ia[mask][0])
coords = ds["botm"][lays].coords
else:
coords = ds["botm"].coords
Expand Down

0 comments on commit d9515cd

Please sign in to comment.