<p dir="ltr">This error is related to the temporal topology of the rainfall strds, it seems to lack interval time.</p>
<div class="gmail_quote">Am 23.02.2017 22:22 schrieb "Rich Shepard" <<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, 23 Feb 2017, Laurent C. wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
  Because Itzi does not like maps to be in different mapsets.<br>
</blockquote>
<br>
That is not true. You just have to provide Itzï with the fully<br>
qualified ID in the form mapname@mapset, like every other GRASS<br>
module.<br>
</blockquote>
<br>
Laurent,<br>
<br>
  The parameter file contains:<br>
<br>
[input]<br>
dem = open_culvert@topography<br>
friction = manning@topography<br>
rain = rainfall@precipitation<br>
<br>
  What's wrong with these? The model does not run with this parameter file:<br>
<br>
time itzi run itzi-open-culvert.txt<br>
Starting simulation of itzi-open-culvert.txt... WARNING: rainfall@precipitation: invalid topology 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 189, in read<br>
    if not self.stds_temporal_sanity(strd<wbr>s_id):<br>
  File "/usr/lib/python2.7/site-packa<wbr>ges/itzi/gis.py", line 222, in<br>
stds_temporal_sanity<br>
    if stds_start > sim_start:<br>
TypeError: can't compare datetime.datetime to NoneType<br>
<br>
Simulations complete. Elapsed times: itzi-open-culvert.txt: 0:00:00 Total: 0:00:00 Average: 0:00:00<br>
<br>
real    0m0.871s<br>
user    0m0.751s<br>
sys     0m0.129s<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="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/grass-user</a></blockquote></div>