Difference between revisions of "TUFLOW Message 2001"

From Tuflow
Jump to navigation Jump to search
Line 1: Line 1:
 
{{TUFLOW_Message
 
{{TUFLOW_Message
|tuflow_message=ERROR 2001 - GIS Object is outside 2D model domain
+
|tuflow_message=ERROR 2001 - 2d_bc object is outside 2D model domain
|alt_msg=WARNING 2001 - ",a," "object" at ",a,",",a," is outside 2D model domain
+
|alt_msg=ERROR 2001 - GIS Object is outside 2D model domain<br>
 +
WARNING 2001 - ",a," "object" at ",a,",",a," is outside 2D model domain
 
|type=[[ERROR]] <br> [[WARNING]]
 
|type=[[ERROR]] <br> [[WARNING]]
 
|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 (dom_check) has sufficient extent to cover the GIS object. The messages layer located in runs\log folder contains the location of the object outside the model domain in GIS format (.mif or .shp). If the object is not needed for the model, it can be removed from input files. <br>
+
 
 +
|suggestions=The _messages_P.shp or _messages.mif layer in the log folder contains the locations of the offending boundary objects.  Review the <u>[[Check_Files_2d_dom | _dom_check]]</u> 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.
 
<br>
 
<br>
The TUFLOW domain is written in the check files ([[Check_Files_2d_dom | _dom_check.mif or _dom_check_R.shp]]).  The domain extent can also be written by including the <tt>Write GIS Domain == <filename></tt> command in the geometry control file.  For example:<br>
+
 
<tt>
 
Read GIS Location == gis\2d_loc_L.shp<br>
 
Grid Size (X,Y) == 1000,1000<br>
 
Write GIS Domain == ..\check\2d_dom_check.shp<br>
 
STOP
 
</tt>
 
<br>
 
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.
 
 
|discussion_page=* [[Talk:TUFLOW Message 2001|Discuss Message 2001]]
 
|discussion_page=* [[Talk:TUFLOW Message 2001|Discuss Message 2001]]
 
|link3=''
 
|link3=''

Revision as of 11:32, 6 April 2022

TUFLOW Message
ERROR 2001 - 2d_bc object is outside 2D model domain

Alternate Message
ERROR 2001 - GIS Object is outside 2D model domain
WARNING 2001 - ",a," "object" at ",a,",",a," is outside 2D model domain

Message Type
ERROR
WARNING

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
The _messages_P.shp or _messages.mif 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