Project generated with PyScaffold Documentation Status

coffee

Add a short description here!

Installation

To use this software, you will need the following dependencies:

  • fitsio C library

  • chealpix C library

  • mpich or Open MPI

  • pyFFTW

  • gnuplot + appropriate terminal if needed

  • HDF library

Please make sure these dependencies are installed before using this software.

Getting started

One needs to point the PYTHONPATH environment variable to the packages directory. Then the system code can be run with:

python3.10 -O TwoDAdvection_setup.py

Note that adding a -d flag to this allows you to see a visualization during the computation. You should see a wave propagating from right to left with varying amplitude.

Note

This project has been set up using PyScaffold 4.4. For details and usage information on PyScaffold see https://pyscaffold.org/.