Could you please guide me through my issues?
I have a problem with running dynare_sensitivity(identification=1, morris=2) and with the default morris=1 when identification=1.
The error is
"Attempted to access lpmatx(1,:); index out of bounds because size(lpmatx)=[0,0].
Error in map_ident_ (line 127)
set_shocks_param(lpmatx(1,:));
Error in dynare_sensitivity (line 225)
map_ident_(OutputDirectoryName,options_gsa);
Error in Model9 (line 446)
dynare_sensitivity(options_gsa);
Error in dynare (line 120)
evalin('base',fname) ;"
Another my concern is that figures are not saved locally in <mod_file>/GSA while they are quickly displayed during the program run. How can I store them altogether at once to carefully look at, afterwards? I am using the dynare version 4.3.1. The mod-file is attached.
Thank you