Error Steady State

Dear all,

I’m trying to solve the steady state of a DSGE model but I’m getting the errors below.

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 SS2.driver (line 375)
steady;

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

I attached the file with the code used.

Thanks.,SS2.mod (2.2 KB)

You need to provide explicit starting values for variables that cannot be 0.

Thanks a lot!