I'm running a relatively simple 'q' investment model, with an AR(1) shock in the log of TFP. The supply side is a bit complicated so there are 12 equations, but capital is the only endogenous state variable. I solve for the steady state, but then doing a stochastic simulation I get
Error using print_info (line 45)
Blanchard Kahn conditions are not satisfied: indeterminacy
Error in stoch_simul (line 98)
print_info(info, options_.noprint, options_);
Error in investment_Nov2015 (line 197)
info = stoch_simul(var_list_);
Error in dynare (line 180)
evalin('base',fname) ;
After looking at some related posts here, I tried running model_diagnostics(M_,options_,oo_), but that didn't return anything. I am relatively inexperienced with Dynare, so I can't rule out some really dumb mistake (hopefully not in the economics), but hoping for some insight. I've attached the code as a plain text file.