Closed johnomotani closed 12 months ago
BOUT++ expects to read a C 'int', while Python defaults to writing an int64, causing an error when reading xbout-produced restart files.
Unfortunately, there seems to be another error, possibly related to a _FillValue attribute.
_FillValue
BOUT++ expects to read a C 'int', while Python defaults to writing an int64, causing an error when reading xbout-produced restart files.
Unfortunately, there seems to be another error, possibly related to a
_FillValue
attribute.