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

From XMS Wiki
Jump to navigationJump to search
(inserted filetype ending and clarified that it's ASCII)
 
(17 intermediate revisions by one other user not shown)
Line 1: Line 1:
Spectral Table Files contain the parameters for generated wave spectra.  This file is created by SMS when the [[SMS:Spectral Energy|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 [[SMS:Spectral Energy|Spectral Energy]] dialog to allow the user to edit the spectra being used.
Spectral Table Files (*.txt) contain the parameters for generated wave spectra.  The ASCII file is created by SMS when the [[SMS:Spectral Energy|''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 editing the spectra being used.


{| cellspacing="0" cellpadding="0" border="1"
{| cellspacing="0" cellpadding="0" border="1"
|width="800"|  SPECTRAL TABLE
!width="800"|  SPECTRAL TABLE
|width="150"|  Values
!width="150"|  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  
| 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  
Line 17: Line 17:


===Sample File===
===Sample File===
 
<blockquote>
{|
<tt>
{| style="background: #F9F9F9"
|width="300"|ACE/vis drogue path file
|width="300"|ACE/vis drogue path file
|/* Title */
|/* Title */
Line 25: Line 26:
|/* Number of Time Steps */
|/* Number of Time Steps */
|-
|-
{|
|
{| style="background: #F9F9F9"
|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 */
|}
|-
|-
{|
|
{| style="background: #F9F9F9"
|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 41: Line 43:
|2
|2
|}
|}
{|
|valign="top"|/* xy values and id */
|-
|
{| style="background: #F9F9F9"
|-
|-
|.
|.
Line 48: Line 53:
|}
|}
|-
|-
{|
|
{| style="background: #F9F9F9"
|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 */
|}
|-
|-
{|
|
{| style="background: #F9F9F9"
|.
|.
|-
|-
Line 62: Line 69:
|}
|}
|}
|}
</tt></blockquote>


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


==Related Topics==
==Related Topics==
* [[SMS:CMS-Wave_Files]]
* [[SMS:CMS-Wave Files|CMS-Wave Files]]
* [[SMS:File Formats|File Formats]]
* [[SMS:File Formats|File Formats]]


Line 72: Line 81:
{{Template:Navbox SMS}}
{{Template:Navbox SMS}}


[[Category:CMS-Wave]]
[[Category:CMS-Wave|S]]
[[Category:Spectral Energy|C]]
[[Category:SMS File Formats|C]]

Latest revision as of 18:16, 24 May 2016

Spectral Table Files (*.txt) contain the parameters for generated wave spectra. The ASCII 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 editing 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