Gridgen for multi-layer disv #2634
-
|
Seems like the way to get a multi layer disv is to pass same refinement feature to every model layer. This seems inefficient, as the whole point of disv is that the lateral connectivity is the same in every layer (right?). Is there a way to run a 1 layer disv model and post process the gridgen connectivity output into n layers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @RyanConway91, I'm wondering if it isn't straightforward to just call GRIDGEN with 1 layer and then change |
Beta Was this translation helpful? Give feedback.
Hi @RyanConway91, I'm wondering if it isn't straightforward to just call GRIDGEN with 1 layer and then change
nlayandbotmbefore before creating the flopy model? As you said, the vertices and cell2d blocks should be the same for any number of layers. Maybe I'm missing something? There shouldn't be a need to get connectivity if you are using DISV, but that would be an issue for a DISU grid.