Page 1 of 1

CMBFAST-radiation transfer function for all l''s

Posted: March 11 2008
by Paniez Paykari
Hi everyone,

I would appreciate if anyone could help as I need to sort this urgently!!! Thanks.

I am trying to get CMBFAST to calculate radiation transfer function for all l's. So, I changed lvalues.inc to

lind = 1
do 22 lvar = 2,lmo
l(lind) = lvar
lind = lind + 1
22 continue
l0 = lind

and I also made a small change to cmbfast.inc

parameter (l0max=18000)

Then I compiled and ran jlgen.F with max l of 1500 and max k of 3000
(and for some reason it does not accept any other values?!!!! anyone knows why?)

Then when I run ./cmb at the very end when it asks for jl file, it gives this error message

lvalues.inc file used to build jl file
and the one in the code differ.
You must use the same one
1500 0 1501


Any ideas?

Paniez

CMBFAST-radiation transfer function for all l''s

Posted: March 11 2008
by Paniez Paykari
NOT to worry I sorted it out
Paniez