Questions tagged [pymses]

PyMSES is a set of Python modules originally written for the RAMSES astrophysical fluid dynamics AMR code.

PyMSES is a set of Python modules originally written for the RAMSES astrophysical fluid dynamics AMR code.

Its purpose:

  • provide a clean and easy way of getting the data out of RAMSES simulation outputs.
  • help you analyse/manipulate very large simulations transparently, without worrying more than needed about domain decompositions, memory management, etc.,

  • interface with a lot of powerful Python libraries (Numpy/Scipy, Matplotlib, PIL, HDF5/PyTables) and existing code (like your own). be a post-processing toolbox for your own data analysis.

Official site

1 questions
1
vote
2 answers

Pymses does not recognize the 'sources' folder

I am trying to make Pymses work on my computer for a bachelor thesis. I began by installing Anaconda the way it is described on the website and added the following to my .bashrc file: export PATH="/users//anaconda3/bin:$PATH" Moreover, I…
DominikR
  • 59
  • 1
  • 10