<div dir="ltr"><br><br>On Wed, Aug 14, 2019 at 8:32 PM Veronica Andreo <<a href="mailto:veroandreo@gmail.com">veroandreo@gmail.com</a>> wrote:<br>><br>> Hello,<br>><br>> I'm preparing a workshop for geostat and I want to use r.bioclim. Data was converted to degree C. This is the command i use:<br>><br>> r.bioclim \<br>>   tmin=`g.list type=raster pattern="lst_minimum_??" separator=,` \<br>>   tmax=`g.list type=raster pattern="lst_maximum_??" separator=,` \<br>>   tavg=`g.list type=raster pattern="lst_average_??" separator=,` \<br>>   output=lst_ \<br>>   toutscale=1  <br>><br>> However, I get the following error, when the process reaches bio11 and bio11:<br>><br>> Mean temperature for each quarter year ...<br>> BIO10 = Mean Temperature of Warmest Quarter,<br>> BIO11 = Mean Temperature of Coldest Quarter ...<br>> ERROR: Raster map not found<br>> Traceback (most recent call last):<br>>   File "/home/veroandreo/.grass7/addons/scripts/r.bioclim", line 618, in <module><br>>     main()<br>>   File "/home/veroandreo/.grass7/addons/scripts/r.bioclim", line 316, in main<br>>     method = 'maximum,minimum')<br>>   File "/home/veroandreo/software/grass77-dev/dist.x86_64-pc-linux-gnu/etc/python/grass/script/core.py", line 441, in run_command<br>>     return handle_errors(returncode, returncode, args, kwargs)<br>>   File "/home/veroandreo/software/grass77-dev/dist.x86_64-pc-linux-gnu/etc/python/grass/script/core.py", line 343, in handle_errors<br>>     returncode=returncode)<br>> grass.exceptions.CalledModuleError: Module run None r.series input= output=lst_bio10.18931,lst_bio11.18931 method=maximum,minimum ended with error<br>> Process ended with non-zero return code 1. See errors in the (error) output.<br>><br>> The input maps are there (12 Tmin, 12 Tmax and 12 Tavg), which is the map it does not find then? Where do I find this (error) output??<br><div><br></div><div>this error was introduced by Markus N with</div><div><a href="https://github.com/OSGeo/grass-addons/commit/7eb1fc10fcc7e56e93444a37287602ff41ec6a15#diff-53570b3d7e95af6c262896a8d57e367e">https://github.com/OSGeo/grass-addons/commit/7eb1fc10fcc7e56e93444a37287602ff41ec6a15#diff-53570b3d7e95af6c262896a8d57e367e</a></div><div><br></div><div>fixed in 7433d29b</div><div><br></div><div>Markus M<br></div><div><br></div><div>></div>> Thanks in advance for any help<br>> Vero<br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a></div>