TS1 File Format: Difference between revisions

Content deleted Content added
No edit summary
Line 11:
Each data line is of the following format:<br>
Time (in minutes). n time-series x data
 
===Character Restrictions===
 
The TS1 file has the following character restrictions:
 
<ul>
<li> Total line length cannot exceed 100,000 characters
<li> Boundary names cannot exceed 100 characters
<li> Boundary names are comma delimited. Spaces, dashes, underscores (and most characters) are allowed
<li> Boundary names should not contain commas e.g. putting a name inside quotes won’t stop any commas inside the quotes from being treated as a delimiter
<li> Quotation marks are not stripped from boundary names
<li> Tab characters are stripped from anywhere in the boundary name e.g. <tt>“hello\tworld”</tt> would become <tt>“helloworld”</tt>
</ul>
 
===Example===
 
An example is below, it contains three time-series, with a maximum of 10 output times. The last time-series only contains five data points, all start at the first timestep, although this is not necessary.<br>
'''Note: The time in the 1st column should be in minutes'''. Please check the _bc_tables_check.csv files to ensure that the file has been read in correctly.<br>