SMS:CMS-Wave Spectral Table File: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
Line 21: Line 21:
===Sample File===
===Sample File===
<tt>
<tt>
{|
:{|
|width="300"|ACE/vis drogue path file
|width="300"|ACE/vis drogue path file
|/* Title */
|/* Title */
Line 28: Line 28:
|/* Number of Time Steps */
|/* Number of Time Steps */
|-
|-
|
{|
{|
|width="100"|7200.0000
|width="100"|7200.0000
|width="200"|199
|width="200"|199
|}
|/* Current Time Step and Number of Particles */
|/* Current Time Step and Number of Particles */
|}
|-
|-
|
{|
{|
|width="125"|-0.766993322E+02
|width="125"|-0.766993322E+02
|width="125"|0.346589454E+02
|width="125"|0.346589454E+02
|width="50"|1
|width="50"|1
|/* xy values and id */
|-
|-
| -0.766986001E+02
| -0.766986001E+02
Line 44: Line 45:
|2
|2
|}
|}
|valign="top"|/* xy values and id */
|-
|
{|
{|
|-
|-
Line 51: Line 55:
|}
|}
|-
|-
|
{|
{|
|width="100"|8000.0000
|width="100"|8000.0000
|width="200"|199
|width="200"|199
|}
|/* Next Time Step and Number of Particles */
|/* Next Time Step and Number of Particles */
|}
|-
|-
|
{|
{|
|.
|.

Revision as of 15:42, 12 April 2013

Spectral Table Files contain the parameters for generated wave spectra. This file is created by SMS when the Spectral Energy dialog is used to create wave spectra. If wave spectra are imported from buoys or another source, this file will not exist. When this file exists, SMS can use the values in the table to populate the table in the Spectral Energy dialog to allow the user to edit the spectra being used.

SPECTRAL TABLE Values
Method Option Time Index Angle Hs(1) Tp(1) Gamma (1) Hs (1) Tp(1) Gamma(1) Hs(2) Tp(2) Gamma(2) Wind Fetch nn StdDev Depth Headers
0 -1 999.0 None 25.0 1.0 20.0 8.0 999.0 999.0 999.0 999.0 999.0 30.0 999.0 0.001 1st row of values
0 -1 999.0 None 30.0 1.0 16.0 8.0 999.0 999.0 999.0 999.0 999.0 30.0 999.0 0.001 2nd row of values


Sample File

ACE/vis drogue path file /* Title */
5 /* Number of Time Steps */
7200.0000 199
/* Current Time Step and Number of Particles */
-0.766993322E+02 0.346589454E+02 1
-0.766986001E+02 0.346616775E+02 2
/* xy values and id */
.
.
8000.0000 199
/* Next Time Step and Number of Particles */
.
.
/* EOF */

The number of particles must be the same for each time step.

Related Topics