``cite'' the steady state level in the model block

In the model block, can we ``cite’’ the steady state level computed in the steady_state_ model block?
for example:

model;
log(M)-log(Mbar)=rho*(log(M(-1))-log(Mbar));
end;

where Mbar is the steady state of M

Thanks!

Use the steady_state-operator:

model; log(M)-log(steady_state(Mbar))=rho*(log(M(-1))-log(steady_state(M))); end;
Note, however, that the steady state must be uniquely determined. See the discussion at the bottom of [Open Economy)