| CARVIEW |
- How to get help
- Quickstart notebooks
- Cookbook
-
Site
- Introduction to yt
- Getting and Installing yt
- yt Quickstart
- What’s New and Different in yt 4.0?
- What’s New and Different in yt 3.0?
- The Cookbook
- Visualizing Data
- How to Make Plots
- Plot Modifications: Overplotting Contours, Velocities, Particles, and More
- Using the Manual Plotting Interface
- 3D Visualization and Volume Rendering
- Unstructured Mesh Rendering
- Interactive Data Visualization
- Visualizing Particle Datasets with Firefly
- 3D Surfaces and Sketchfab
- Mapserver - A Google-Maps-like Interface to your Data
- Streamlines: Tracking the Trajectories of Tracers in your Data
- Colormaps
- Geographic Projections and Transforms
- Writing FITS Images
- General Data Analysis
- Domain-Specific Analysis
- Loading and Examining Data
- Developing in yt
- Reference Materials
- Frequently Asked Questions
- Getting Help
- About yt
- Page
Code Support¶
Levels of Support for Various Codes¶
yt provides frontends to support several different simulation code formats as inputs. Below is a list showing what level of support is provided for each code. See Loading Data for examples of loading a dataset from each supported output format using yt.
Capability ► Code/Format ▼ |
Fluid Quantities |
Particles |
Parameters |
Units |
Read on Demand |
Load Raw Data |
Part of test suite |
Level of Support |
|---|---|---|---|---|---|---|---|---|
AMRVAC |
Y |
N |
Y |
Y |
Y |
Y |
Y |
Partial |
AREPO |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full [4] |
ART |
Y |
Y |
Y |
Y |
Y [2] |
Y |
N |
Full |
ARTIO |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
Athena |
Y |
N |
Y |
Y |
Y |
Y |
Y |
Full |
Athena++ |
Y |
N |
Y |
Y |
Y |
Y |
Y |
Partial |
Castro |
Y |
Y [3] |
Partial |
Y |
Y |
Y |
N |
Full |
CfRadial |
Y |
N/A |
Y |
Y |
Y |
Y |
Y |
|
CHOLLA |
Y |
N/A |
Y |
Y |
Y |
Y |
Y |
Full |
Chombo |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
Enzo |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
Enzo-E |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
Exodus II |
? |
? |
? |
? |
? |
? |
? |
? |
FITS |
Y |
N/A |
Y |
Y |
Y |
Y |
Y |
Full |
FLASH |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
Gadget |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
GAMER |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
Gasoline |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
Gizmo |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
Grid Data Format (GDF) |
Y |
N/A |
Y |
Y |
Y |
Y |
Y |
Full |
IAMR |
? |
? |
? |
? |
? |
? |
? |
? |
Maestro |
Y [1] |
N |
Y |
Y |
Y |
Y |
N |
Partial |
MOAB |
Y |
N/A |
Y |
Y |
Y |
Y |
Y |
Full |
Nyx |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
openPMD |
Y |
Y |
N |
Y |
Y |
Y |
N |
Partial |
Orion |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
OWLS/EAGLE |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
Parthenon |
Y |
N |
Y |
Y |
Y |
Y |
Y |
Partial |
Piernik |
Y |
N/A |
Y |
Y |
Y |
Y |
Y |
Full |
Pluto |
Y |
N |
Y |
Y |
Y |
Y |
Y |
Partial |
RAMSES |
Y |
Y |
Y |
Y |
Y [2] |
Y |
Y |
Full |
Tipsy |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
WarpX |
Y |
Y |
Y |
Y |
Y |
Y |
Y |
Full |
If you have a dataset that uses an output format not yet supported by yt, you can either input your data following Loading Generic Array Data or Loading Generic Particle Data, or help us by Creating A New Code Frontend for this new format.