Reporting few problems

Hi,
Just reporting few problems I have experienced lately:

1- files with extension .dyn do not work

2- mode_compute=0 mode_compute=2 do not work

3- it is not possible to place a dynare comment (//) after a statement. In the two examples below, the first leads to an error
a=b+c; // equation 1
a=b+c; % equation 1

4- solve_algo does not work

5- one cannot use the # sign in the model block.

Junior

[quote=“jmaih”]Hi,
Just reporting few problems I have experienced lately:

1- files with extension .dyn do not work
[/quote]

corrected

corrected

corrected

corrected

Still to be corrected.

The new version is available via SVN or tomorrow’s snapshot.
Thanks for mentioning those problems

Michel

Dynare statements starting with # inside the model block in order to redefine parameters are now available in version 4 via SVN or tomorrow’s snapshot

Best

Michel

Just to add one thing.

The # lines are not compatible with the # lines in Dynare 3 in the sense that the parameters behind # must not be declared in parameters statement. They are called ‘local’ parameters in the source code.

Ondra K.