TUFLOW Message 0112: Difference between revisions
Content deleted Content added
Created page with '{{TUFLOW_Message |tuflow_message=ERROR 0112 - Array size could not be determined for: |alt_msg=NA |type=ERROR |message_desc=???? |suggestions=???? |discussion_page=* [[Talk:T...' |
No edit summary |
||
Line 3:
|alt_msg=NA
|type=[[ERROR]]
|message_desc=The array size can not be determined for a tabular input. For example:<br>
<pre>
Reading: C:\TUFLOW\model\mi\2d_bc_Lake_BC.mif
Found TUFLOW "HT" BC with name "Lake"...
Opening Database...
Trying to open file C:\TUFLOW\bc_dbase\bc_dbase.csv...OK.
Opened File Unit: 923
Looking for boundary called: "Lake"...
Found database line: Lake,Tide.csv,Time,Lake_WL
Trying to open file C:\TUFLOW\bc_dbase\Tide.csv...OK.
Opened File Unit: 924
Looking for data in columns 1, 2 after line starting with:
Time,Lake_WL
Extracting Data...
...Array size from CSV file: 0
ERROR 0112 - Array size could not be determined for: HT BC
</pre>
Indicates that TUFLOW has found a boundary called "Lake", the bc_dbase is opened and the data is being extracted from "Tide.csv". Tide.csv is opened and the data is being extracted from columns "Time" and "Lake_WL".
TUFLOW has determined an array size of 0, this indicates that the Tide.csv contains no data in the "Tide" and "Lake_WL" columns.
|suggestions=Review the specified .csv file (can be opened in excel) and ensure that the data in the specified columns is correct.
|discussion_page=* [[Talk:TUFLOW Message 0112|Discuss Message 0112]]
|link3=''
| |||