GithubHelp home page GithubHelp logo

astro-tigress's Introduction

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 [email protected]: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)

astro-tigress's People

Contributors

changgoo avatar munan avatar jeonggyukim avatar ecostriker avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.