Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to be able to update model arrays #24

Closed
wkitlasten opened this issue Jun 30, 2021 · 1 comment
Closed

Need to be able to update model arrays #24

wkitlasten opened this issue Jun 30, 2021 · 1 comment
Milestone

Comments

@wkitlasten
Copy link
Contributor

Trying to directly assign model arrays. For example after adjusting layer bottoms in _reachbyreach_elevs or _to_rno_elevs this results in Error: can't set attribute:

self.model.dis.botm.array = botm

But self.model.dis.botm = botm obliterates other information typically available through ngwf.model.dis.top.get_file_entry()

Any suggestions on how to set just the array, but leave the other information intact?

@wkitlasten
Copy link
Contributor Author

Should be fixed (at least for recent methods to get rtp) in PR #25

@mwtoews mwtoews added this to the 0.4 milestone Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants