Convert from structured grid to disv - how to get cell IDs? #2486
Replies: 1 comment
-
If the node ordering of the new grid is consistent with the node ordering of the original grid, then you could use the original modelgrid object to create a map of layer, row, col to node number. The If the node ordering of the new grid is not consistent with the original grid, you could use intersect the cell centers of the original grid with the new |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to convert an existing model from a structured grid to a DISV grid. I can import the model fine, and create the DISV grid following the example here but all of the packages (MAW, for example) retain the original (layer, row, column) coordinates. What (I think) I need is a routine that converts (layer, row, column) to cellid. Surely something like this has been done before? Thanks
Beta Was this translation helpful? Give feedback.
All reactions