Your problem is not a Dynare problem, but a conceptual problem with your model and your log-linearization. There I cannot help you. If you know the law of motion, why did you not enter it? Where does
- Code: Select all
i = (1-(1-delta))*i;
come from? It implies that i has to be 0 in every period. If you log-linearize a budget constraint, there are usually multiplicative constants. Where did they go?
Moreover, given the small size of the model, it should be trivial to compute the steady state in terms of deep parameters using pencil and paper. Given this solution, you can then enter these formulas in the initval-block without the need for a separate steady state file (which would introduce unnecessary complication for Dynare programming). There is no need for a numerical solver.
Just sit down and make sure your algebra is correct.