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

MODFLOW-6 support #17

Open
maxwnewcomer opened this issue Sep 27, 2021 · 3 comments
Open

MODFLOW-6 support #17

maxwnewcomer opened this issue Sep 27, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@maxwnewcomer
Copy link
Owner

Would love to have an extension to NWTOPT for modflow-6. Mike already has the beginnings, but would be great to get this done after getting the main nwtopt stuff done.

@maxwnewcomer maxwnewcomer added the enhancement New feature or request label Sep 27, 2021
@mnfienen
Copy link
Collaborator

Here's the branch I'm working on in my fork: https://github.com/mnfienen/NWTOPT/tree/mf6

Hope to make more progress this week

@maxwnewcomer
Copy link
Owner Author

Looks great so far, seems like all you'll have to do is convert the ies params to file on the worker end of things. This is done in objective.py and is kind of a PITA to map them (the dictionary that the worker receives is a little confusing). A good testing setup would be to run the hyperopt-mongo-worker (found in environment bin) locally and start a fake optimization. Note that objective.py needs to be in the same directory as the hyperopt-mongo-worker for it to all work.

@maxwnewcomer
Copy link
Owner Author

Going to work on this implementation after Issue #21 is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants