Difference between revisions of "TUFLOW Message 0112"

From Tuflow
Jump to navigation Jump to search
(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...')
 
Line 3: Line 3:
 
|alt_msg=NA
 
|alt_msg=NA
 
|type=[[ERROR]]
 
|type=[[ERROR]]
|message_desc=????
+
|message_desc=The array size can not be determined for a tabular input. For example:<br>
|suggestions=????
+
<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]]
 
|discussion_page=* [[Talk:TUFLOW Message 0112|Discuss Message 0112]]
 
|link3=''
 
|link3=''

Revision as of 09:09, 14 December 2011

TUFLOW Message
ERROR 0112 - Array size could not be determined for:

Alternate Message
NA

Message Type
ERROR

Description
The array size can not be determined for a tabular input. For example:

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

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.


Up
Go-up.png 0xxx Messages