TUFLOW Message 1431: Difference between revisions

From Tuflow
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
TUFLOW exe Precision = SINGLE | DOUBLE
TUFLOW exe Precision = SINGLE | DOUBLE
CSV File Precision = SINGLE | DOUBLE
CSV File Precision = SINGLE | DOUBLE
|alt_msg=ERROR 1431 - no arch properties found.<br>
|alt_msg=NA
|type=[[WARNING]]
|type=[[WARNING]]<br>[[ERROR]]
|message_desc=The data in the binary (xf) version is not the same precision as the simulation. For example the .xf file has been generated using a single precision version of TUFLOW and the current simulation is running as double precision.
|message_desc=The data in the binary (xf) version is not the same precision as the simulation. For example the .xf file has been generated using a single precision version of TUFLOW and the current simulation is running as double precision.
|suggestions=The simulation is reverting to the raw .csv file.<br>
|suggestions=The simulation is reverting to the raw .csv file.<br>
Line 13: Line 13:
or<br>
or<br>
<font color="blue"><tt>Model Precision </tt></font> <font color="red"><tt>==</tt></font><tt> DOUBLE</tt>
<font color="blue"><tt>Model Precision </tt></font> <font color="red"><tt>==</tt></font><tt> DOUBLE</tt>

|discussion_page=* [[Talk:TUFLOW Message 1431|Discuss Message 1431]]

|link3=''
|link4=''
|prelink=[[TUFLOW_Message_1430|Message 1430]]
|uplink=[[1xxx_TUFLOW_Messages|1xxx Messages]]
|uplink=[[1xxx_TUFLOW_Messages|1xxx Messages]]
|nextlink=[[TUFLOW_Message_1432|Message 1432]]
}}
}}

Latest revision as of 16:34, 5 January 2024

TUFLOW Message
WARNING 1431 - csv XF file precision conflict. Re-reading csv file.
TUFLOW exe Precision = SINGLE

Alternate Message
ERROR 1431 - no arch properties found.

Message Type
WARNING
ERROR

Description
The data in the binary (xf) version is not the same precision as the simulation. For example the .xf file has been generated using a single precision version of TUFLOW and the current simulation is running as double precision.

Suggestions
The simulation is reverting to the raw .csv file.
To prevent a simulation from accidentally being started with the wrong version of TUFLOW, the precision of a TUFLOW can be locked using the .tcf command:
Model Precision ==
E.g.
Model Precision == SINGLE
or
Model Precision == DOUBLE


Up
1xxx Messages