Following this paper, I want to disable the late-time ISW in camb and then add it back into the CMB as the template described in the paper.
Is there a way to remove the late-time ISW easily, or would it require changing the fortran code, and if so, where can I find the inclusion of the ISW that allows for this modification?
For completeness, I looked through the fortran code and found this, but removing the ISW term from this line does not give the expected result (which I presume might be because I am removing all ISW and not just the late-time term?).
Late-time ISW in camb
-
- Posts: 1
- Joined: March 03 2023
- Affiliation: Cardiff University
-
- Posts: 1872
- Joined: September 23 2004
- Affiliation: University of Sussex
- Contact:
Re: Late-time ISW in camb
You can see how I did it here:
https://github.com/cmbant/CAMB/blob/noISW/fortran/equations.f90#L2753
https://github.com/cmbant/CAMB/blob/noISW/fortran/equations.f90#L2753