Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 2.98 KB

README.md

File metadata and controls

70 lines (53 loc) · 2.98 KB

TIGRESS public data release

Data Download

Full data can be downloaded via Globus.

A few data files used in the tutorials is also available at this webpage.

You can browse and download whole datasets as well as individual files. However, you will need to preserve the file structure (folders and sub-folders) for the scripts provided here to work properly.

Currently, this data release only contains the solar neighborhood models, R8, for selected snapshots with an interval of about 10 Myr after a quasi-steady state is reached. Full MHD snapshots for every 1 Myr are available upon request.

Installation of scripts

The python scripts and example notebooks are available at the GitHub repository.

  git clone git@github.com:PrincetonUniversity/astro-tigress.git

Quickstart

import astro_tigress
dir_master = ... # master path to your data
model_id = "R8_2pc"
model=astro_tigress.Model(model_id,dir_master)
model.load(300,"MHD")

# make plots using yt
import yt
slc=yt.SlicePlot(model.MHD.ytds,'z',fields=('gas','nH'))
slc.annotate_magnetic_field()

Data types

  • MHD: Small box (z=+-512 pc) original TIGRESS output for MHD variables including density, pressure, velocity (vector), and magnetic field (vector). Athena VTK format.
  • MHD_PI: Full box (z=+-3072 pc) MHD data plus electron abundance as a result of UV radiation post-processing. Athena VTK format.
  • chem: The chemistry post-processing small box output for molecular hydrogen and CO abundances. Athena++ HDF5 format.
  • CO_lines: The CO lines, J(1-0) and J(2-1). RADMC-3D binary format.

Note that the chemistry post-processing data is only available for R8-2pc.

License and Attribution

If you make use of

  • only MHD data, please cite Kim & Ostriker (2017) (ADS, BibTex)
  • chem and/or CO_lines data, please also cite Gong et al. (2018) (ADS, BibTex) and Gong et al. (2020) (ADS, BibTex)
  • MHD_PI, please also cite (ADS, BibTex)