Help - DSGE models

hello
I am surfacing error so it cannot drive the models:

Error using print_info (line 32)
The steady state has NaNs or Inf.

Error in steady (line 102)
print_info(info,options_.noprint, options_);

Error in model1102.driver (line 906)
steady;

Error in dynare (line 281)
evalin(‘base’,[fname ‘.driver’]);

I send my equations and codes

code.pdf (167.1 KB)

model1102.mod (6.1 KB)

can every one help me?
thank you

Please do not double post.

still applies. Now it’s e.g. Hbarp in

H_prime=(cbar/Hbarp)*con+(Ibarh/Hbarp)*Lh+(Ibarhp/Hbarp)*Lh_prime+(gbar/Hbarp)*g;

thank you

but when I set
Hbarp≠0
all results are NaN.
and when I set
Hbarp=0
just 3 residuals resulting in NaN.

And I don’t know why

You need to check your linearization. It must be wrong.