mirror of
https://github.com/cosmo-sims/MUSIC.git
synced 2024-09-16 13:33:46 +02:00
added output whether PS is normalised using sigma8 or not
This commit is contained in:
parent
0d00eb301a
commit
493436954f
1 changed files with 1 additions and 0 deletions
|
@ -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_);
|
||||
|
|
Loading…
Reference in a new issue