I get a kernel crash when running mf6.finalize() in your example docs/examples/notebooks/Extensions.py or on my own.
The Jupyter log provides the following info:
[error] Disposing session as kernel process died ExitCode: 2, Reason: At line 84 of file ../src/Model/ModelUtilities/SpdisWorkArray.f90
Fortran runtime error: Attempt to DEALLOCATE unallocated 'this'
I'm running it all from custom conda environments, running Python 3.11 or 3.12, on MacOS (arm64), which installs:
modflow6 6.6.1 h5773a5b_0 conda-forge
modflowapi 0.2.0 pyhecae5ae_1 conda-forge
Here's one of the conda environment files used: https://github.com/p-ortega/mf6rtm/blob/main/benchmark/environment.yml
I get a kernel crash when running
mf6.finalize()in your exampledocs/examples/notebooks/Extensions.pyor on my own.The Jupyter log provides the following info:
[error] Disposing session as kernel process died ExitCode: 2, Reason: At line 84 of file ../src/Model/ModelUtilities/SpdisWorkArray.f90 Fortran runtime error: Attempt to DEALLOCATE unallocated 'this'I'm running it all from custom conda environments, running Python 3.11 or 3.12, on MacOS (arm64), which installs:
Here's one of the conda environment files used: https://github.com/p-ortega/mf6rtm/blob/main/benchmark/environment.yml