Deterministic shocks from data file. It is possible?

Hi all!

I have a deterministic growth model and want to consider many shocks to the exogenous variables. I know I can put these shocks by hand. However, the code becomes very inelegant.

Is there a way to load the shock values from a data file?

Attached is my code. Look at the shocks block to see how many shocks I have.

Best to all.
code2.mod (5.04 KB)

Yes. See

in the manual.

Thanks jpfeifer!

Could you please show me a piece of code using this command? In the manual there is no example using this command.

Best.

See github.com/DynareTeam/dynare/tree/master/tests/initval_file

Thanks! I will take a look!