Adding SPTpol BB data to current cosmomc

Use of Cobaya. camb, CLASS, cosmomc, compilers, etc.
Post Reply
Tristan L Smith
Posts: 25
Joined: November 14 2005
Affiliation: Swarthmore
Contact:

Adding SPTpol BB data to current cosmomc

Post by Tristan L Smith » August 01 2015

Hello all,

I am attempting to add the SPTpol BB data to the most current cosmomc. The current SPTpol likelihood is written to interface with the October 2013 version of cosmomc.

I think I have made the appropriate changes to the SPT likelihood code to make it compatible with the most recent cosmomc, but I can't figure out what the following error message refers to

Code: Select all

SPTpol.f90(28): error #8279: The passed-object dummy arguments of an overriding and overridden binding must correspond by name and position.   [LOGLIKE]
      procedure :: LogLike => SPTpol_LnLike
-------------------^
SPTpol.f90(75): error #6460: This is not a field name that is defined in the encompassing structure.   [ADD]
      call LikeList%Add(like)
--------------------^
Do you have a version of the SPTpol.f90 which interfaces with the most current cosmomc? Barring that, it would be great to get some pointers on how to incorporate new likelihoods into the current cosmomc structure.

Thanks in advance!

Best,

Tristan

Tristan L Smith
Posts: 25
Joined: November 14 2005
Affiliation: Swarthmore
Contact:

Adding SPTpol BB data to current cosmomc

Post by Tristan L Smith » August 02 2015

Hi all,

I realized my mistake (the arguments of the function did not match LogLike)-- now everything seems to work correctly.

Best,

Tristan

Post Reply