angus-g / python-ale

Interface to MOM6 regridding/remapping in Python
MIT License
0 stars 0 forks source link

Segfaults #8

Closed AndyHoggANU closed 1 year ago

AndyHoggANU commented 1 year ago

Running pyale in a Jupyter notebook, I've had trouble with some kernels dying. This seems to happen when I run pyale.accelerate_ale multiple times, or when I run pyale.accelerate_ale followed by pyale.resume_ale. It's inconsistent, in the number of times it takes to fail ...

A script I'm having trouble with is this one, where I'm trying to step through the evolution of the adaptive coordinate: https://github.com/AndyHoggANU/anu-tub/blob/master/diagnostics/AG_Test_Resume.py

angus-g commented 1 year ago

Where is the INPUTS directory for this so I can grab the MOM.res.nc? Will have a dig into it...

AndyHoggANU commented 1 year ago

/g/data/x77/amh157/anu-tub/diagnostics/INPUTS

angus-g commented 1 year ago

Good catch here, should be closed by 8bb9023 now! I'll update the build on Gadi, and look at the zeroed out diagnostics now.