by reluginbuhl » Wed Sep 16, 2009 11:48 am
You might want to try programming the analytic solution to your model's steady state. See section 3.6.3 of the user's manual:
"The alternative is to write a Matlab program to find your model’s steady
state. Doing so has the clear advantages of being able to incorporate your
Matlab program directly into your .mod file so that running loops with different
parameter values, for instance, becomes seamless. NOTE! When doing so,
your matlab (.m) file should have the same name as your .mod file, followed
by steadystate For instance, if your .mod file is called example.mod, your
Matlab file should be called example steadystate.m and should be saved in
the same directory as your .mod file. Dynare will automatically check the directory
where you’ve saved your .mod file to see if such a Matlab file exists. If
so, it will use that file to find steady state values regardless of whether you’ve
provided initial values in your .mod file."
This might help...