# Error during the execution model on dynare

**URL:** https://forum.dynare.org/t/error-during-the-execution-model-on-dynare/10643
**Category:** Steady state
**Created:** [27 August 2017 01:21 UTC](https://forum.dynare.org/t/error-during-the-execution-model-on-dynare/10643 "2017-08-27T01:21:08Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Idriss](https://forum.dynare.org/letter_avatar_proxy/v4/letter/i/3ab097/32.png) [@Idriss](https://forum.dynare.org/u/Idriss)
#### Post date: [27 August 2017 01:21 UTC](https://forum.dynare.org/t/error-during-the-execution-model-on-dynare/10643/1 "2017-08-27T01:21:09Z")

</div>

Hi professor please i’ve need your help when I launches my model here is what appears as error ![](https://forum.dynare.org/uploads/default/original/2X/9/976e905c9380e04969c8bde1852a9fb27847b79b.PNG)  
I would like to know if possible causes of this error.  
and know also as solve it  
My model[programme-1.mod](https://forum.dynare.org/uploads/default/original/2X/3/3f38837482ee6f1ccc2da97a82eb56addae9cc24.mod) (3.9 KB)

---

<div class="post-metadata">

### Author: ![Idriss](https://forum.dynare.org/letter_avatar_proxy/v4/letter/i/3ab097/32.png) [@Idriss](https://forum.dynare.org/u/Idriss)
#### Post date: [27 August 2017 01:22 UTC](https://forum.dynare.org/t/error-during-the-execution-model-on-dynare/10643/2 "2017-08-27T01:22:33Z")

</div>

thank you in advance  
Best

---

<div class="post-metadata">

### Author: ![jpfeifer](https://forum.dynare.org/user_avatar/forum.dynare.org/jpfeifer/32/5044_2.png) [@jpfeifer](https://forum.dynare.org/u/jpfeifer)
#### Post date: [27 August 2017 14:51 UTC](https://forum.dynare.org/t/error-during-the-execution-model-on-dynare/10643/3 "2017-08-27T14:51:32Z")

</div>

As the warning says

> Warning: Some of the parameters have no value (teta\_p, teta\_w, tau\_p, tau\_w, fhi, alpha, fhi\_r, fhi\_p, fhi\_y,  
> fhi\_q, rho\_a, rho\_p, rho\_w, chi\_p, chi\_w, rho\_ex, rho\_r, rho\_v, rho\_ups, rho\_nu, rho\_g) when using steady. If these  
> parameters are not initialized in a steadystate file or a steady\_state\_model-block, Dynare may not be able to solve  
> the model…

You cannot use an `estimated_params` -block to set parameter values for `stoch_simul`

---

<div class="post-metadata">

### Author: ![Idriss](https://forum.dynare.org/letter_avatar_proxy/v4/letter/i/3ab097/32.png) [@Idriss](https://forum.dynare.org/u/Idriss)
#### Post date: [27 August 2017 17:14 UTC](https://forum.dynare.org/t/error-during-the-execution-model-on-dynare/10643/4 "2017-08-27T17:14:00Z")

</div>

Yes master you’re right I have noted i’ll fix these errors beginner. thank you very much  
Best

---

<div class="post-metadata">

### Author: ![Idriss](https://forum.dynare.org/letter_avatar_proxy/v4/letter/i/3ab097/32.png) [@Idriss](https://forum.dynare.org/u/Idriss)
#### Post date: [28 August 2017 22:59 UTC](https://forum.dynare.org/t/error-during-the-execution-model-on-dynare/10643/5 "2017-08-28T22:59:35Z")

</div>

please professor i’ve changed the model according to your instructions but the error continues to appear here is the program.[program.mod](https://forum.dynare.org/uploads/default/original/2X/6/695fd1b12965319a5a4d4e7a29f41e14dbba832c.mod) (4.5 KB)

---

<div class="post-metadata">

### Author: ![jpfeifer](https://forum.dynare.org/user_avatar/forum.dynare.org/jpfeifer/32/5044_2.png) [@jpfeifer](https://forum.dynare.org/u/jpfeifer)
#### Post date: [29 August 2017 07:36 UTC](https://forum.dynare.org/t/error-during-the-execution-model-on-dynare/10643/6 "2017-08-29T07:36:57Z")

</div>

You did not provide initial values for the steady state computations. Most equations are inconsistent with the default 0 values you implicitly provided. Use e.g. an `initval`-block.

---

<div class="post-metadata">

### Author: ![Idriss](https://forum.dynare.org/letter_avatar_proxy/v4/letter/i/3ab097/32.png) [@Idriss](https://forum.dynare.org/u/Idriss)
#### Post date: [30 August 2017 11:50 UTC](https://forum.dynare.org/t/error-during-the-execution-model-on-dynare/10643/7 "2017-08-30T11:50:01Z")

</div>

Thank you master i took note
