yt icon indicating copy to clipboard operation
yt copied to clipboard

Read single precision fluid field in RAMSES

Open AnatoleStorck opened this issue 6 months ago • 2 comments

PR Summary

The current back-end for reading RAMSES fluid fields assumes the data is double precision. This PR (in collaboration with @cphyc ) is an initial expansion of the RAMSES fluid reader to read single precision fields. For my simulations, the RT fields are written in single precision so this change is needed to read them in.

PR Checklist

  • [x] New features are documented, with docstrings and narrative docs
  • [ ] Adds a test for any bugs fixed. Adds tests for new features.

AnatoleStorck avatar Jul 16 '25 13:07 AnatoleStorck

Hi! Welcome, and thanks for opening this pull request. We have some guidelines for new pull requests, and soon you'll hear back about the results of our tests and continuous integration checks. Thank you for your contribution!

welcome[bot] avatar Jul 16 '25 13:07 welcome[bot]

For reviewers: testing is complicated as all the RAMSES datasets at hand are stored in double precision!

cphyc avatar Nov 21 '25 10:11 cphyc