Dynare — executes Dynare
Dynare
FILENAME
[.mod]
Dynare executes instruction included in filename.mod
.
filename.mod
is the name of the model file containing the
model and the processing instructions.
In Matlab, Dynare creates three intermediary files:
filename.m
with the instructions for the simulations
filename_ff.m
with the dynamic model equations
filename_fff.m
with the long run static model equations
In Scilab, Dynare creates three intermediary files:
filename.sci
with the instructions for the simulations
filename_ff.sci
with the dynamic model equations
filename_fff.sci
with the long run static model equations
In Gauss, Dynare creates an intermediary file filename.gau
with the instructions for the simulations. The Gauss version still accepts the former .mdl
extension, but it is now deprecated.
These files may be looked at to understand errors reported at the simulation stage.