SMS:Drogue Files *.pth: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
 
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Drogue files contain particle/path data. Drogue plots are generated by the  ADCIRC model.
Drogue files contain particle/path data. Drogue plots are generated by the  ADCIRC model.


Drogue files are opened through File | Open but are not saved from  SMS.
Drogue files are opened through ''File'' | '''Open''' but are not saved from  SMS.




===Sample File===
===Sample File===
 
<tt>
{|
:{|style="background: #F9F9F9; border:1px dotted darkgray"
|width="300"|ACE/vis drogue path file
|width="300" colspan="3"|ACE/vis drogue path file
|/* Title */
|/* Title */
|-
|-
|5  
|colspan="3"|5  
|/* Number of Time Steps */
|/* Number of Time Steps */
|-
|-
{|
|width="100"|7200.0000
|width="100"|7200.0000
|width="200"|199
|width="200" colspan="2"|199
|/* Current Time Step and Number of Particles */
|width="300"|/* 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 */
|valign="top"|/* xy values and id */
|-
|-
| -0.766986001E+02
| -0.766986001E+02
|0.346616775E+02
|0.346616775E+02
|2
|2
|}
|
{|
|-
|-
|.
|.
|-
|-
|.
|.
|}
|-
|-
{|
|width="100"|8000.0000
|width="100"|8000.0000
|width="200"|199
|width="200" colspan="2"|199
|/* Next Time Step and Number of Particles */
|/* Next Time Step and Number of Particles */
|}
|-
|-
{|
|.
|.
|-
|-
Line 49: Line 41:
|/* EOF */
|/* EOF */
|}
|}
|}
</tt>
 




Line 59: Line 50:




{{Template:SMSMain}}
 
{{Template:Navbox SMS}}


[[Category:SMS File Formats|D]]
[[Category:SMS File Formats|D]]
[[Category:ADCIRC]]
{{stub}}

Latest revision as of 15:27, 3 May 2017

Drogue files contain particle/path data. Drogue plots are generated by the ADCIRC model.

Drogue files are opened through File | Open but are not saved from SMS.


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 /* xy values and id */
-0.766986001E+02 0.346616775E+02 2
.
.
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