[GRASS-user] Wave models

Hamish hamish_nospam at yahoo.com
Thu Nov 16 01:49:21 EST 2006


Armando Scalise wrote:
> I am starting a project to model ocean waves refraction using GRASS,
> by applying the Runge-Kutta method for solving differential equations.
>
> I have made a search on the internet, and found scarce references to
> existing works.
> 
> I would appreciate any leads to examples and previous works.


A couple of us have used the SWAN wave model (GPL, FORTRAN) with GRASS.
  http://fluidmechanics.tudelft.nl/swan/default.htm

workflow was like: 

generate DEM bathymetry in GRASS (v.surf.* and friends)
export bathymetry as ascii grid (r.out.ascii)
set up and run the model
load results into Matlab
do_stuff()
import back into GRASS with r.in.mat
do_stuff()
plot it.  (ps.map, d.rast.arrow, r.contour, thresholds, ...)


Hamish




More information about the grass-user mailing list