On Fri, May 2, 2014 at 6:20 PM, Veronica Andreo <[email protected]> wrote: > Hi Markus, all > > Thanks much for answering! and for the example! > >> >> > I'm using the following command to run r.hants on a series of 506 maps >> > of >> > chlorophyll. It seems to start thinking and a few seconds after i get an >> > error: >> > >> > r.hants file=lista_hants nf=6 fet=0.1 dod=5 delta=0.1 base_period=46 >> > >> > ERROR: no temp files available >> >> probably it runs out of memory? How many pixels does one map have? > > > I have 506 maps, 146880 pixels each... maybe that's too much for my laptop? > :P
Please run your calculation in DEBUG mode: g.gisenv set=DEBUG=1 r.hants ... The relevant part for us is around this error message (it will print a lot more of course). You may dump the interesting part here http://pastebin.com/ and send the resulting URL only. We'll figure out! :) ciao Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
