TUFLOW Message 2499: Difference between revisions

From Tuflow
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:


|type=[[ERROR]]
|type=[[ERROR]]
|message_desc=Maximum number of zpts in grid read exceeds 4 byte integer limit in this version of TUFLOW: Limit <>.
|message_desc=The size of the grid (number of cells) has exceeded the limit of a signed 32 bit integer. The limit is 2,147,483,647 cells.
|suggestions=Split the input grid into smaller tiles and read them in separately.
|suggestions=Please contact [mailto:support@tuflow.com support@tuflow.com].


|prelink=[[TUFLOW_Message_2498|Message 2498]]
|uplink=[[2xxx_TUFLOW_Messages|2xxx Messages]]
|uplink=[[2xxx_TUFLOW_Messages|2xxx Messages]]
|nextlink=[[TUFLOW_Message_2500|Message 2500]]
}}
}}

Latest revision as of 23:54, 27 May 2025

TUFLOW Message
ERROR 2499 - Maximum number of zpts in grid read exceeds 4 byte integer limit in this version of TUFLOW: Limit <>.

Alternate Message
NA

Message Type
ERROR

Description
The size of the grid (number of cells) has exceeded the limit of a signed 32 bit integer. The limit is 2,147,483,647 cells.

Suggestions
Split the input grid into smaller tiles and read them in separately.


Up
2xxx Messages