geodynamics / Rayleigh

Rayleigh: Pseudo-spectral MHD
GNU General Public License v3.0
59 stars 49 forks source link

Bug Fix: Checkpoint file size #528

Closed feathern closed 1 month ago

feathern commented 1 month ago

This fixes a bug in Rayleigh where a checkpoint file can appear to be too large if the file existed and was overwritten in a subsequent run with lower resolution. This PR ensures that the file is deleted before being written to, preventing this bug.

illorenzo7 commented 1 month ago

OK, this looks good and fixes the bug I was encountering.