-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add function to compare model results with measurements #258
Add function to compare model results with measurements #258
Conversation
…liteit-voor-vergelijking-met-metingen-en-kalibratie
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments for clarification, otherwise should be all good to go!
.values[modellayer - 1] | ||
) | ||
elif ds.gridtype == "vertex": | ||
icelld2 = gi.intersect(Point(o.x, o.y))["cellids"][0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
icell2d? Or are we using cellid everywhere in nlmod?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we use icell2d as an integer value of a cell in a 2dimensional vertex grid and we use cellid for a list or tuple with (layer, row, col) or (layer, icell2d).
Added functions to:
Besides this PR: