From 52cb36d433f06ec22dc566d67d7b0eceea4ec109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Wed, 27 Nov 2019 17:30:55 +0100 Subject: [PATCH] Preprocessor update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - new include_eqs and exclude_eqs command-line options - new “forecast” option to “shock_decomposition” - remove the “linear” option of “stoch_simul” - forbid exogenous and exogenous deterministic variables in STEADY_STATE operator (#825) --- doc/manual/source/the-model-file.rst | 3 +++ preprocessor | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index 08955a0fd..e338b0cfb 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -578,6 +578,9 @@ not in EXPRESSION): you may want to use the value of GDP at steady state to compute the output gap. + Exogenous and exogenous deterministic variables may not appear in + MODEL_EXPRESSION. + .. operator:: EXPECTATION (INTEGER) (MODEL_EXPRESSION) This operator is used to take the expectation of some expression diff --git a/preprocessor b/preprocessor index 1ec3923a6..d008113d6 160000 --- a/preprocessor +++ b/preprocessor @@ -1 +1 @@ -Subproject commit 1ec3923a6b9075526a24947ae10dab25b9a0d5d4 +Subproject commit d008113d69137b4600e61758df1721c534c6a9c1