mantle-convection-constrained / terratools

Tools to read, analyse and visualise models written by the TERRA mantle convection code
https://terratools.readthedocs.io/en/latest/
MIT License
7 stars 5 forks source link

Implement IO for different file versions #41

Closed anowacki closed 1 year ago

anowacki commented 1 year ago

We currently have a versioned set of file formats for the model IO, and already a few out-of-date versions not supported by the code. We have a couple of choices on what to do:

  1. Update old files to the latest (forward-compatible) format
  2. Update the code to read older, currently-unsupported files
jamespanton93 commented 1 year ago

Closing as file conversion solves this issue