Steady state restrictions

I am trying to implement ECB’s New Area Wide Model (NAWM). The model in my .mod file is already log-linearized but I have to take into account a growth rate of labour productivity of 2% at the steady state.

I tried adding equations to my model block using the STEADY_STATE() expression, but the result is that I have more equations than endogenous variables because of it. Is there any other way to use restrictions on a steady state?

I am not sure, I get the question. But in such cases, using a steady state file is often best. As a starting point, see here [Solving for Steady State with an external matlab file)

Thank you jpfeifer. I had some problems understanding if I can give or not a numerical solution in the steady state file.