Skip to content

I can't run my model in any way #1762

Closed Answered by spaulins-usgs
Alvin-prc asked this question in Q&A
Discussion options

You must be logged in to vote

There is a problem with the CHD package cells you are storing in the right_bound variable.

right_bound.append([lay, row, -1, right_head, right_head])

You have column set to -1, which is not valid. If you intend to have these CHD cells on the right-hand edge of your model change that line to:

right_bound.append([lay, row, ncol - 1, right_head, right_head])

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Alvin-prc
Comment options

Answer selected by Alvin-prc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants