Skip to content

Commit

Permalink
The model is linearized around a trend- No SS must be computed
Browse files Browse the repository at this point in the history
Added 
steady(nocheck);
command to make it work under newer Dynare versions. (tested with 4.5.4)
  • Loading branch information
matyasfarkas authored Jun 19, 2018
1 parent de9cdc5 commit 066905b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODELS/GPM6_IMF13/GPM6_IMF13.mod
Original file line number Diff line number Diff line change
Expand Up @@ -1400,7 +1400,7 @@ end;
// The Dynare is asked not to check the steady state values because this model
// contains nonstationary variables.
%steady(nocheck);
steady(nocheck);
//stoch_simul(order=1,irf=40,irf_shocks=(RES_Y_US,RES_BLT_US,RES_YY_US,RES_PIE_US,RES_RS_US))
//Y_US PIE_US RS_US RR_US LRR_US FACT_US REER_T_US BLT_US
Expand Down

0 comments on commit 066905b

Please sign in to comment.