Page 1 of 1

Problem in running the SPheno output

Posted: 22. Mar 2018, 03:30
by arnab
Dear Florian,

I have made the new model file "ScotogenicU1". Somhow it is giving a problem in while I'm making the file.
It is giving an Error something like this:

Code: Select all

InputOutput_ScotogenicU1.f90:1304:16:

 & List(11,13,15)(3)
                1
.
.
.
.
.
InputOutput_ScotogenicU1.f90:6477:24:

 Write(io_L,200) INT(Abs(PDGFv(3))),0._dp, "Fv_3" 
                        1
Error: Function ‘pdgfv’ at (1) has no IMPLICIT type
make[2]: *** [../lib/libSPhenoScotogenicU1.a(InputOutput_ScotogenicU1.o)] Error 1
make[1]: *** [bin/SPhenoScotogenicU1] Error 2
make: *** [bin/SPheno] Error 2
I might have not defined something in the model file. Please find the same with this mail. I would be highly grateful if you could guide me through
this.

Best Regards,
Arnab

Re: Problem in running the SPheno output

Posted: 24. Mar 2018, 20:23
by FStaub
Sorry, but from this information I can't guess what the problem is and I don't have time at the moment to run the model by my own. Since the error occurs in line 1304 of InputOutput_ScotogenicU1.f90. Could you please copy the lines 1250 to 1350 or so to here. Maybe, that helps to better locate the problem.

Re: Problem in running the SPheno output

Posted: 26. Mar 2018, 03:58
by arnab
i figured out the problem. the problem is in the defination of the leptons and neutrino definition and further i checked while
defining the dirac spinor it is preferable to define a new guy by "F**" like initially i define "Nr" for the neutral fermions. which was giving the
problems. then i changed the defination to "Fchi". now it is running like a charm ....... thanks :D