When I was studying flopy's example flopy3_modpath7_unstructured_example.ipynb,
Run the following section and a warning appears,causing an error to occur in the following code
disv = flopy.mf6.ModflowGwfdisv( gwf, nlay=nlay, ncpl=ncpl, top=top, botm=botm, nvert=nvert, vertices=vertices, cell2d=cell2d, )
WARNING: Unable to resolve dimension of ('gwf6', 'disv', 'cell2d', 'cell2d', 'icvert') based on shape "ncvert".
I printed some disv information, is it cell2d problem
cell2d {internal} ([( 0, 250. , 10250. , 5, 0, 1, 2, 3, 0, None) ( 1, 750. , 10250. , 5, 1, 4, 5, 2, 1, None) ( 2, 1250. , 10250. , 5, 4, 6, 7, 5, 4, None) ( 3, 1750. , 10250. , 5, 6, 8, 9, 7, 6, None) ( 4, 2250. , 10250. , 5, 8, 10, 11, 9, 8, None) ( 5, 2750. , 10250. , 5, 10, 12, 13, 11, 10, None) ( 6, 3250. , 10250. , 5, 12, 14, 15, 13, 12, None)
Can anyone help me