Model won't work. Unknown error message

This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location where you will have to reset your password.
Forum rules
This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location (https://forum.dynare.org) where you will have to reset your password.

Model won't work. Unknown error message

Postby ewoudq » Fri Mar 05, 2010 7:55 pm

Hi all,

I am working on a simple model, but I am not able to come up with a working one. I always get the following error message:

Code: Select all
??? Reference to non-existent field 'ghs2'.

Error in ==> disp_dr at 60
      x = x + dr.ghs2(ivar(i))/2;

Error in ==> stoch_simul at 65
    disp_dr(oo_.dr,options_.order,var_list);

Error in ==> heuristics4 at 148
info = stoch_simul(var_list_);

Error in ==> dynare at 102
evalin('base',fname) ;


I have no idea what I am doing wrong, so I hope someone can give me a hint?

Thank you in advance!
Attachments
heuristics4.mod
(790 Bytes) Downloaded 59 times
ewoudq
 
Posts: 4
Joined: Tue Feb 09, 2010 3:22 pm

Re: Model won't work. Unknown error message

Postby jpfeifer » Sat Mar 06, 2010 12:25 pm

The error with your .mod-file on my machine with Dynare 4.1 and Win64bit is the following:

??? Error using ==> dr1 at 198
2nd and 3rd order approximation not implemented for purely backward models

Error in ==> resol at 128
[dr,info,M_,options_,oo_] = dr1(dr,check_flag,M_,options_,oo_);

Error in ==> stoch_simul at 42
[oo_.dr, info] = resol(oo_.steady_state,0);

Error in ==> heuristics4 at 177
info = stoch_simul(var_list_);

Error in ==> dynare at 132
evalin('base',fname) ;

Using

Code: Select all
stoch_simul(order=1);


instead of

Code: Select all
stoch_simul;


seems to work.
------------
Johannes Pfeifer
University of Cologne
https://sites.google.com/site/pfeiferecon/
jpfeifer
 
Posts: 6940
Joined: Sun Feb 21, 2010 4:02 pm
Location: Cologne, Germany


Return to Dynare help

Who is online

Users browsing this forum: No registered users and 8 guests