~abenson/galacticus/v0.9.0

« back to all changes in this revision

Viewing changes to source/structure_formation.CDM.transfer_function.Eisenstein_Hu.F90

  • Committer: Andrew Benson
  • Date: 2011-08-24 03:52:22 UTC
  • Revision ID: abenson@caltech.edu-20110824035222-kjzt9rt03uhd5a1z
* Updates the default effective number of neutrinos to 3.04.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
       Transfer_Function_Tabulate => Transfer_Function_Eisenstein_Hu_Make
96
96
       !@ <inputParameter>
97
97
       !@   <name>effectiveNumberNeutrinos</name>
98
 
       !@   <defaultValue>4.34 \citep{komatsu_seven-year_2010}</defaultValue>       
 
98
       !@   <defaultValue>3.04 \citep{komatsu_seven-year_2010}</defaultValue>       
99
99
       !@   <attachedTo>module</attachedTo>
100
100
       !@   <description>
101
101
       !@     The effective number of neutrino species as used in the \cite{eisenstein_power_1999} transfer function.
102
102
       !@   </description>
103
103
       !@ </inputParameter>
104
 
       call Get_Input_Parameter('effectiveNumberNeutrinos',effectiveNumberNeutrinos,defaultValue=4.34d0)
 
104
       call Get_Input_Parameter('effectiveNumberNeutrinos',effectiveNumberNeutrinos,defaultValue=3.04d0)
105
105
       !@ <inputParameter>
106
106
       !@   <name>summedNeutrinoMasses</name>
107
107
       !@   <defaultValue>0</defaultValue>