next up previous contents
Next: Initial conditions Up: Time accuracy Previous: Time accuracy   Contents

Grid

The domain is 100 m long and 100 m deep, and it uses 100 vertical levels and 100 equilateral triangles, as defined in the planar straight line graph file rundata/oned.dat, which was created with the onedgrid.m m-file which can be downloaded from


http://suntans.stanford.edu/downloads_stanford .


All boundary edges are of type 1 (closed) boundaries. The depth is constant and is defined in initialization.c in the ReturnDepth function with the line

return 100;
Note that in order for this depth to be specified, the IntDepth parameter must be set to 0 in the suntans.dat parameter file.



2014-08-06