SMS:CMS-Wave Simulation File: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
CMS-Wave simulation files contain a list of file names that are part of the simulation. This file is created by SMS when the simulation or project is saved. The file begins with a keyword that identifies this as a CMS-Wave simulation file, followed by the world origin and orientation of the grid. The origin is used to display the grid in a global projection (such as UTM or State Plane). It generally corresponds to the location of the corner of the grid offshore. The orientation is the CCW angle from East to the direction of the grid that goes from offshore to on shore. (For example, a coast that opens due West would have an orientation of 0.0, an coast line open to the South would have an orientaion around 270 (or -90) degrees.) | CMS-Wave simulation files contain a list of file names that are part of the simulation. This file is created by SMS when the simulation or project is saved. The file begins with a keyword that identifies this as a CMS-Wave simulation file, followed by the world origin and orientation of the grid. The origin is used to display the grid in a global projection (such as UTM or State Plane). It generally corresponds to the location of the corner of the grid offshore. The orientation is the CCW angle from East to the direction of the grid that goes from offshore to on shore. (For example, a coast that opens due West would have an orientation of 0.0, an coast line open to the South would have an orientaion around 270 (or -90) degrees.) | ||
Revision as of 23:32, 23 April 2013
CMS-Wave simulation files contain a list of file names that are part of the simulation. This file is created by SMS when the simulation or project is saved. The file begins with a keyword that identifies this as a CMS-Wave simulation file, followed by the world origin and orientation of the grid. The origin is used to display the grid in a global projection (such as UTM or State Plane). It generally corresponds to the location of the corner of the grid offshore. The orientation is the CCW angle from East to the direction of the grid that goes from offshore to on shore. (For example, a coast that opens due West would have an orientation of 0.0, an coast line open to the South would have an orientaion around 270 (or -90) degrees.)
Sample File
CMS-Wave 902500.0 4086600 135 | /* Key word, grid origin, grid orientation*/ | |
DEP | grid.dep | /* Name of input file containing depth values for each cell */ |
OPTS | grid.std | /* Name of input file containing model parameters */ |
CURR | curgrid.cur | /* Name of optional input file containing current values (vx and vy) for each cell */ |
SPEC | grid.eng | /* Name of input file containing energy density spectra (required in most cases) */ |
WAVE | grid.wav | /* Name of output file for spatial wave conditions (height, direction) for each cell */ |
OBSE | grid.obs | /* Name of output file to save full spectra at specified monitoring locations */ |
NEST | grid.nst | /* Name of output file to save full spectra at specified nesting cells */ |
BREAK | grid.brk | /* Name of output file to save wave breaking indices or energy disipations at each cell */ |
SPGEN | grid.txt | /* Name of spectral parameter file, contains parameters used to generate spectra */ |
RADS | grid.rad | /* Name of output file to save wave radiation stress gradients at each cell */ |
STRUCT | grid.struct | /* Name of input file containing structure flags for each cell */ |
SUR | grid.eta | /* Name of optional input file containing spatially varied surge at each cell */ |
The number of particles must be the same for each time step.
Related Topics
SMS – Surface-water Modeling System | ||
---|---|---|
Modules: | 1D Grid • Cartesian Grid • Curvilinear Grid • GIS • Map • Mesh • Particle • Quadtree • Raster • Scatter • UGrid | |
General Models: | 3D Structure • FVCOM • Generic • PTM | |
Coastal Models: | ADCIRC • BOUSS-2D • CGWAVE • CMS-Flow • CMS-Wave • GenCade • STWAVE • WAM | |
Riverine/Estuarine Models: | AdH • HEC-RAS • HYDRO AS-2D • RMA2 • RMA4 • SRH-2D • TUFLOW • TUFLOW FV | |
Aquaveo • SMS Tutorials • SMS Workflows |