113 lines
9.0 KiB
Typst
113 lines
9.0 KiB
Typst
#import "importer/main.typ": *
|
|
#import "helpers.typ": *
|
|
|
|
= Results <results>
|
|
This section presents the results of the different simulation runs. We compare the effect of different accretion models on the global signal, map-level differences and statistical properties of the 21-cm brightness temperature field. We focus on three different implementations:
|
|
- The fiducial model where the accretion rate is kept fixed independently of the halo and the redshift. This corresponds to the original implementation of #beorn where $alpha = 0.79$.
|
|
- A model where the accretion rate is computed individually for each halo based on its mass growth history and is considered during the painting of each halo.
|
|
- A model where the accretion rate is computed individually for each halo but the considered value during the painting is set to the mean accretion rate of all halos at the respective redshift (effectively reducing the dynamic range of accretion rates).
|
|
|
|
|
|
== Effect on the global signal
|
|
#let notebook = json("../workdir/11_visualization/simulation_signals.ipynb")
|
|
#figure(
|
|
image_cell(notebook, cell_id: "signal_comparison"),
|
|
caption: [
|
|
Signal comparison between full runs with the different accretion models: Single value of $alpha$ for all halos according to the mean accretion rate (blue), individual accretion rates for each halo allowing a range from $alpha = 0$ to $alpha = 5$ (green), from $alpha = 0$ to $alpha = 2$ (yellow), and the previously model fixing $alpha = 0.79$ (purple, dashed).
|
|
From _left_ to _right_:
|
|
Evolution of the value of the coupling coefficient $x_alpha$.
|
|
Evolution of the mean kinetic temperature $T_k$.
|
|
History of the mean ionization fraction $x_"HII"$.
|
|
Global evolution of the differential brightness temperature $d T_"b"$.
|
|
The bottom row shows the difference to the reference model - in this case we chose the model following the mean accretion rate. The comparison of the original model with fixed $alpha = 0.79$ is omitted for clarity.
|
|
],
|
|
) <fig:global_signal_combined>
|
|
|
|
We first investigate the effect of the different accretion models on the global, i.e. averaged, quantities that consititute the 21-cm signal. @fig:global_signal_combined shows the evolution of the coupling coefficient $x_alpha$, the kinetic temperature $T_k$, the ionization fraction $x_"HII"$, and their combined effect on the differential brightness temperature $d T_"b"$. Moving away from the initial model where $alpha = 0.79$ for all halos, we see a clear delay in the evolution of all quantities. This is expected since the accretion rates are overall lower when computed individually for each halo. The more interesting comparison is between the simulation using the moving mean accretion rate and the one using the individual accretion rates. That is the difference which we illustrate in the bottom row of @fig:global_signal_combined. We see that heating is delayed by $Delta z approx 0.5$ whereas the coupling strength is initially lower but increases more rapidly at later times. This could be due to select high mass halos also experiencing high accretion and shifting the balance. This also explains the nearly identical ionization history since
|
|
// TODO - HOW?
|
|
|
|
Finally, these effects are summarized by differential brightness temperature: The absorption trough is shifted to later times because the cosmic dawn is delayed.
|
|
This delayed heating results in a lower temperature. Even though the coupling is strong, the spin temperature remains closer to the CMB temperature, leading to a shallower absorption feature.
|
|
The subsequent transition to emission is also delayed but drops to zero more rapidly, which is expected because the end of reionization occurs simultaneously for all models.
|
|
|
|
This comparison shows that even though the ionization history is largely unaffected by our refined treatment, the global signal is sensitive to the accretion model in ways that cannot be represented by only shifting the global accretion rate. An individual treatment of halos is the key to capture these effects.
|
|
|
|
|
|
== Map-level investigation
|
|
#let notebook = json("../workdir/11_visualization/simulation_maps.ipynb")
|
|
|
|
Having established that the individual accretion model produces a distinct global signal, we now compare the map-level differences directly. For a fixed snapshot in time the original model and the model using the mean will create very similar maps since they use the same generalized trend. We therefore directly use the snapshot from the mean model as our reference so that the comparisons are not tainted by the timing differences to the original model.
|
|
|
|
// TODO change map labels in figures
|
|
|
|
#figure(
|
|
caption: [
|
|
Map slices of the core profiles applied onto the simulation grid for the different accretion models plotted at a fixed ionization fraction of $x_"HII" = 0.5$. From _top_ to _bottom_:
|
|
Map of the $x_alpha$ coupling coefficient and residual map when compared to the reference.
|
|
Map of the kinetic temperature $T_k$ and residual map when compared to the reference.
|
|
Map of the ionization fraction $x_"HII"$ and residual map when compared to the reference.
|
|
In the residual maps blue regions correspond to values lower than the reference model while red regions are higher than the reference model.
|
|
]
|
|
)[
|
|
#set image(height: 90%)
|
|
#image_cell(notebook, cell_id: "grids_and_diffs")
|
|
] <fig:grids_and_diffs>
|
|
|
|
@fig:grids_and_diffs shows slices through the simulation box for the different accretion models. We explicitly fix the ionization fraction of $x_"HII" = 0.5$ which removes the effect of different timing of reionization. Thus we can focus on the spatial differences and to compare the morphology of the ionized regions
|
|
#footnote[
|
|
Since the models compared here all have a similar ionization history, the redshifts are identical in this case.
|
|
].
|
|
We omit the original model with $alpha = 0.79$ and directly compare the two alternative accretion models.
|
|
The maps resemble each other closely and we focus on the residual maps
|
|
// rename?
|
|
that highlight specific deviations produced when changing the accretion model. They show that fixing the mean accretion rate is not sufficient to fully represent the complex reionization behavior.
|
|
|
|
The coupling coefficient map sees a decrease in all regions which is explained by an overall lower star formation rate compared to the reference case where $alpha = 0.56$. Only a select few halos with higher mass accretion rates produce a positive difference, which suggests that the bulk of the halos behaves similarly but that both positive and negative deviations occur.
|
|
|
|
This observation is reinforced by the kinetic temperature maps. Many regions are colder than in the fiducial case due to the lower heating by fewer stars. Nevertheless, some regions clearly stand out as being hotter than in the fiducial case. Again, the mean accretion rate model is not able to capture these differences.
|
|
// The background temperature is higher in both alternative accretion models since fixing the ionization fraction means that we show earlier redshifts where the universe has not yet adiabatically cooled as much.
|
|
|
|
Finally the ionization maps show the clearest differences due to the sharp bubble cutoff.
|
|
// The ionized regions are more compact in the alternative accretion models and the strands of ionized gas connecting the larger bubbles are less pronounced.
|
|
This hints towards a more individual ionization history where large structures of contiguous ionized gas are less common.
|
|
// When we consider the difference to the fiducial model we see that using the mean accretion rate already captures this distinction well.
|
|
There are multiple bubbles where the detailed mass accretion history generates a clear contrast
|
|
// find something better than "contrast"
|
|
compared to the mean model. Capturing the diversity of halo histories is therefore important to generate maps with the realistic dynamic range.
|
|
// not a fan of "dynamic" here.
|
|
|
|
|
|
#figure(
|
|
caption: [
|
|
Map slices of the brightness temperature $d T_"b"$ for the different accretion models plotted at a fixed ionization fraction of $x_"HII" = 0.5$.
|
|
// of the 21 cm brightness temperature $d T_"b"$ at
|
|
]
|
|
)[
|
|
#set image(width: 80%)
|
|
#image_cell(notebook, cell_id: "dtb_maps")
|
|
] <fig:dtb_maps>
|
|
|
|
|
|
We give special attention
|
|
// reformulate
|
|
to the derived brightness temperature map. As a reminder, this is not a direct output of the simulation but the spatial distribution can be obtained from the local values of the simulated quantities via @eq:dTb. We present map slices and their comparison to the mean model in @fig:dtb_maps, as previously done for the individual fields. Our observations are compounded here since the contrasts of the fields are combined.
|
|
// A little sentence describing the changes explicitly
|
|
|
|
|
|
== Effect on statistic properties
|
|
#let notebook = json("../workdir/11_visualization/simulation_signals.ipynb")
|
|
|
|
We also compare summary statistics of the $d T_b$ field. The time evolution of the power spectrum describes
|
|
// what exactly?
|
|
|
|
|
|
// BIGG TODO
|
|
|
|
#figure(
|
|
caption: [
|
|
]
|
|
)[
|
|
#set image(width: 80%)
|
|
#image_cell(notebook, cell_id: "power_spectra_comparison"),
|
|
] <fig:power_spectra_comparison>
|