<div dir="ltr">Please try to put all mapsets that you use in your analysis into the mapset search path. The temporal framework will only access strds in mapsets that are located in the current search path.<div><br></div><div>Best</div><div>Soeren</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-10-11 20:38 GMT+02:00 Rich Shepard <span dir="ltr"><<a href="mailto:rshepard@appl-ecosys.com" target="_blank">rshepard@appl-ecosys.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, 11 Oct 2016, Laurent C. wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
- Your rainfall rate is very small.<br>
</blockquote>
<br></span>
Laurent,<br>
<br>
  Changed rain to 10 mm/h, time to 2 hrs with 5 min steps. Specified mapset<br>
for DEM map (be_cropped) as it's not in the analyses mapset.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
- By setting bctype=4 and bcvalue=0 on all your region, you're forcing<br>
a water depth of zero everywhere. For a start, you can drop those<br>
parameters.<br>
</blockquote>
<br></span>
  Removed both bctype and bcvalue.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
About the problem you encounter. Since GRASS does not support python3<br>
(AFAIK), Itzï is only tested with python 2.7. It is strange that it<br>
installed with python3. To force the installation with python2, you<br>
can run the following command:<br>
$ pip2 install itzi --user<br>
</blockquote>
<br></span>
  Yes, now itzi is installed for both python2 and python3.<br>
<br>
  There is an issue with the time-space databases that prevent the<br>
simulation from running:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
itzi run itzi-param.txt <br>
</blockquote>
Starting simulation of itzi-param.txt... WARNING: Error during execution: Traceback (most recent call last):<br>
  File "/usr/lib/python2.7/site-packa<wbr>ges/itzi/itzi.py", line 183, in<br>
sim_runner_worker<br>
    sim_runner.run()<br>
  File "/usr/lib/python2.7/site-packa<wbr>ges/itzi/itzi.py", line 90, in run<br>
    sim_param=self.conf.sim_param)<br>
  File "/usr/lib/python2.7/site-packa<wbr>ges/itzi/simulation.py", line 77, in<br>
__init__<br>
    self.gis.read(self.in_map_name<wbr>s)<br>
  File "/usr/lib/python2.7/site-packa<wbr>ges/itzi/gis.py", line 187, in read<br>
    elif self.name_is_stds(self.format_<wbr>id(map_name)):<br>
  File "/usr/lib/python2.7/site-packa<wbr>ges/itzi/gis.py", line 138, in<br>
name_is_stds<br>
    if tgis.SpaceTimeRasterDataset(na<wbr>me).is_in_db():<br>
  File<br>
"/usr/local/grass-7.3.svn/etc/<wbr>python/grass/temporal/abstract<wbr>_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/<wbr>python/grass/temporal/base.py"<wbr>, line<br>
315, in is_in_db<br>
    dbif.execute(sql, mapset=self.mapset)<br>
  File "/usr/local/grass-7.3.svn/etc/<wbr>python/grass/temporal/core.py"<wbr>, line<br>
981, in execute<br>
    self._create_mapset_error_mess<wbr>age(mapset)))<br>
  File<br>
"/usr/local/grass-7.3.svn/etc/<wbr>python/grass/pygrass/messages/<wbr>__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:00 Total: 0:00:00 Average: 0:00:00<div class="HOEnZb"><div class="h5"><br>
<br>
Rich<br>
______________________________<wbr>_________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman<wbr>/listinfo/grass-user</a></div></div></blockquote></div><br></div>