AMReX-Astro / python-scripts

standalone python scripts for working with data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

These are some standalone python routines for interacting with FBoxLib/AMReX data.

They require the FBoxLib library:

git clone https://github.com/AMReX-Codes/FBoxLib

You need to build a python module first to load the data. Typing

make

should do this. It requires the f2py tool, which comes with NumPy.

Some documentation for these routines is available in the MAESTRO User's Guide.

Note: it is recommended that you use yt instead of these routines, since yt can work directly with the AMR structure of the data.

About

standalone python scripts for working with data


Languages

Language:Python 86.1%Language:Fortran 13.3%Language:Makefile 0.6%