<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi, </div><div><br></div><div>I checked the temp file that is saved during the v.vol.rst interpolation process, and the file went up to over 50 GB and more until the space on my laptop (free space of 100GB) was exausted.</div>So I copied all the grass data file onto an external hard drive with 1 Terabyte of space. started grass and browsed to the data that is saved on the external hard drive.  when running vvolrst, the process also crashed due to not enough space.... </div><div dir="ltr">the memory situation is much better during the process.</div><div>for some reason it does not seem to increase the size of the temp file on the hard drive...</div><div>see error message below.</div><div dir="ltr"><div dir="ltr"><span style="background-color:rgb(255,255,0)">(Sat Jan 12 17:28:02 2019)                                                      </span></div><div dir="ltr"><span style="background-color:rgb(255,255,0)">v.vol.rst --overwrite input=Dec16CleanedJjan12@Toronto wcolumn=dbl_2 dmin=1 elevation=dec16jan12</span></div><div dir="ltr"><span style="background-color:rgb(255,255,0)">280957 records selected from table</span></div><div dir="ltr"><span style="background-color:rgb(255,255,0)">WARNING: Some points outside of region -- will ignore...</span></div><div dir="ltr"><span style="background-color:rgb(255,255,0)">Processing all selected output files will require 2134724556 bytes of disk space for temp files</span></div><div dir="ltr"><span style="background-color:rgb(255,255,0)">WARNING: There are points outside specified 2D/3D region--ignored 1 points (total points: 280957)</span></div><div dir="ltr"><span style="background-color:rgb(255,255,0)">WARNING: Points are more dense than specified 'DMIN'--ignored 158199 points (remain 122758)</span></div><div dir="ltr"><span style="background-color:rgb(255,255,0)">WARNING: Unable to create 'cross_output' raster map without 'cross_input' raster map being specified</span></div><div dir="ltr"><span style="background-color:rgb(255,255,0)">ERROR: Not enough disk space - cannot write temp files</span></div><div dir="ltr"><span style="background-color:rgb(255,255,0)">(Sat Jan 12 17:54:14 2019) Command finished (26 min 12 sec)</span></div><div><br></div><div>below is the g.region -p3 printed, as you can see this is a large domain and high resolution. </div><div><br></div><div><div>projection: 1 (UTM)</div><div>zone:       17</div><div>datum:      nad83</div><div>ellipsoid:  grs80</div><div>north:      4924870</div><div>south:      4784003</div><div>west:       585000</div><div>east:       679717</div><div>top:        453.00000000</div><div>bottom:     2.16080000</div><div>nsres:      50.00603479</div><div>nsres3:     5.00007099</div><div>ewres:      50.00897571</div><div>ewres3:     5.00010558</div><div>tbres:      0.999643458980044</div><div>rows:       2817</div><div>rows3:      28173</div><div>cols:       1894</div><div>cols3:      18943</div><div>depths:     451</div><div>cells:      5335398</div><div>cells3:     240690193689</div><div><br></div><div><br></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">Le jeu. 27 déc. 2018 à 07:24, Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Dec 20, 2018 at 2:42 AM Francois Chartier<br>
<<a href="mailto:fra.chartier@gmail.com" target="_blank">fra.chartier@gmail.com</a>> wrote:<br>
> Hi,<br>
><br>
> trying to run v.vol.rst with a larger dataset but using a smaller footprint for the interpolation, using the same domain than  my previous dataset.<br>
> The interpolation does not reach the end of the simulation as there is not enough disk space.  Any way around this?<br>
<br>
... get more disk space :-)<br>
<br>
> (Wed Dec 19 20:24:48 2018)<br>
> v.vol.rst --overwrite input=GeomodDec16@Toronto wcolumn=dbl_2 tension=100 elevation=trialdec16<br>
> 280957 records selected from table<br>
> WARNING: Some points outside of region -- will ignore...<br>
> WARNING: Strip exists with insufficient data<br>
> Processing all selected output files will require 1830391004 bytes of disk space for temp files<br>
> WARNING: There are points outside specified 2D/3D region--ignored 222354 points (total points: 280957)<br>
> WARNING: Points are more dense than specified 'DMIN'--ignored 1946 points (remain 279011)<br>
> WARNING: Unable to create <(null)> raster map without cross_input raster map being specified<br>
<br>
(note: this <(null)> in that message I have fixed now but it is<br>
unrelated to the problem).<br>
<br>
> ERROR: Not enough disk space - cannot write temp files<br>
<br>
When running the command keep an eye on the disk space: perhaps it<br>
writes the temp files to a very small partition?<br>
<br>
> (Wed Dec 19 20:29:56 2018) Command finished (5 min 8 sec)<br>
><br>
> g.region -3p  [i have set a number of rows and columns to 100 for each, and res3.value as 1 (not sure if this contradict the number of column and rows)<br>
> projection: 1 (UTM)<br>
> zone:       17<br>
> datum:      nad83<br>
> ellipsoid:  grs80<br>
> north:      4862000<br>
> south:      4846000<br>
> west:       609200<br>
> east:       651700<br>
> top:        250.00000000<br>
> bottom:     50.00000000<br>
> nsres:      160<br>
> nsres3:     0.11358232<br>
> ewres:      425<br>
> ewres3:     0.44870509<br>
<br>
nsres3 and ewres3 are not equal, is that intended?<br>
<br>
> tbres:      2<br>
> rows:       100<br>
> rows3:      140867<br>
> cols:       100<br>
> cols3:      94717<br>
> depths:     100<br>
> cells:      10000<br>
> cells3:     1334249963900<br>
<br>
This is a fairly large amount of voxels: 1.33425e+12<br>
<br>
Likely the need for much temp space stems from that.<br>
<br>
Markus<br>
</blockquote></div>