gstat-info  

MINOR IMPORTANCE Excessive check print in conditional simulation

bob sandefur
Fri, 10 Oct 2003 13:49:59 -0700

Dear List:

On windoze xp gstat 2.4.3 self compiled on cygwin

I am conditionally simulating 3,500,000 1 x 1 X Bench height blocks
(actually 7,000,000 in two pieces due to memory issues) using the gscmd
file:

data(MN): 'jnkamable.eas', x=1, y=2, z=3, v=6, min=3, max=12,radius=120;
data(): 'jnkpauamable2.eas', x=1, y=2, ,z=3;
variogram(MN): 0.066 Nug() + 0.22 Sph(80) + 0.27 Sph(278) + 0.348057
Sph(929.455);
method: gs;
set output='jnksimamable2.eas';
set nsim=1;

Results seem fine but I get a lot of (I suspect 3,500,000) lines of:

Warning: this version of gstat was not compiled with grass support
Warning: this version of gstat was not compiled with grass support
Warning: this version of gstat was not compiled with grass support
Warning: this version of gstat was not compiled with grass support
Warning: this version of gstat was not compiled with grass support
Warning: this version of gstat was not compiled with grass support
Warning: this version of gstat was not compiled with grass support
Warning: this version of gstat was not compiled with grass support
Warning: this version of gstat was not compiled with grass support
Warning: this version of gstat was not compiled with grass support
Warning: this version of gstat was not compiled with grass support
Warning: this version of gstat was not compiled with grass support

a redirect to /dev/null fixes this but a complaint for every cell seems
excessive. (This is probably a trival fix but I have looked at source)

Robert (Bob) L. Sandefur PE
Geostatistical Associate
CAM
200 Union Suite G-13
Lakewood, Co
80228

[EMAIL PROTECTED]
[EMAIL PROTECTED]

303 472-3240 (cell) <-best  choice

303 716-1617


  • MINOR IMPORTANCE Excessive check print in conditional simulation bob sandefur