Hello!
Dynare and all of this is very new to me and I am a little lost right now: I am trying to solve the model of Gertler and Karadi (2011) writing the variables in exp(var)-form. I calculated the steady state myself using the parameters available from the paper. I get the following message (including the command steady; and check;):
SOLVE: Iteration 5
Spurious convergence.
1.0e+03 *
0.0000
0.0021
0.0000
0.0039
0.0048
0.0017
0.0002
0.0008
0.0008
0.0007
0.0000
0.0035
0.0014
-0.0001
0.0015
0.0004
0.0001
0.0008
0.0000
0.0007
-0.0008
-0.0007
-2.8047
0.0009
0.0009
0.0010
0.0010
0
0.0007
0
-0.0000
0.0005
0.0010
0.0028
0.0035
Residuals of the static equations:
Equation number 1 : 21.7535
Equation number 2 : 7.7272
Equation number 3 : 6.3894
Equation number 4 : 1.7183
Equation number 5 : -0.38677
Equation number 6 : 0
Equation number 7 : -29.3803
Equation number 8 : -6.2813
Equation number 9 : 542.4695
Equation number 10 : 67.7677
Equation number 11 : -0.96656
Equation number 12 : -6.7994
Equation number 13 : -3.2416
Equation number 14 : -40.2667
Equation number 15 : -20.9648
Equation number 16 : -65.2277
Equation number 17 : -821.3634
Equation number 18 : -1.2574
Equation number 19 : 1.0577
Equation number 20 : 800.9386
Equation number 21 : 0
Equation number 22 : 1.7183
Equation number 23 : 1.3523
Equation number 24 : 1.2504
Equation number 25 : -819.8285
Equation number 26 : 15.3607
Equation number 27 : 3.1926
Equation number 28 : -0.52669
Equation number 29 : -494.4997
Equation number 30 : -4.7182
Equation number 31 : -4.0163
Equation number 32 : -0.25214
Equation number 33 : 0
Equation number 34 : 0.05
Equation number 35 : 0.34
Error using print_info (line 57)
Impossible to find the steady state. Either the model doesn't have a steady state, there are an infinity of steady states, or the
guess values are too far from the solution
Error in steady (line 92)
print_info(info,options_.noprint);
Error in check (line 432)
steady;
Error in dynare (line 120)
evalin('base',fname) ;
I don't know how to interpret the residuals or this spurious convergence table. What can I do to get this running?