<div dir="ltr"><div>Hello, <br></div><div><br></div><div>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:</div><div><br></div><div>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  </div><div><br></div><div>However, I get the following error, when the process reaches bio11 and bio11:</div><div><br></div><div>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.</div><div><br></div><div>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><div><br></div><div>Thanks in advance for any help</div><div>Vero<br></div></div>