Difference between revisions of "TUFLOW Message 2343"
(Added content) |
|||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{TUFLOW_Message | {{TUFLOW_Message | ||
|tuflow_message= ERROR 2343 - Number of Gauge Output objects exceeds number of attribute data records. Total number of data records = <maximum number of records> | |tuflow_message= ERROR 2343 - Number of Gauge Output objects exceeds number of attribute data records. Total number of data records = <maximum number of records> | ||
− | |alt_msg= | + | |alt_msg= ERROR 2343 - Number of Write Gauge Data objects exceeds number of attribute data records |
|type=[[ERROR]] | |type=[[ERROR]] | ||
|message_desc=When gauge output objects are processed, this occurs twice, the 1st pass is to determine the number of gauge output objects for memory allocation and the 2nd pass when reading and processing the data. Error 2343 occurs if the number of objects read on the 2nd stage exceeds the number allocated after the 1st pass.<br> | |message_desc=When gauge output objects are processed, this occurs twice, the 1st pass is to determine the number of gauge output objects for memory allocation and the 2nd pass when reading and processing the data. Error 2343 occurs if the number of objects read on the 2nd stage exceeds the number allocated after the 1st pass.<br> | ||
− | A bug was fixed in the | + | A bug was fixed in the 2016-03 release which caused this error if the '''Zpt''' option was used. E.g.<br> |
<font color="blue"><tt>Read GIS ZPT Gauge Output </tt></font><font color="red"><tt>== </tt></font><tt>..\model\mi\2d_go_buildings_001.MIF</tt><br> | <font color="blue"><tt>Read GIS ZPT Gauge Output </tt></font><font color="red"><tt>== </tt></font><tt>..\model\mi\2d_go_buildings_001.MIF</tt><br> | ||
− | If using a build prior to | + | If using a build prior to 2016-03, this would need to occur are two separate lines in the .tgc:<br> |
<font color="blue"><tt>Read GIS ZPT </tt></font><font color="red"><tt>== </tt></font><tt>..\model\mi\2d_go_buildings_001.MIF</tt> <font color="grey"><tt>! process elevations</tt></font><br> | <font color="blue"><tt>Read GIS ZPT </tt></font><font color="red"><tt>== </tt></font><tt>..\model\mi\2d_go_buildings_001.MIF</tt> <font color="grey"><tt>! process elevations</tt></font><br> | ||
<font color="blue"><tt>Read GIS Gauge Output</tt></font><font color="red"><tt>== </tt></font><tt>..\model\mi\2d_go_buildings_001.MIF</tt> <font color="grey"><tt>! process gauge outputs</tt></font><br> | <font color="blue"><tt>Read GIS Gauge Output</tt></font><font color="red"><tt>== </tt></font><tt>..\model\mi\2d_go_buildings_001.MIF</tt> <font color="grey"><tt>! process gauge outputs</tt></font><br> | ||
<br>This error message could also occur if the GIS data has been re-saved or exported as the TUFLOW simulation is in progress. | <br>This error message could also occur if the GIS data has been re-saved or exported as the TUFLOW simulation is in progress. | ||
|suggestions=If using the <font color="blue"><tt>Read GIS ZPT Gauge Output </tt></font><font color="red"><tt>== </tt></font> option:<br> | |suggestions=If using the <font color="blue"><tt>Read GIS ZPT Gauge Output </tt></font><font color="red"><tt>== </tt></font> option:<br> | ||
− | * Use | + | * Use build 2016-03-AA or later version of TUFLOW; or |
* Separate the '''Zpt''' and '''Gauge Output''' commands as per the description above. | * Separate the '''Zpt''' and '''Gauge Output''' commands as per the description above. | ||
Avoid any changes to the GIS layers while TUFLOW is starting.<br> | Avoid any changes to the GIS layers while TUFLOW is starting.<br> | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
|uplink=[[2xxx_TUFLOW_Messages|2xxx Messages]] | |uplink=[[2xxx_TUFLOW_Messages|2xxx Messages]] | ||
− | |||
}} | }} |
Latest revision as of 12:19, 15 March 2024
TUFLOW Message
ERROR 2343 - Number of Gauge Output objects exceeds number of attribute data records. Total number of data records = <maximum number of records>
Alternate Message
ERROR 2343 - Number of Write Gauge Data objects exceeds number of attribute data records
Message Type
ERROR
Description
When gauge output objects are processed, this occurs twice, the 1st pass is to determine the number of gauge output objects for memory allocation and the 2nd pass when reading and processing the data. Error 2343 occurs if the number of objects read on the 2nd stage exceeds the number allocated after the 1st pass.
A bug was fixed in the 2016-03 release which caused this error if the Zpt option was used. E.g.
Read GIS ZPT Gauge Output == ..\model\mi\2d_go_buildings_001.MIF
If using a build prior to 2016-03, this would need to occur are two separate lines in the .tgc:
Read GIS ZPT == ..\model\mi\2d_go_buildings_001.MIF ! process elevations
Read GIS Gauge Output== ..\model\mi\2d_go_buildings_001.MIF ! process gauge outputs
This error message could also occur if the GIS data has been re-saved or exported as the TUFLOW simulation is in progress.
Suggestions
If using the Read GIS ZPT Gauge Output == option:
- Use build 2016-03-AA or later version of TUFLOW; or
- Separate the Zpt and Gauge Output commands as per the description above.
Avoid any changes to the GIS layers while TUFLOW is starting.
Up |
---|
2xxx Messages |