Error: an eigenvalue is close to 0/0

Hi,

I am trying to solve my model non-linearly (the mod file is attached), but I’ve got the following error message
“Error using print_info (line 52)
One of the eigenvalues is close to 0/0 (the absolute value of numerator and denominator is
smaller than 1e-6)
Error in check (line 76)
print_info(info, options.noprint);
Error in Model (line 537)
oo_.dr.eigval = check(M_,options_,oo_);
Error in dynare (line 120)
evalin(‘base’,fname) ;”

I guess it can be solved if I re-parameterize, although I am not sure which exactly parameters I need to change given the complexity of model. Is there any way to figure it out or somehow fix this issue?

Thank you
Model.mod (14 KB)

It’s not about parameters, but a deeper issue.

model_diagnostics(M_,options_,oo_)says

[quote]
model_diagnostic: the Jacobian of the static model is singular
there is 6 colinear relationships between the variables and the equations
Relation 1
Colinear variables:
y
yo
yno
c
n
kno
ko
gc
kg
infl
ir
er
int
nx
bf
b
of
orev
po
inff
cf
iff
fdi
uo
q
w
co
cn
tn
to
t
rkno
inv
gi
mc
ph
g1
g2
Relation 2
Colinear variables:
y
yo
yno
c
n
kno
ko
gc
kg
ir
er
int
nx
bf
b
of
orev
po
q
w
co
cn
tn
to
t
rkno
inv
gi
mc
ph
g1
g2
Relation 3
Colinear variables:
yo
yno
c
n
kno
ko
gc
kg
er
int
nx
bf
b
of
orev
fdi
q
w
co
cn
tn
to
t
rkno
inv
gi
mc
ph
g1
g2
Relation 4
Colinear variables:
co
cn
tn
to
Relation 5
Colinear variables:
p
Relation 6
Colinear variables:
pstar
Relation 1
Colinear equations
Columns 1 through 25

 1     2     3     4     5     6     7     8     9    10    11    12    13    14    15    16    17    18    19    20    21    22    23    24    25

Columns 26 through 42

27    28    29    30    31    32    33    34    35    36    37    38    39    40    41    42    43

Relation 2
Colinear equations
Columns 1 through 25

 2     4     5     6     8     9    10    13    14    15    16    17    18    19    20    22    23    24    25    26    27    28    29    30    31

Columns 26 through 35

32    33    34    35    37    39    40    41    42    43

Relation 3
Colinear equations
Columns 1 through 25

 2     4     5     6     8     9    10    13    14    15    16    17    18    19    20    22    23    24    25    26    27    28    29    30    31

Columns 26 through 35

32    33    34    35    37    39    40    41    42    43

Relation 4
Colinear equations
Columns 1 through 25

 4     5     9    10    17    18    19    20    22    23    24    25    26    27    28    29    30    31    32    33    34    35    37    39    40

Columns 26 through 28

41    42    43

Relation 5
Colinear equations
4 5 10 23 24 25 26 28 29 31 32 33 40 42

Relation 6
Colinear equations
26[/quote]