Error while compiling with SPheno
Posted: 23. May 2017, 09:22
Dear Florian
I am implementing a SUSY model in SARAH (arXiv: 1701.04566). I took
help from the MRSSM file which you provided and that works and compiles
perfectly fine. In case of my model it is giving some error while compiling
with SPheno. The errors are the following
==================================================================
Boundaries_RNEU.f90:3946.58:
Real(dp)::vev,vevs(2),vev2,mgut,mudim,mudimNew,sigma(2),mt,mb,cosW,cosW2,sinW2
Error: Symbol 'mt' at (1) already has basic type of COMPLEX
Boundaries_RNEU.f90:3967.4:
cosW=Sqrt(cosW2)
Error: Symbol 'cosw' at (1) has no IMPLICIT type
Boundaries_RNEU.f90:3965.5:
cosW2=mw2/mZ2
Error: Symbol 'cosw2' at (1) has no IMPLICIT type
Boundaries_RNEU.f90:4112.36:
Call RunRGE(kont,0.001_dp,gA,gB,mGUT)
Error: Symbol 'mgut' at (1) has no IMPLICIT type
Boundaries_RNEU.f90:4099.10:
mudim=1000._dp**2
Error: Symbol 'mudim' at (1) has no IMPLICIT type
Boundaries_RNEU.f90:3966.5:
sinW2=1._dp-cosW2
Error: Symbol 'sinw2' at (1) has no IMPLICIT type
Boundaries_RNEU.f90:301.18:
mRLu2 = mlRu2input
Error: Symbol 'mlru2input' at (1) has no IMPLICIT type
====================================================================
I thought that the errors are stemming from the definition of the superpotential term
mT T.T (T being the triplet) and hence I changed the Boundary high scale input from
{mT, mTinput} to {mT, XmTinput}. But the problem still remains. I would really appreciate
if you could tell me where I need to modify in order to debug.
Best regards
Sabya
I am implementing a SUSY model in SARAH (arXiv: 1701.04566). I took
help from the MRSSM file which you provided and that works and compiles
perfectly fine. In case of my model it is giving some error while compiling
with SPheno. The errors are the following
==================================================================
Boundaries_RNEU.f90:3946.58:
Real(dp)::vev,vevs(2),vev2,mgut,mudim,mudimNew,sigma(2),mt,mb,cosW,cosW2,sinW2
Error: Symbol 'mt' at (1) already has basic type of COMPLEX
Boundaries_RNEU.f90:3967.4:
cosW=Sqrt(cosW2)
Error: Symbol 'cosw' at (1) has no IMPLICIT type
Boundaries_RNEU.f90:3965.5:
cosW2=mw2/mZ2
Error: Symbol 'cosw2' at (1) has no IMPLICIT type
Boundaries_RNEU.f90:4112.36:
Call RunRGE(kont,0.001_dp,gA,gB,mGUT)
Error: Symbol 'mgut' at (1) has no IMPLICIT type
Boundaries_RNEU.f90:4099.10:
mudim=1000._dp**2
Error: Symbol 'mudim' at (1) has no IMPLICIT type
Boundaries_RNEU.f90:3966.5:
sinW2=1._dp-cosW2
Error: Symbol 'sinw2' at (1) has no IMPLICIT type
Boundaries_RNEU.f90:301.18:
mRLu2 = mlRu2input
Error: Symbol 'mlru2input' at (1) has no IMPLICIT type
====================================================================
I thought that the errors are stemming from the definition of the superpotential term
mT T.T (T being the triplet) and hence I changed the Boundary high scale input from
{mT, mTinput} to {mT, XmTinput}. But the problem still remains. I would really appreciate
if you could tell me where I need to modify in order to debug.
Best regards
Sabya