The steady state contains NaN or Inf

Hi friends! I have a problem

When I run my dynare code, appear this error:

Error using print_info (line 80)
The steady state contains NaN or Inf
Error in check (line 76)
print_info(info, 0, options);
Error in LS (line 884)
oo_.dr.eigval = check(M_,options_,oo_);
Error in dynare (line 180)
evalin(‘base’,fname) ;

I can’t resolve another errors. please help me to solve it.
Thanks a lot
L
LS.mod (14.7 KB)

I guess the problem is that:

You need to initialize them. Otherwise they are NaN

Thanks a lot jp!