Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
-
arnab
- Posts: 5
- Joined: 12. Feb 2018, 07:45
Post
by arnab » 22. Mar 2018, 03:30
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
-
Attachments
-
- Archive.zip
- (7.07 KiB) Downloaded 141 times
-
FStaub
- Site Admin
- Posts: 822
- Joined: 13. Apr 2016, 14:05
Post
by FStaub » 24. Mar 2018, 20:23
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.
-
arnab
- Posts: 5
- Joined: 12. Feb 2018, 07:45
Post
by arnab » 26. Mar 2018, 03:58
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
