| layout | default |
|---|---|
| mainpage | true |
| order | 3 |
This is the place to access and analyze data from the Renaissance Simulations. Below is a table of all simulations comprising the Renaissance Simulation suite, including a list of all publications to make use of each data set. All simulations were initialized at redshift 99, but each was run down to a different final redshift, as indicated in the table. The table also gives the models used for including Lyman-Werner radiation from local and background sources. See here for a full, technical description of the simulations.
Each link in the table will take you to a page containing further details of that particular simulation as well as links to download full snapshots, halo catalogs, and merger trees. The pages also contains links to launch Jupyter notebook sessions that will allow you to work with all available data using yt and ytree. You will be provided with persistent storage space with which to save analysis scripts and results. For more information on running analysis on the RSL, see the User Guide.
{% for sim in site.data.simulations %} {% endfor %}| Simulation | Local Lyman-Werner | Background Lyman-Werner | Final Redshift | Publications |
|---|---|---|---|---|
| {{ sim[0] }} | {{ sim[1]['Lyman-Werner']['local'] }} | {{ sim[1]['Lyman-Werner']['background'] }} | {{ sim[1]['final_redshift'] }} | {% assign first = "true" %}{% for i in (0..site.data.publications.size) %}{% assign pub = site.data.publications[i] %}{% if pub['simulations'] contains sim[0] %}{% if first == "true" %}{{ i | plus: 1 }}{% assign first = "false" %}{% else %}, {{ i | plus: 1 }}{% endif %}{% endif %}{% endfor %} |
-
{% for pub in site.data.publications %}
- "{{ pub['title'] }}", {{ pub['authors'] }}, {{ pub['year'] }}, {{pub['journal']}}. {% endfor %}