Generalized Schur (QZ) decomposition failed

Hi Dear
i was run my code but receive this error:

??? Error using ==> print_info at 36
The generalized Schur (QZ) decomposition failed. For more information, see the
documentation for Lapack function dgges: info=13, n=11

Error in ==> check at 76
print_info(info, options.noprint);

Error in ==> menu4 at 281
oo_.dr.eigval = check(M_,options_,oo_);

Error in ==> dynare at 120
evalin(‘base’,fname) ;

what i can do?
please send your opinion.
my file in attachment.

There is a problem with your model.

[quote]model_diagnostic: the Jacobian of the static model is singular
there is 1 colinear relationships between the variables and the equations
Colinear variables:
ner
Colinear equations
1 3 4 5 6 7 8 9 10 12 13 14 16 18 19 20 21 22
[/quote]

meany thanks for your answer. but what i can do? if i delete “ner” the problem is solve?

when i delete “ner”, received rank condition error.

It’s hard to tell. Run

to potentially get an indication where the problem is. Note that this suggests that there still is an issue with the model.

thanks