You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
during my current work with flopy 3.3.2 I ran into the problem that the mfdis.get_lrc() method does return layer and row information with zero base (for first layer and row of the model) but the output for columns starts with 1.
Could that be caused by line 577 in the mfdis.py script:
line 577: v.append((k - 1, i - 1, j))
causing j to be handed back in line 578 instead of j-1?
Greetings,
Patrick
The text was updated successfully, but these errors were encountered:
phaehnel
changed the title
Non-zero based column output from mfdis.get_lcr()
Non-zero based column output from mfdis.get_lrc()
Jan 19, 2021
Hi there,
during my current work with flopy 3.3.2 I ran into the problem that the mfdis.get_lrc() method does return layer and row information with zero base (for first layer and row of the model) but the output for columns starts with 1.
Could that be caused by line 577 in the mfdis.py script:
line 577: v.append((k - 1, i - 1, j))
causing j to be handed back in line 578 instead of j-1?
Greetings,
Patrick
The text was updated successfully, but these errors were encountered: