SMS:Drogue Files *.pth: Difference between revisions

From XMS Wiki
Jump to navigationJump to search
 
Line 59: Line 59:




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


[[Category:SMS File Formats|D]]
[[Category:SMS File Formats|D]]

Revision as of 16:54, 14 November 2012

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