How to assign the heterogeneous permeability coefficient K in Nested mesh problem (DISV)? #2039
-
Hi, I follow this case '5. Nested Grid Problem': The code is as follows: My question is how can I generate a model that assigns a different permeability coefficient K, For example, in the standard grid DIS, assuming that my study area is 64*64 layer, i.e. k11(1,64,64), I can operate with K=k11 in the permeability assignment, in which case k11 can be heterogeneous. However, in DISV, because the grid contains nested grids, I can't directly assign values with a matrix, and of course I don't want my permeability coefficient to be just a constant C, so what should I do? I failed after some attempts and did not see the proper documentation (different assignment of permeability coefficient in DISV). Hope to get your help, or documentation. Looking forward to receiving your reply. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @tju999, Perhaps take a look at some of the utilities for intersecting your grid with shapes or rasters. The former will allow you to identify which cells lie within a particular zone and specify different k-values for different zones. With rasters you can resample your raster containing k-values to your particular grid. Hope that helps! |
Beta Was this translation helpful? Give feedback.
The example problem has a single layer as far as I can tell, so your k-list or array should have the following shape:
You're trying to add a list of 3 k11-values for each cell in the layer, which is why you're getting an error.