I'm using unstructured grid in modflow 6 (DISU package). When I create the ja array, I use the format: -1 2 5 7 (node 1 is connected to the nodes 2, 5 and 7). If I read the simulation that I have wrote, flopy loads ja array subtracting 1 to all nodes, i.e. the format change to -2 1 4 6 for this examples, consequently, if I wrote this simulation again, the ja array would be bad written.
I'm using unstructured grid in modflow 6 (DISU package). When I create the ja array, I use the format: -1 2 5 7 (node 1 is connected to the nodes 2, 5 and 7). If I read the simulation that I have wrote, flopy loads ja array subtracting 1 to all nodes, i.e. the format change to -2 1 4 6 for this examples, consequently, if I wrote this simulation again, the ja array would be bad written.