forked from joezuntz/cosmosis-standard-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'joezuntz:main' into main
- Loading branch information
Showing
46 changed files
with
4,314 additions
and
1,114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
[cosmological_parameters] | ||
omega_m = 0.3 | ||
h0 = 0.7 | ||
omega_b = 0.048 | ||
n_s = 0.97 | ||
A_s = 2.19e-9 | ||
w = -1.0 | ||
wa = 0.0 | ||
; New parametrization and names: | ||
mnu = 0.0773 | ||
num_massive_neutrinos = 3 | ||
nnu = 3.046 | ||
|
||
omega_k = 0.0 | ||
tau = 0.0697186 | ||
|
||
[baryon_parameters] | ||
M_c = 9.0 14.0 15.0 | ||
eta = -0.698 -0.3 0.698 | ||
beta = -1.0 -0.22 0.698 | ||
M1_z0_cen= 9.0 10.5 13.0 | ||
theta_out= 0.0 0.25 0.477 | ||
theta_inn = -2.0 -0.86 -0.522 | ||
M_inn = 9.0 13.4 13.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
[runtime] | ||
sampler = test | ||
verbosity = debug | ||
|
||
[apriori] | ||
nsample = 100 | ||
|
||
[output] | ||
filename = output/bacco.txt | ||
|
||
[pipeline] | ||
modules = consistency bbn_consistency camb extrapolate bacco_emulator | ||
|
||
timing=F | ||
debug=F | ||
|
||
values = examples/bacco-values.ini | ||
extra_output = | ||
|
||
[test] | ||
save_dir=output/bacco | ||
fatal_errors=T | ||
|
||
[consistency] | ||
file = utility/consistency/consistency_interface.py | ||
|
||
[bbn_consistency] | ||
file = utility/bbn_consistency/bbn_consistency.py | ||
|
||
[camb] | ||
file = boltzmann/camb/camb_interface.py | ||
mode = power | ||
lmax = 2500 ;max ell to use for cmb calculation | ||
feedback=0 ;amount of output to print | ||
AccuracyBoost=1.1 ;CAMB accuracy boost parameter | ||
do_tensors = T | ||
do_lensing = T | ||
NonLinear = none | ||
zmin_background = 0. | ||
zmax_background = 4. | ||
nz_background = 401 | ||
kmin=1e-4 | ||
kmax = 50.0 | ||
kmax_extrapolate = 500.0 | ||
nk=700 | ||
nz = 150 | ||
|
||
[extrapolate] | ||
file = boltzmann/extrapolate/extrapolate_power.py | ||
kmax = 500. | ||
|
||
[bacco_emulator] | ||
file = structure/baccoemu/baccoemu_interface.py | ||
mode = nonlinear |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.