[GRASS-SVN] r46354 - grass/trunk/raster3d/r3.gwflow
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun May 22 06:54:33 EDT 2011
Author: mmetz
Date: 2011-05-22 03:54:33 -0700 (Sun, 22 May 2011)
New Revision: 46354
Modified:
grass/trunk/raster3d/r3.gwflow/r3.gwflow.html
Log:
fix typos
Modified: grass/trunk/raster3d/r3.gwflow/r3.gwflow.html
===================================================================
--- grass/trunk/raster3d/r3.gwflow/r3.gwflow.html 2011-05-22 10:26:13 UTC (rev 46353)
+++ grass/trunk/raster3d/r3.gwflow/r3.gwflow.html 2011-05-22 10:54:33 UTC (rev 46354)
@@ -92,7 +92,7 @@
r3.gwflow --o solver=cg phead=phead status=status hc_x=hydcond hc_y=hydcond \
hc_z=hydcond q=well s=syield r=recharge output=gwresult dt=8640000 vx=vx vy=vy vz=vz budget=budget
-# The data can be visulaized with paraview when exported with r3.out.vtk
+# The data can be visualized with paraview when exported with r3.out.vtk
r3.out.vtk -p in=gwresult,status,budget vector=vx,vy,vz out=/tmp/gwdata3d.vtk
#now load the data into paraview
@@ -100,7 +100,7 @@
</pre></div>
<H2>EXAMPLE 2</H2>
-This will create a nice 3d model with geolgical layer with different
+This will create a nice 3d model with geological layer with different
hydraulic conductivities. Make sure you are not in a lat/lon projection.
<div class="code"><pre>
@@ -121,7 +121,7 @@
r3.gwflow --o solver=cg phead=phead status=status hc_x=hydcond hc_y=hydcond \
hc_z=hydcond q=well s=syield output=gwresult dt=8640000 vx=vx vy=vy vz=vz budget=budget
-# The data can be visulaized with paraview when exported with r3.out.vtk
+# The data can be visualized with paraview when exported with r3.out.vtk
r3.out.vtk -p in=gwresult,status,budget,hydcond,well vector=vx,vy,vz out=/tmp/gwdata3d.vtk
#now load the data into paraview
More information about the grass-commit
mailing list