[GRASS-user] error in r.bioclim

Veronica Andreo veroandreo at gmail.com
Wed Aug 14 11:31:53 PDT 2019


Hello,

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:

r.bioclim \
  tmin=`g.list type=raster pattern="lst_minimum_??" separator=,` \
  tmax=`g.list type=raster pattern="lst_maximum_??" separator=,` \
  tavg=`g.list type=raster pattern="lst_average_??" separator=,` \
  output=lst_ \
  toutscale=1

However, I get the following error, when the process reaches bio11 and
bio11:

Mean temperature for each quarter year ...
BIO10 = Mean Temperature of Warmest Quarter,
BIO11 = Mean Temperature of Coldest Quarter ...
ERROR: Raster map not found
Traceback (most recent call last):
  File "/home/veroandreo/.grass7/addons/scripts/r.bioclim", line 618, in
<module>
    main()
  File "/home/veroandreo/.grass7/addons/scripts/r.bioclim", line 316, in
main
    method = 'maximum,minimum')
  File
"/home/veroandreo/software/grass77-dev/dist.x86_64-pc-linux-gnu/etc/python/grass/script/core.py",
line 441, in run_command
    return handle_errors(returncode, returncode, args, kwargs)
  File
"/home/veroandreo/software/grass77-dev/dist.x86_64-pc-linux-gnu/etc/python/grass/script/core.py",
line 343, in handle_errors
    returncode=returncode)
grass.exceptions.CalledModuleError: Module run None r.series input=
output=lst_bio10.18931,lst_bio11.18931 method=maximum,minimum ended with
error
Process ended with non-zero return code 1. See errors in the (error) output.

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??

Thanks in advance for any help
Vero
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20190814/4cc49614/attachment.html>


More information about the grass-user mailing list