Difference between revisions of "TUFLOW Message 3001"

From Tuflow
Jump to navigation Jump to search
(Created page with "{{TUFLOW_Message |tuflow_message=ERROR 2001 - GIS Object is outside 2D model domain |alt_msg=WARNING 2001 - ",a," "object" at ",a,",",a," is outside 2D model domain |type=ER...")
 
Line 1: Line 1:
 
{{TUFLOW_Message
 
{{TUFLOW_Message
|tuflow_message=ERROR 2001 - GIS Object is outside 2D model domain
+
|tuflow_message=ERROR 3001: Cannot open file "a" for writing
|alt_msg=WARNING 2001 - ",a," "object" at ",a,",",a," is outside 2D model domain
+
<br> ERROR 3001: Cannot open file "a" for reading
|type=[[ERROR]] <br> [[WARNING]]
+
|alt_msg=ERROR 3001: cannot open log file "a" for writing
 +
<br> ERROR 3001: cannot open timestep history file "a" for writing
 +
|type=[[ERROR]] ]
 
|message_desc=An object is located outside the 2D domain that it is assigned to.  The <tt>Check Inside Grid == </tt> command controls whether this message is an ERROR, WARNING or not given.
 
|message_desc=An object is located outside the 2D domain that it is assigned to.  The <tt>Check Inside Grid == </tt> command controls whether this message is an ERROR, WARNING or not given.
 
|suggestions=Ensure the 2D model domain has sufficient extent or remove object from input files.  The messages layer contains the location of the object outside the model domain in GIS format (.mif or .shp). <br>
 
|suggestions=Ensure the 2D model domain has sufficient extent or remove object from input files.  The messages layer contains the location of the object outside the model domain in GIS format (.mif or .shp). <br>

Revision as of 15:14, 17 April 2018

TUFLOW Message
ERROR 3001: Cannot open file "a" for writing
ERROR 3001: Cannot open file "a" for reading

Alternate Message
ERROR 3001: cannot open log file "a" for writing
ERROR 3001: cannot open timestep history file "a" for writing

Message Type
ERROR ]

Description
An object is located outside the 2D domain that it is assigned to. The Check Inside Grid == command controls whether this message is an ERROR, WARNING or not given.

Suggestions
Ensure the 2D model domain has sufficient extent or remove object from input files. The messages layer contains the location of the object outside the model domain in GIS format (.mif or .shp).

The TUFLOW domain is written in the check files ( _dom_check.mif or _dom_check_R.shp). The domain extent can also be written by including the Write GIS Domain == <filename> command in the geometry control file. For example:
Read GIS Location == gis\2d_loc_L.shp
Grid Size (X,Y) == 1000,1000
Write GIS Domain == ..\check\2d_dom_check.shp
STOP

The _messages.mif or _messages_P.shp layer in the log folder contains the locations of the offending boundary objects. Review the _dom_check file and the messages layer to ensure that all 2d_bc objects are within the model domain. Check also that the projection of the boundary layer is the same as the TUFLOW model projection.


Up
Go-up.png 2xxx Messages