coordinates (counter-clockwise) of the semicircular open boundary.
Since the wave
model does not allow zero or negative depths in the computational domain, a minimum
depth must be specified when executing the program "resol".
Make sure that both
semicircle end points are inside an area where water depth is greater than the minimum
depth on at least one node of the background "rectangle". In this example, 2.0 (meters) is
used as the minimum depth and the points (3500.0,2700.0),(100.0,2450.0) as the starting
and end point coordinates for the semicircle. You may now quit the SMS (do not save
any file information at this time).
7.2.2 XYZ File Format
The input data file for the program "resol" must be a rectangular domain with
constant dx and dy for each direction. The file has the following format:
XYZ
x1 y1 z1
x2 y2 z2
.
.
.
xn yn zn
For example, by viewing "swansr.xyz" with a text editor, the following will be seen:
XYZ
0.0
0.0
0.0
0.0
200.0
0.0
0.0
400.0
0.0
0.0
600.0
0.0
0.0
800.0
0.0
0.0
1000.0
0.0
0.0
1200.0
0.0
0.0
1400.0
0.0
0.0
1600.0
0.0
0.0
1800.0
0.0
0.0
2000.0
0.0
0.0
2200.0
0.0
50