forked from lesgourg/class_public
-
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.
- Loading branch information
Showing
6 changed files
with
124 additions
and
872 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
# *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* | ||
# * CLASS input parameter file * | ||
# *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* | ||
|
||
# Best fit parameters from Planck 2015 | ||
# Case 2.59 of: | ||
# https://wiki.cosmos.esa.int/planckpla2015/images/f/f7/Baseline_params_table_2015_limit68.pdf | ||
# (but with more significant digits, directly from the chains) | ||
|
||
#---------------------------- | ||
#----> background parameters: | ||
#---------------------------- | ||
|
||
H0 = 67.86682 | ||
omega_b = 0.02227716 | ||
N_ur = 2.03066666667 | ||
omega_cdm = 0.1184293 | ||
N_ncdm = 1 | ||
omega_ncdm = 0.0006451439 | ||
|
||
#-------------------------------- | ||
#----> thermodynamics parameters: | ||
#-------------------------------- | ||
|
||
YHe = 0.245352 | ||
tau_reio = 0.06664549 | ||
|
||
#------------------------------------- | ||
#----> primordial spectrum parameters: | ||
#------------------------------------- | ||
|
||
n_s = 0.9682903 | ||
A_s = 2.140509e-09 | ||
|
||
#----------------------------- | ||
#----> non linear corrections: | ||
#----------------------------- | ||
|
||
non linear = halofit | ||
|
||
#---------------------------------------- | ||
#----> parameters controlling the output: | ||
#---------------------------------------- | ||
|
||
output = tCl,pCl,lCl,mPk | ||
lensing = yes | ||
|
||
root = output/base_2015_plikHM_TT_lowTEB_lensing_ | ||
|
||
write warnings = yes | ||
write parameters = yes | ||
|
||
input_verbose = 1 | ||
background_verbose = 1 | ||
thermodynamics_verbose = 1 | ||
perturbations_verbose = 1 | ||
transfer_verbose = 1 | ||
primordial_verbose = 1 | ||
spectra_verbose = 1 | ||
nonlinear_verbose = 1 | ||
lensing_verbose = 1 | ||
output_verbose = 1 |
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,62 @@ | ||
# *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* | ||
# * CLASS input parameter file * | ||
# *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* | ||
|
||
# Best fit parameters from Planck 2018 | ||
# Case 2.17 of: | ||
# https://wiki.cosmos.esa.int/planck-legacy-archive/images/b/be/Baseline_params_table_2018_68pc.pdf | ||
# (but with more significant digits, directly from the chains) | ||
|
||
#---------------------------- | ||
#----> background parameters: | ||
#---------------------------- | ||
|
||
H0 = 67.32117 | ||
omega_b = 0.02238280 | ||
N_ur = 2.03066666667 | ||
omega_cdm = 0.1201075 | ||
N_ncdm = 1 | ||
omega_ncdm = 0.0006451439 | ||
|
||
#-------------------------------- | ||
#----> thermodynamics parameters: | ||
#-------------------------------- | ||
|
||
YHe = 0.2454006 | ||
tau_reio = 0.05430842 | ||
|
||
#------------------------------------- | ||
#----> primordial spectrum parameters: | ||
#------------------------------------- | ||
|
||
n_s = 0.9660499 | ||
A_s = 2.100549e-09 | ||
|
||
#----------------------------- | ||
#----> non linear corrections: | ||
#----------------------------- | ||
|
||
non linear = halofit | ||
|
||
#---------------------------------------- | ||
#----> parameters controlling the output: | ||
#---------------------------------------- | ||
|
||
output = tCl,pCl,lCl,mPk | ||
lensing = yes | ||
|
||
root = output/base_2018_plikHM_TTTEEE_lowl_lowE_lensing_ | ||
|
||
write warnings = yes | ||
write parameters = yes | ||
|
||
input_verbose = 1 | ||
background_verbose = 1 | ||
thermodynamics_verbose = 1 | ||
perturbations_verbose = 1 | ||
transfer_verbose = 1 | ||
primordial_verbose = 1 | ||
spectra_verbose = 1 | ||
nonlinear_verbose = 1 | ||
lensing_verbose = 1 | ||
output_verbose = 1 |
Oops, something went wrong.