does flopy.export.utils.export_array_contours() work for disu? #1953
-
Im working with a octree disu. So though the model is disu, the concept of layers still applies. I get an error when I try and export head contours with flopy.export.utils.export_array_contours. I get why this would not work for an unlayered disu, but I think it should work for an octree grid. Is this method not supposed to work for disu or is something else going wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think array contours should work for unstructured grids whether or not layers are the same. Do you mind sharing steps to reproduce? #1975 adds a couple tests which seem to work. There was not previously a way to select which layer to export, and layer 0 was selected by default. The PR adds support for layer selection. Same layers Different layers |
Beta Was this translation helpful? Give feedback.
I think array contours should work for unstructured grids whether or not layers are the same. Do you mind sharing steps to reproduce?
#1975 adds a couple tests which seem to work. There was not previously a way to select which layer to export, and layer 0 was selected by default. The PR adds support for layer selection.
Same layers
Different layers