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

From XMS Wiki
Jump to navigationJump to search
No edit summary
(inserted filetype ending and clarified that it's ASCII)
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Hide in print|{{CMS-Wave Menubox}}
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.
}}


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 ''Spectral Energy'' dialog to allow the user to edit the spectra being used.
{| cellspacing="0" cellpadding="0" border="1"
 
{| class="wikitable"
!width="800"|  SPECTRAL TABLE
!width="800"|  SPECTRAL TABLE
!width="150"|  Values
!width="150"|  Values
Line 20: Line 17:


===Sample File===
===Sample File===
<blockquote>
<tt>
<tt>
{|
{| style="background: #F9F9F9"
|width="300"|ACE/vis drogue path file
|width="300"|ACE/vis drogue path file
|/* Title */
|/* Title */
Line 29: Line 27:
|-
|-
|
|
{|
{| style="background: #F9F9F9"
|width="100"|7200.0000
|width="100"|7200.0000
|width="200"|199
|width="200"|199
Line 36: Line 34:
|-
|-
|
|
{|
{| style="background: #F9F9F9"
|width="125"|-0.766993322E+02
|width="125"|-0.766993322E+02
|width="125"|0.346589454E+02
|width="125"|0.346589454E+02
Line 48: Line 46:
|-
|-
|
|
{|
{| style="background: #F9F9F9"
|-
|-
|.
|.
Line 56: Line 54:
|-
|-
|
|
{|
{| style="background: #F9F9F9"
|width="100"|8000.0000
|width="100"|8000.0000
|width="200"|199
|width="200"|199
Line 63: Line 61:
|-
|-
|
|
{|
{| style="background: #F9F9F9"
|.
|.
|-
|-
Line 71: Line 69:
|}
|}
|}
|}
</tt>
</tt></blockquote>




Line 77: Line 75:


==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 83: 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