1
0
Fork 0
mirror of https://github.com/cosmo-sims/MUSIC.git synced 2024-09-18 15:53:45 +02:00

added output whether PS is normalised using sigma8 or not

This commit is contained in:
Oliver Hahn 2024-02-23 22:17:07 +01:00
parent 0d00eb301a
commit 493436954f

View file

@ -184,6 +184,7 @@ public:
transfer_function_->intialise();
if( !transfer_function_->tf_isnormalised_ ){
cosmo_param_.set("pnorm", this->compute_pnorm_from_sigma8()*Dplus_start_*Dplus_start_ );
music::ilog << "Setting PS normalisation from specified sigma8 = " << sigma8 << std::endl;
}else{
// WARNING: we do explicit back-scaling here, which is notably different from monofonIC
cosmo_param_.set("pnorm", Dplus_start_*Dplus_start_/Dplus_target_/Dplus_target_);