<div dir="ltr">Hi,<br>i don't know why this happens. It may be a bug in the temporal framework or in itzi. Testing the code in the temporal framework seems to work, but more testing is needed.<br>However, the traceback is fine, but there must be an error message that will tell you what mapset is missing and what mapsets are in the temporal framework search path. <br><br>Something like:<br>"""<br>You have no permission to "<br>       "access mapset <%(mapset)s>, or "<br>       "mapset <%(mapset)s> has no temporal database. "<br>       "Accessable mapsets are: <%(mapsets)s><br><br>"""<br><br>Best regards<div>Soeren<br><br><br>2016-10-16 22:03 GMT+02:00 Rich Shepard <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>>:<br>><br>> On Sat, 15 Oct 2016, Sören Gebbert wrote:<br>><br>>> Please try to put all mapsets that you use in your analysis into the<br>>> mapset search path. The temporal framework will only access strds in<br>>> mapsets that are located in the current search path.<br>><br>><br>> Soeren,<br>><br>>   Current mapset is 'analyses':<br>><br>>> g.mapset -p<br>><br>> analyses<br>><br>>   Some maps might be in other mapsets so ...<br>><br>>> g.mapsets -p<br>><br>> Accessible mapsets:<br>> analyses PERMANENT features soils topography precipitation<br>><br>> which is all the mapsets in the location.<br>><br>>   The file, itzi-param.txt, contains:<br>><br>> [time]<br>> duration = 2:00:00<br>> record_step = 00:05:00<br>><br>> [input]<br>> dem = be_cropped@topography<br>> friction = n<br>> rain = rain<br>><br>> [output]<br>> prefix = pop<br>> values = h, wse, v, vdir, boundaries<br>><br>> [statistics]<br>> stats_file = pop.csv<br>><br>>   And this is the traceback:<br>><br>><br>>> itzi run itzi-param.txt<br>><br>> Starting simulation of itzi-param.txt... WARNING: Error during execution: Traceback (most recent call last):<br>>   File "/usr/lib/python2.7/site-packages/itzi/itzi.py", line 183, in<br>> sim_runner_worker<br>>     sim_runner.run()<br>>   File "/usr/lib/python2.7/site-packages/itzi/itzi.py", line 90, in run<br>>     sim_param=self.conf.sim_param)<br>>   File "/usr/lib/python2.7/site-packages/itzi/simulation.py", line 77, in<br>> __init__<br>>     self.gis.read(self.in_map_names)<br>>   File "/usr/lib/python2.7/site-packages/itzi/gis.py", line 187, in read<br>>     elif self.name_is_stds(self.format_id(map_name)):<br>>   File "/usr/lib/python2.7/site-packages/itzi/gis.py", line 138, in<br>> name_is_stds<br>>     if tgis.SpaceTimeRasterDataset(name).is_in_db():<br>>   File<br>> "/usr/local/grass-7.3.svn/etc/python/grass/temporal/abstract_dataset.py",<br>> line 368, in is_in_db<br>>     return self.base.is_in_db(dbif)<br>>   File "/usr/local/grass-7.3.svn/etc/python/grass/temporal/base.py", line<br>> 315, in is_in_db<br>>     dbif.execute(sql, mapset=self.mapset)<br>>   File "/usr/local/grass-7.3.svn/etc/python/grass/temporal/core.py", line<br>> 981, in execute<br>>     self._create_mapset_error_message(mapset)))<br>>   File<br>> "/usr/local/grass-7.3.svn/etc/python/grass/pygrass/messages/__init__.py",<br>> line 271, in fatal<br>>     sys.exit(1)<br>> SystemExit: 1<br>><br>> Simulations complete. Elapsed times: itzi-param.txt: 0:00:01 Total: 0:00:01 Average: 0:00:01<br>><br>>   Please suggest what I should try modifying.<br>><br>> Thanks,<br>><br>><br>> Rich<br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</a></div></div>