<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tuflow.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abrar.Alttahir</id>
	<title>Tuflow - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tuflow.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abrar.Alttahir"/>
	<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/Special:Contributions/Abrar.Alttahir"/>
	<updated>2026-04-09T09:03:30Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45826</id>
		<title>TUFLOW Output Discussion</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45826"/>
		<updated>2026-04-08T03:15:02Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Why are the values of the mapped water level results (h_max) lower than the terrain elevations (DEM_Z)? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Common Questions Answered (FAQ)=&lt;br /&gt;
== Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) and mesh results (XMDF or DAT) due to small differences in the interpolation method.&lt;br /&gt;
* When outputting directly to FLT or ASC using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command, the output grid results are derived from both the cell centres and cell corners and the final results has those values interpolated to the centres of half cells (by default).&lt;br /&gt;
* When outputting XMDF (or DAT) format, the mesh results are derived from cell centres for depths / levels and cell sides for vector data. The final XMDF stores data interpolated to the cell corners and doesn’t have any memory of where the corner data were derived from and what those values were.&lt;br /&gt;
The differences can also be amplified when the rotation of the model is not perfectly north-south aligned (i.e., a non-zero orientation).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are grids processed with TUFLOW_to_GIS different from TUFLOW grids? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) produced directly from TUFLOW and post-processed from the TUFLOW_to_GIS utility from XMDF or DAT due to differences in the interpolation approach.&lt;br /&gt;
Check &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt; question above on differences between outputs direct from the TUFLOW Engine.&amp;lt;br&amp;gt;&lt;br /&gt;
When ASC/FLT results are sampled from the XMDF files with the TUFLOW_to_GIS utility, it uses less data points than when the grids are written directly from TUFLOW. &lt;br /&gt;
&lt;br /&gt;
The differences can also be amplified when the rotation of the model is a non-zero value.&lt;br /&gt;
The extent of the grids is also different. When TUFLOW starts, it removes any redundant areas (if any) outside of 2d_code layer to reduce the calculation time: &lt;br /&gt;
* The extent of grids written directly from TUFLOW works with the unreduced area, encapsulating the entire rotated model domain in a north-south orientated rectangle.&lt;br /&gt;
* The extent of XMDF (or DAT) results is based on the reduced area. When the TUFLOW_to_GIS utility is used, the post-processed north-south aligned grids encapsulate the reduced model extent. The origin coordinates of such grids doesn&#039;t match the origin of the model (model domain), neither the grids written out from TUFLOW directly.&lt;br /&gt;
&lt;br /&gt;
In general, a better interpolation of results is achieved when the grids are written directly from TUFLOW than when post-processed with TUFLOW_to_GIS utility. Importantly, when comparing results the recommendation is to be consistent and to use the same method for the duration of a project to ensure there are no differences as a consequence of the post-processing method.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why is Z0 hazard coming directly from TUFLOW different to the one calculated from maximum velocity and depth? ==&lt;br /&gt;
The maximum velocity and maximum depth doesn’t necessarily occur at the same time. The Z0 hazard written directly from TUFLOW has the depth x velocity calculated every timestep and at the end outputs the maximums of all the timesteps. When using the velocity and depth grids the maximum velocity is always used with maximum depth. &amp;lt;br&amp;gt;&lt;br /&gt;
Outputting the Z0 hazard grid directly from TUFLOW is more accurate, however, if this is not an option, manual creation is an acceptable workaround. The general recommendation is to choose one method and keep it consistent for the length of the project.&amp;lt;br&amp;gt;&lt;br /&gt;
When calculating the Z0 hazard from the velocity and depth, the grids have already been interpolated by TUFLOW before the raster calculation (less data is used for the calculation), whereas the TUFLOW Z0 output is interpolated from the calculated data directly. Please also refer to the above question for more information &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why does hazard output (Z1, Z2, ...) show float values and not just integers? ==&lt;br /&gt;
The hazard values are calculated in cell corners and are in a form of an integer. When the values are processed into a grid, which has, by default, a resolution of half the cell size, the values are interpolated to the cell centres - four cell centre values per cell. Further interpolation occurs when the model has a non-zero orientation because grid files are north-south aligned.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are results from 2d_po features, POMM.csv and plots extracted from XMDF in GIS package not matching? ==&lt;br /&gt;
There are numerous reasons for the outputs to not be matching:&lt;br /&gt;
* Plot output:&lt;br /&gt;
** The 2d_po results are tracked at every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and saved into the PO.csv file. If the water level peaks in between the intervals, that maximum water level won’t be recorded in the PO.csv.&lt;br /&gt;
** The POMM.csv tracks maximums of PO features at every computational timestep.&amp;lt;br&amp;gt;&lt;br /&gt;
* Map output:&lt;br /&gt;
** The temporal XMDF (or DAT) results are tracked every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and interpolated to the cell corners.&lt;br /&gt;
** The maximum XMDF map output records the value at every computational timestep, however the final maximum map output is also being interpolated to the cell corners.&amp;lt;br&amp;gt;&lt;br /&gt;
** The extraction tools in GIS packages use interpolated data for the plot creation, e.g. less data than the TUFLOW direct plot output.&lt;br /&gt;
* Although the maximums from POMM.csv and the maximum map output will be very close, they won&#039;t match exactly.&lt;br /&gt;
&lt;br /&gt;
Further notes for using post-processed flux line:&lt;br /&gt;
* No information is stored in the map output about whether the flow is upstream or downstream controlled.&lt;br /&gt;
* The staggered computational grid means there is always some interpolation occurring when projecting levels and velocities to the flux line. This will cause significant uncertainty in areas of sudden topographic change such as at an embankment.  It is also the reason that two similar lines side by side may provide different outputs.&lt;br /&gt;
* Highly variable/complex flows, which are usually associated with highly variable topography, will add to the uncertainty when interpolating to the flux line.&lt;br /&gt;
&lt;br /&gt;
The general recommendation is to use a lot of 2d_po features with reasonably small &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; to achieve better accuracy, they won&#039;t slow the simulation down. In case of flux lines, the 2d_po lines are using the actual computed fluxes across each cell face and will be an exact representation of the flow being calculated by the 2D solver. Post-processed fluxes should only be located in areas of little topographic change and even then, used as a rough guide.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are my TIF raster outputs not updated after a model rerun? ==&lt;br /&gt;
The GeoTIFF raster output is supported from the 2023-03 Release and onwards. It is considered an image by File Explorer and for some users, the &#039;Date&#039; in file explorer defaults to show the &#039;Date Created&#039; rather than the &#039;Date Modified&#039;. If it appears that your results in the &#039;Results&#039; folder (e.g. XMDF) are being updated however the results in the &#039;Results/grid&#039; folder (e.g. TIF) aren&#039;t, this may be the reason. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
To confirm, turn on both &#039;Date Created&#039; and &#039;Date Modified&#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 01.png | 500px]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;Date Modified&#039; column will show the date of the last model run:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 02.png | 500px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I apply high resolution (HR) output and what are the options? ==&lt;br /&gt;
See the &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | TUFLOW HR Output]]&amp;lt;/u&amp;gt; Wiki page for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are there differences between high resolution grid from TUFLOW and remapped outputs generated by the asc_to_asc utility? ==&lt;br /&gt;
Differences are expected between the direct HR output and the &amp;lt;u&amp;gt;[[ASC_to_ASC#Remap | remap function]]&amp;lt;/u&amp;gt; in the asc_to_asc utility due to the different steps involved in the interpolation of water level results. &amp;lt;br&amp;gt;&lt;br /&gt;
The direct HR output is based on a triangulation of the water levels at the cell centres and corners. In comparison, the remap function involves two interpolation steps. The first is the interpolation from the cell centres and corners to the grid map output locations (by default, half the cell size). Then, the asc_to_asc utility interpolates the water level output to the target DEM grids with fine resolution: &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:High-res-interpolation.jpg|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
The direct HR output tends to have better resolution in comparison to the remapped results. Due to the additional stages of interpolation involved with the remapped output, there is potential to lose definition in the results particularly in areas with steep slopes. &lt;br /&gt;
&lt;br /&gt;
==How to create a maximum grid for datasets without direct maximum output from a TUFLOW run?==&lt;br /&gt;
&lt;br /&gt;
For cumulative datasets without direct maximum output (e.g. cumulative infiltration, cumulative rainfall etc), the map output interval in the TCF needs to match the simulation end time in seconds. The end time output is when the maximum occurs for cumulative datasets, as it represents the cumulative results over the entire simulation duration.&lt;br /&gt;
&lt;br /&gt;
For non-cumulative datasets without direct maximum output (e.g., Froude number, rainfall rate etc):&lt;br /&gt;
*Adjust the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; in the TCF to a small value to ensure temporal variations are captured.&lt;br /&gt;
*Specify XMDF for &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
*Identify the output ID number of the desired dataset within the .xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo results.xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Extract maximum values using the &amp;lt;u&amp;gt;[[RES_to_RES#Introduction | RES to RES]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
*Confirm the dataset&#039;s output ID number in the resulting (maxmax).xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo (maxmax).xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Convert the resulting dataset to a preferred grid format for GIS using the &amp;lt;u&amp;gt;[[TUFLOW_to_GIS#Introduction | TUFLOW to GIS]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
&lt;br /&gt;
:Note: For non-cumulative datasets, this method does not capture the true maximum, however can be close enough with a fine map output interval.&lt;br /&gt;
&lt;br /&gt;
== Why are the values of the mapped water level results (h_max) lower than the terrain elevations (DEM_Z)? ==&lt;br /&gt;
&lt;br /&gt;
As of TUFLOW version 2025.1.1, there is a current limitation affecting result outputs for shallow sheet flow cells on steeper terrain in sub-grid sampling (SGS) enabled models. Direct rainfall models are particularly prone to producing substantial areas of shallow sheet flow.&lt;br /&gt;
&lt;br /&gt;
In TUFLOW HPC, the cell averaged depth is used computationally and by default in the depth outputs (see below). &lt;br /&gt;
&lt;br /&gt;
Water level outputs, however, assume that water fills from the bottom of the SGS cell’s storage curve. This water level result is recorded at the cell centre, interpolated to the cell corners, and then the gridded outputs are triangulated from these points (orange line). In sheet flow situations when the volume in that cell is small, the cell-centered water level may sit below the terrain (blue dot on diagram) if the cell is steep enough. This can result in a water level results sitting below the DEM_Z, even when there is a positive depth result. Note this does not affect the simulation computationally, only how the water level results are output. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SGS_Sheetflow_Waterlevel.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
== The modelled water surface level is below the SGS cell elevations. How should this result be interpreted or presented? ==&lt;br /&gt;
Below ground WSE in wet SGS cells is a known output behaviour in SGS enabled models and does not indicate an error in the hydraulic solution.&lt;br /&gt;
&lt;br /&gt;
This occurs because TUFLOW reports water level assuming water fills from the lowest part of the SGS cell during output. As a result, cells may be wet while the reported WSE remains below the cell centre ground level.&lt;br /&gt;
&lt;br /&gt;
This behaviour commonly occurs in the following situations:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Channel edge partial wetting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Partially wet cells along channel banks may contain water that does not reach the cell centre elevation.&lt;br /&gt;
* In this case, compare the standard WSE with the standard DEM_Z check file to confirm consistency with terrain levels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Shallow sheet flow from rainfall or side inflow&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cells may be wet but still report WSE below the cell centre ground level because the depth is small and distributed across the SGS terrain.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Presentation and reporting considerations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* A presentation method is to post process results by adding the cell averaged depth output &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;SGS Depth Output&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; CELL AVERAGE&amp;lt;/tt&amp;gt; &amp;lt;/font&amp;gt;to the DEM elevation to derive an above ground water level.&lt;br /&gt;
* This approach can improve the visual representation of shallow flooding in sheet flow areas but may produce unrealistic water levels in fully wet or partially wet cells.&lt;br /&gt;
* Conditional IF logic may be required to choose where to present cell averaged depth plus DEM and where to retain the standard TUFLOW water level output.&lt;br /&gt;
&lt;br /&gt;
== Why do the high-resolution (HR) mapped results have a significantly smaller extent than the standard (non-HR) grid outputs for a sub-grid-scale (SGS) direct rainfall HPC model? ==&lt;br /&gt;
&lt;br /&gt;
The high resolution (HR) outputs are based on &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | intersecting]]&amp;lt;/u&amp;gt; the standard water level output results with the HR DEM_Z. Due to the &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_the_values_of_the_mapped_water_level_results_.28h_max.29_lower_than_the_terrain_elevations_.28DEM_Z.29.3F | output limitation]]&amp;lt;/u&amp;gt; for sub-grid-scale (SGS) enabled models with shallow sheet flow (particularly direct rainfall models) on sufficiently steep terrain, water levels can be output lower than the DEM_Z terrain elevations.  This is due to the assumption (for output purposes) that water fills the SGS cell’s storage curve from the bottom, which differs from the approach of cell-average depth used computationally in TUFLOW HPC and by default in depth outputs. When the HR water level results are processed, the full extent of the water level results are intersected with the HR DEM_Z and any water level results that are lower than the HR DEM_Z elevations due to the above effect are trimmed. The extent of the HR water level results are then used to trim the HR depth outputs.&lt;br /&gt;
&lt;br /&gt;
== When should high-resolution (HR) outputs be used, and what are their limitations? ==&lt;br /&gt;
HR outputs are intended for visualisation and presentation because they retain sub-grid terrain detail but do not improve the underlying hydraulic calculations. &lt;br /&gt;
&lt;br /&gt;
They are not suitable for assessment, benchmarking, or detailed analysis. Standard non-HR map outputs should be used for these purposes, and accuracy should be improved by refining the 2D cell size.&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Modelling_Guidance | Back to TUFLOW Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45825</id>
		<title>TUFLOW Output Discussion</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45825"/>
		<updated>2026-04-08T03:13:46Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Why are the values of the mapped water level results (h_max) lower than the terrain elevations (DEM_Z)? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Common Questions Answered (FAQ)=&lt;br /&gt;
== Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) and mesh results (XMDF or DAT) due to small differences in the interpolation method.&lt;br /&gt;
* When outputting directly to FLT or ASC using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command, the output grid results are derived from both the cell centres and cell corners and the final results has those values interpolated to the centres of half cells (by default).&lt;br /&gt;
* When outputting XMDF (or DAT) format, the mesh results are derived from cell centres for depths / levels and cell sides for vector data. The final XMDF stores data interpolated to the cell corners and doesn’t have any memory of where the corner data were derived from and what those values were.&lt;br /&gt;
The differences can also be amplified when the rotation of the model is not perfectly north-south aligned (i.e., a non-zero orientation).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are grids processed with TUFLOW_to_GIS different from TUFLOW grids? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) produced directly from TUFLOW and post-processed from the TUFLOW_to_GIS utility from XMDF or DAT due to differences in the interpolation approach.&lt;br /&gt;
Check &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt; question above on differences between outputs direct from the TUFLOW Engine.&amp;lt;br&amp;gt;&lt;br /&gt;
When ASC/FLT results are sampled from the XMDF files with the TUFLOW_to_GIS utility, it uses less data points than when the grids are written directly from TUFLOW. &lt;br /&gt;
&lt;br /&gt;
The differences can also be amplified when the rotation of the model is a non-zero value.&lt;br /&gt;
The extent of the grids is also different. When TUFLOW starts, it removes any redundant areas (if any) outside of 2d_code layer to reduce the calculation time: &lt;br /&gt;
* The extent of grids written directly from TUFLOW works with the unreduced area, encapsulating the entire rotated model domain in a north-south orientated rectangle.&lt;br /&gt;
* The extent of XMDF (or DAT) results is based on the reduced area. When the TUFLOW_to_GIS utility is used, the post-processed north-south aligned grids encapsulate the reduced model extent. The origin coordinates of such grids doesn&#039;t match the origin of the model (model domain), neither the grids written out from TUFLOW directly.&lt;br /&gt;
&lt;br /&gt;
In general, a better interpolation of results is achieved when the grids are written directly from TUFLOW than when post-processed with TUFLOW_to_GIS utility. Importantly, when comparing results the recommendation is to be consistent and to use the same method for the duration of a project to ensure there are no differences as a consequence of the post-processing method.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why is Z0 hazard coming directly from TUFLOW different to the one calculated from maximum velocity and depth? ==&lt;br /&gt;
The maximum velocity and maximum depth doesn’t necessarily occur at the same time. The Z0 hazard written directly from TUFLOW has the depth x velocity calculated every timestep and at the end outputs the maximums of all the timesteps. When using the velocity and depth grids the maximum velocity is always used with maximum depth. &amp;lt;br&amp;gt;&lt;br /&gt;
Outputting the Z0 hazard grid directly from TUFLOW is more accurate, however, if this is not an option, manual creation is an acceptable workaround. The general recommendation is to choose one method and keep it consistent for the length of the project.&amp;lt;br&amp;gt;&lt;br /&gt;
When calculating the Z0 hazard from the velocity and depth, the grids have already been interpolated by TUFLOW before the raster calculation (less data is used for the calculation), whereas the TUFLOW Z0 output is interpolated from the calculated data directly. Please also refer to the above question for more information &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why does hazard output (Z1, Z2, ...) show float values and not just integers? ==&lt;br /&gt;
The hazard values are calculated in cell corners and are in a form of an integer. When the values are processed into a grid, which has, by default, a resolution of half the cell size, the values are interpolated to the cell centres - four cell centre values per cell. Further interpolation occurs when the model has a non-zero orientation because grid files are north-south aligned.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are results from 2d_po features, POMM.csv and plots extracted from XMDF in GIS package not matching? ==&lt;br /&gt;
There are numerous reasons for the outputs to not be matching:&lt;br /&gt;
* Plot output:&lt;br /&gt;
** The 2d_po results are tracked at every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and saved into the PO.csv file. If the water level peaks in between the intervals, that maximum water level won’t be recorded in the PO.csv.&lt;br /&gt;
** The POMM.csv tracks maximums of PO features at every computational timestep.&amp;lt;br&amp;gt;&lt;br /&gt;
* Map output:&lt;br /&gt;
** The temporal XMDF (or DAT) results are tracked every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and interpolated to the cell corners.&lt;br /&gt;
** The maximum XMDF map output records the value at every computational timestep, however the final maximum map output is also being interpolated to the cell corners.&amp;lt;br&amp;gt;&lt;br /&gt;
** The extraction tools in GIS packages use interpolated data for the plot creation, e.g. less data than the TUFLOW direct plot output.&lt;br /&gt;
* Although the maximums from POMM.csv and the maximum map output will be very close, they won&#039;t match exactly.&lt;br /&gt;
&lt;br /&gt;
Further notes for using post-processed flux line:&lt;br /&gt;
* No information is stored in the map output about whether the flow is upstream or downstream controlled.&lt;br /&gt;
* The staggered computational grid means there is always some interpolation occurring when projecting levels and velocities to the flux line. This will cause significant uncertainty in areas of sudden topographic change such as at an embankment.  It is also the reason that two similar lines side by side may provide different outputs.&lt;br /&gt;
* Highly variable/complex flows, which are usually associated with highly variable topography, will add to the uncertainty when interpolating to the flux line.&lt;br /&gt;
&lt;br /&gt;
The general recommendation is to use a lot of 2d_po features with reasonably small &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; to achieve better accuracy, they won&#039;t slow the simulation down. In case of flux lines, the 2d_po lines are using the actual computed fluxes across each cell face and will be an exact representation of the flow being calculated by the 2D solver. Post-processed fluxes should only be located in areas of little topographic change and even then, used as a rough guide.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are my TIF raster outputs not updated after a model rerun? ==&lt;br /&gt;
The GeoTIFF raster output is supported from the 2023-03 Release and onwards. It is considered an image by File Explorer and for some users, the &#039;Date&#039; in file explorer defaults to show the &#039;Date Created&#039; rather than the &#039;Date Modified&#039;. If it appears that your results in the &#039;Results&#039; folder (e.g. XMDF) are being updated however the results in the &#039;Results/grid&#039; folder (e.g. TIF) aren&#039;t, this may be the reason. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
To confirm, turn on both &#039;Date Created&#039; and &#039;Date Modified&#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 01.png | 500px]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;Date Modified&#039; column will show the date of the last model run:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 02.png | 500px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I apply high resolution (HR) output and what are the options? ==&lt;br /&gt;
See the &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | TUFLOW HR Output]]&amp;lt;/u&amp;gt; Wiki page for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are there differences between high resolution grid from TUFLOW and remapped outputs generated by the asc_to_asc utility? ==&lt;br /&gt;
Differences are expected between the direct HR output and the &amp;lt;u&amp;gt;[[ASC_to_ASC#Remap | remap function]]&amp;lt;/u&amp;gt; in the asc_to_asc utility due to the different steps involved in the interpolation of water level results. &amp;lt;br&amp;gt;&lt;br /&gt;
The direct HR output is based on a triangulation of the water levels at the cell centres and corners. In comparison, the remap function involves two interpolation steps. The first is the interpolation from the cell centres and corners to the grid map output locations (by default, half the cell size). Then, the asc_to_asc utility interpolates the water level output to the target DEM grids with fine resolution: &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:High-res-interpolation.jpg|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
The direct HR output tends to have better resolution in comparison to the remapped results. Due to the additional stages of interpolation involved with the remapped output, there is potential to lose definition in the results particularly in areas with steep slopes. &lt;br /&gt;
&lt;br /&gt;
==How to create a maximum grid for datasets without direct maximum output from a TUFLOW run?==&lt;br /&gt;
&lt;br /&gt;
For cumulative datasets without direct maximum output (e.g. cumulative infiltration, cumulative rainfall etc), the map output interval in the TCF needs to match the simulation end time in seconds. The end time output is when the maximum occurs for cumulative datasets, as it represents the cumulative results over the entire simulation duration.&lt;br /&gt;
&lt;br /&gt;
For non-cumulative datasets without direct maximum output (e.g., Froude number, rainfall rate etc):&lt;br /&gt;
*Adjust the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; in the TCF to a small value to ensure temporal variations are captured.&lt;br /&gt;
*Specify XMDF for &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
*Identify the output ID number of the desired dataset within the .xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo results.xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Extract maximum values using the &amp;lt;u&amp;gt;[[RES_to_RES#Introduction | RES to RES]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
*Confirm the dataset&#039;s output ID number in the resulting (maxmax).xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo (maxmax).xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Convert the resulting dataset to a preferred grid format for GIS using the &amp;lt;u&amp;gt;[[TUFLOW_to_GIS#Introduction | TUFLOW to GIS]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
&lt;br /&gt;
:Note: For non-cumulative datasets, this method does not capture the true maximum, however can be close enough with a fine map output interval.&lt;br /&gt;
&lt;br /&gt;
== Why are the values of the mapped water level results (h_max) lower than the terrain elevations (DEM_Z)? ==&lt;br /&gt;
&lt;br /&gt;
As of TUFLOW version 2025.1.1, there is a current limitation affecting result outputs for shallow sheet flow cells on steeper terrain in sub-grid-scale (SGS) enabled models. Direct rainfall models are particularly prone to producing substantial areas of shallow sheet flow.&lt;br /&gt;
&lt;br /&gt;
In TUFLOW HPC, the cell averaged depth is used computationally and by default in the depth outputs (see below). &lt;br /&gt;
&lt;br /&gt;
Water level outputs, however, assume that water fills from the bottom of the SGS cell’s storage curve. This water level result is recorded at the cell centre, interpolated to the cell corners, and then the gridded outputs are triangulated from these points (orange line). In sheet flow situations when the volume in that cell is small, the cell-centered water level may sit below the terrain (blue dot on diagram) if the cell is steep enough. This can result in a water level results sitting below the DEM_Z, even when there is a positive depth result. Note this does not affect the simulation computationally, only how the water level results are output. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SGS_Sheetflow_Waterlevel.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
== The modelled water surface level is below the SGS cell elevations. How should this result be interpreted or presented? ==&lt;br /&gt;
Below ground WSE in wet SGS cells is a known output behaviour in SGS enabled models and does not indicate an error in the hydraulic solution.&lt;br /&gt;
&lt;br /&gt;
This occurs because TUFLOW reports water level assuming water fills from the lowest part of the SGS cell during output. As a result, cells may be wet while the reported WSE remains below the cell centre ground level.&lt;br /&gt;
&lt;br /&gt;
This behaviour commonly occurs in the following situations:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Channel edge partial wetting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Partially wet cells along channel banks may contain water that does not reach the cell centre elevation.&lt;br /&gt;
* In this case, compare the standard WSE with the standard DEM_Z check file to confirm consistency with terrain levels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Shallow sheet flow from rainfall or side inflow&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cells may be wet but still report WSE below the cell centre ground level because the depth is small and distributed across the SGS terrain.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Presentation and reporting considerations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* A presentation method is to post process results by adding the cell averaged depth output &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;SGS Depth Output&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; CELL AVERAGE&amp;lt;/tt&amp;gt; &amp;lt;/font&amp;gt;to the DEM elevation to derive an above ground water level.&lt;br /&gt;
* This approach can improve the visual representation of shallow flooding in sheet flow areas but may produce unrealistic water levels in fully wet or partially wet cells.&lt;br /&gt;
* Conditional IF logic may be required to choose where to present cell averaged depth plus DEM and where to retain the standard TUFLOW water level output.&lt;br /&gt;
&lt;br /&gt;
== Why do the high-resolution (HR) mapped results have a significantly smaller extent than the standard (non-HR) grid outputs for a sub-grid-scale (SGS) direct rainfall HPC model? ==&lt;br /&gt;
&lt;br /&gt;
The high resolution (HR) outputs are based on &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | intersecting]]&amp;lt;/u&amp;gt; the standard water level output results with the HR DEM_Z. Due to the &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_the_values_of_the_mapped_water_level_results_.28h_max.29_lower_than_the_terrain_elevations_.28DEM_Z.29.3F | output limitation]]&amp;lt;/u&amp;gt; for sub-grid-scale (SGS) enabled models with shallow sheet flow (particularly direct rainfall models) on sufficiently steep terrain, water levels can be output lower than the DEM_Z terrain elevations.  This is due to the assumption (for output purposes) that water fills the SGS cell’s storage curve from the bottom, which differs from the approach of cell-average depth used computationally in TUFLOW HPC and by default in depth outputs. When the HR water level results are processed, the full extent of the water level results are intersected with the HR DEM_Z and any water level results that are lower than the HR DEM_Z elevations due to the above effect are trimmed. The extent of the HR water level results are then used to trim the HR depth outputs.&lt;br /&gt;
&lt;br /&gt;
== When should high-resolution (HR) outputs be used, and what are their limitations? ==&lt;br /&gt;
HR outputs are intended for visualisation and presentation because they retain sub-grid terrain detail but do not improve the underlying hydraulic calculations. &lt;br /&gt;
&lt;br /&gt;
They are not suitable for assessment, benchmarking, or detailed analysis. Standard non-HR map outputs should be used for these purposes, and accuracy should be improved by refining the 2D cell size.&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Modelling_Guidance | Back to TUFLOW Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Selection_Advice&amp;diff=45626</id>
		<title>Hardware Selection Advice</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Selection_Advice&amp;diff=45626"/>
		<updated>2026-03-23T04:12:05Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* RAM Reliability (ECC vs non-ECC) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides general hardware advice for running TUFLOW models on GPU or CPU. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File: Hardware_Configuration_001.jpg ||450px|right]]&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
We often get asked about the optimum computing setup to run TUFLOW models. While every model is different and will interact differently with your hardware there is some general advice that we can offer. Note that recommendations focus specifically on running TUFLOW. It is highly recommend to consult your IT team to confirm that all components of the machine are fully capable of supporting your intended uses and meet your requirements for quality, speed, and durability.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the sections below you will find more detailed advice on GPU and CPU but generally:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The amount of RAM in the computer will be the limiter for the size of model you can run. This applies to CPU RAM (TUFLOW Classic, TUFLOW FV and TUFLOW HPC with Hardware == CPU) and also GPU RAM (TUFLOW HPC and TUFLOW FV with Hardware == GPU). If available RAM becomes a limitation, users should also investigate improvements to their model configuration to reduce RAM requirements (see &amp;lt;u&amp;gt;[[TUFLOW Simulation Speed | TUFLOW Simulation Speed]]&amp;lt;/u&amp;gt;). &lt;br /&gt;
&lt;br /&gt;
* The processing speed of the CPU, the architecture, cache size, speed and number of processors play a role.&lt;br /&gt;
* For GPU simulations, the number of CUDA cores, the core speed, GPU card architecture, memory speed and interfacing with the motherboard PCI lanes and CPU are all important. &lt;br /&gt;
* The system must be well cooled to avoid throttling (meaning reduction of clock speeds to reduce heating), and have sufficient and reliable power supply. Should upgrades to the system be expected in the future (such as adding a second GPU card), then consider configuring these components to avoid future limitations. &amp;lt;br&amp;gt;&lt;br /&gt;
For information on minimum and recommended system requirement, see &amp;lt;u&amp;gt;[[System_Requirements | System Requirements]]&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
To discover a computer&#039;s NVIDIA GPU hardware, see &amp;lt;u&amp;gt;[[Console_Window_GPU_Usage | NVIDIA GPU Hardware and Usage]]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=The TUFLOW Software Suite=&lt;br /&gt;
The TUFLOW Software suite has a range of solvers. Each interact differently with your hardware so pairing the correct solver (or the range of solvers you want to run) and hardware is an important consideration. A brief summary of each solver&#039;s needs is provided as follows:&amp;lt;br&amp;gt;&lt;br /&gt;
*TUFLOW Classic: A single model run can only use the CPU and cannot be run across multiple CPU cores or GPU hardware. In general terms: The maximum model size is dependent on the available CPU RAM and the runtime is driven by the CPU speed, architecture and cache size.&lt;br /&gt;
* TUFLOW HPC - Run on CPU Hardware: A single model run uses the CPU and is parallelised to run across multiple cores. In general terms: The maximum model size is dependent on the available CPU RAM and the runtime is driven by the CPU speed, the number of cores available to be run in parallel, architecture and cache size.&lt;br /&gt;
*TUFLOW HPC - Run on GPU Hardware: A single model run uses the GPU(s) for computation. In general terms: The maximum model size is dependent on the available GPU and CPU RAM and the runtime is driven by the CUDA core speed, the number of CUDA cores available and the GPU architecture. GPU performance is complex and is not easily inferred from GPU clock speed and number of cores, it is also very dependent on the ‘generation’ or architecture of GPU. As TUFLOW HPC requires some data exchange between GPU and CPU, the motherboard bus speeds and CPU speeds also play a role but typically a much lesser role compared to the GPU CUDA compute.&lt;br /&gt;
*TUFLOW FV - Run on CPU Hardware: A single model run uses CPU and is parallelised to run across multiple cores. In general terms: The maximum model size is dependent on the available CPU RAM and the runtime is determined by the CPU speed, the number of cores available to be run in parallel, chip architecture and cache size.&lt;br /&gt;
*TUFLOW FV - Run on GPU Hardware: A single model run uses the GPU(s) for computation. In general terms: The maximum model size is dependent on the available GPU and CPU RAM and the runtime is driven by the CUDA core speed, the number of CUDA cores available and the GPU architecture. GPU performance is complex and is not easily inferred from GPU clock speed and number of cores, it is also very dependent on the ‘generation’ or architecture of GPU. As TUFLOW FV requires some data exchange between GPU and CPU, the motherboard bus speeds and CPU speeds also play a role but typically a much lesser role compared to the GPU CUDA compute.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;u&amp;gt;[[Hardware_Benchmarking_-_Results#CPU_Results | Hardware Benchmarking]]&amp;lt;/u&amp;gt; page shows recently run combinations of GPU, CPU and RAM. These can be compared with the system intended for purchase. The recommendation is to seek advise from an appropriate computer hardware vendor who can advise on the compatibility and optimisation of the setup.&lt;br /&gt;
&lt;br /&gt;
=GPU Advice=&lt;br /&gt;
TUFLOW HPC on GPU Hardware is typically our fastest solver for 1D/2D pipe and floodplain simulations. &lt;br /&gt;
* TUFLOW HPC supports CUDA enabled NVIDIA GPU cards. For list of supported CUDA enabled graphics cards please visit the &amp;lt;u&amp;gt;[https://developer.nvidia.com/cuda-gpus NVIDIA website]&amp;lt;/u&amp;gt;.&lt;br /&gt;
*To discover a computer&#039;s NVIDIA GPU hardware, see &amp;lt;u&amp;gt;[[Console_Window_GPU_Usage | NVIDIA GPU Hardware and Usage]]&amp;lt;/u&amp;gt;.&lt;br /&gt;
*TUFLOW HPC on GPU Hardware can be run in either single or double precision. However, for the vast majority of flood applications single precision is sufficient. We typically run our models on single precision. If you are unsure we recommend running with both the single and double precision solvers and comparing your results.&lt;br /&gt;
The precision solver you require will determine the type of GPU card that is best suited for your compute. For any given generation/architecture of cards, the “gaming” cards such as the GTX GeForce and RTX provide excellent single precision performance – typically comparable to that of the “scientific” cards such as the Tesla series. If double precision is required then the scientific cards are substantially faster, but these are also significantly more expensive. The Quadro series cards sit in between for both double precision performance and cost. When checking the specifications of the card it should provide you with a breakdown of the single and double precision throughput in flops. Single precision compute is typically sufficient for TUFLOW HPC modelling.&lt;br /&gt;
&lt;br /&gt;
For the higher end GPU cards, users may wish to consider server-based computers rather than workstations, and also weigh the cost of an extra TUFLOW licence against the cost of the high end hardware.&lt;br /&gt;
&lt;br /&gt;
===GPU RAM===&lt;br /&gt;
RAM is the computer memory required to store all of the model data used during the computation. A computer has CPU RAM which is located on the motherboard and accessed from the CPU, and it has GPU RAM which is located on the GPU device and accessed from the GPU. The two memory storage systems are physically separate. &lt;br /&gt;
The amount of GPU RAM is one of two factors that will determine the size of the model that can be run (the other being CPU RAM). As a rule of thumb, approximately 5 million cells can be run per gigabyte (GB) of GPU RAM depending on the model features, e.g. a model with infiltration requires more memory due to the extra variables needed for the infiltration calculation. &lt;br /&gt;
&lt;br /&gt;
===CPU RAM===&lt;br /&gt;
TUFLOW HPC on GPU hardware still uses the CPU to compute and store data (in CPU RAM) during model initialisation and for all 1D calculations. While we are working on improving our CPU RAM usage, currently we tend to find that CPU RAM is often the limiter to the size of the model domain you can run, particularly if using running over multiple GPU cards. During initialisation and simulation a model will typically require 4-6 times the amount of CPU RAM relative to GPU RAM. As an example, a model that utilises 11GB of GPU RAM (typical memory for high-end gaming card, and corresponds to about a 50 million cell model) the CPU RAM required during initialisation will typically be in range 44GB to 66GB. A model that fully utilises two 11 GB GPUs (i.e. a 100 million cell model) may require as much as 128GB of CPU RAM during initialisation. Note that anything more than 256GB of CPU RAM will exceed the limitations of consumer chipsets that are available in 2025 and requires more expensive workstation hardware - additionally, users should consult a hardware expert to check limitations of specific hardware.&lt;br /&gt;
&lt;br /&gt;
=== RAM Reliability (ECC vs non-ECC) ===&lt;br /&gt;
ECC (Error-Correcting Code) RAM detects and corrects memory errors, improving reliability, while non-ECC cannot. There is some misinformation about random cosmic ray bit flips. Large field studies show errors are usually caused by physical faults in specific DIMMs (Dual In-line Memory Modules, the removable RAM sticks), not uniform random events. Most DIMMs experience no errors, while a small number produce the vast majority of faults. Modern DDR5 memory also includes on-die correction that silently fixes some errors before they leave the chip.&lt;br /&gt;
&lt;br /&gt;
A failing DIMM on a non-ECC system is more likely to cause crashes or obvious corruption than a silent incorrect result. In numerical solvers, bit flips often trigger instability or failure rather than plausible but wrong outputs. For a single TUFLOW workstation, ECC is generally not required solely to protect result quality, though it may be beneficial for servers, critical workloads, or environments operating many machines.&lt;br /&gt;
&lt;br /&gt;
If additional confidence is desired, run a memory test (for example Memtest86+) for multiple passes after installation. Consistent errors indicate defective hardware that should be replaced.&lt;br /&gt;
&lt;br /&gt;
===CUDA Cores, GPU Clock speed, and FLOPs ===&lt;br /&gt;
One way of reporting a GPU card&#039;s throughput is in Floating Point Operations per second (FLOPs). The more FLOPs, the more calculations that can get crunched per second and the faster the model should run. For any given generation of GPU, FLOPs are approximately proportional to number of CUDA cores times the GPU clock speed. However, there have been significant improvements in GPU architecture since the inception of CUDA, and this has contributed to increases in overall FLOPs performance beyond just the increases in cores and clock speed that have occurred over this time. &lt;br /&gt;
&lt;br /&gt;
===Multiple GPUs===&lt;br /&gt;
TUFLOW can use multiple GPU cards on a machine to run a single model (TUFLOW FV can currently use a single GPU only). This is useful for models that are too large for a single GPU, or for running a model as quickly as possible. In general terms the run time benefit of using multiple cards increases with model size. &lt;br /&gt;
*TUFLOW HPC-GPU does not support SLI for inter-GPU communications.&lt;br /&gt;
*It does (as of build 2020-01-AA) auto detect and utilise peer-to-peer access over NVLink or PCI bus on the motherboard. Note that not all GPUs support peer-to-peer access. &lt;br /&gt;
**PCI bus - this method requires cards that supports TCC driver mode and all cards must be in TCC driver mode. As TUFLOW primarily relies on GPU CUDA capabilities, the impact of using higher or lower PCI slot option is minimal.&lt;br /&gt;
**NVLink - high-end compute cards can have up to 8 cards talking to each other through a high-spec NVLink, but many of the less expensive cards are limited to only having two connected together over a dual socket NVLink.&lt;br /&gt;
*Models may still be run across multiple GPUs even if a NVLink is not present and the GPUs do not support peer-to-peer access. In this case HPC reverts to exchanging the domain boundary data between the GPUs via the CPU. The memory bandwidth between the GPU and the main system is not a critical bottleneck for TUFLOW.&lt;br /&gt;
*When using multiple GPUs it is best to use cards of similar memory and performance. While it is possible (as of build 2020-01-AA) to re-balance a model over multiple GPUs, we do not recommend using cards with vastly disparate performance.&lt;br /&gt;
*Sufficient cooling and power supply should be considered if multiple cards are used. When installed in adjacent PCI slots, the preference is to use rear vented cards rather than side vented to avoid blowing hot air onto the neighbouring cards (which could lead to overheating).&lt;br /&gt;
&lt;br /&gt;
===GPU Performance Comparison===&lt;br /&gt;
Extensive GPU hardware speed comparison testing has been completed using TUFLOW&#039;s standardised hardware benchmarking dataset. Details for the benchmarking are available via the &amp;lt;u&amp;gt;[[Hardware_Benchmarking | Hardware Benchmarking]]&amp;lt;/u&amp;gt; page. Review the GPU benchmarking runtime results table to compare the speed performance of different cards. If your GPU card is not listed in the result dataset please download and run the benchmarking dataset, and provide the result summary to [mailto:support@tuflow.com support@tuflow.com]. We will add the details to the runtime results table.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
External videocard benchmark websites can be used to compare GPU cards, for example, &amp;lt;u&amp;gt;[https://www.videocardbenchmark.net/high_end_gpus.html PassMark Software - Video Card (GPU) Benchmarks]&amp;lt;/u&amp;gt; is an excellent performance guide. Note that PassMark may not be representative for the highest end cards, for TUFLOW. GPU are complex devices, newer cards may not perform as well on PassMark&#039;s benchmarks for criteria consumers buy GPUs for (games, video editing, etc.), even though the cards may well perform a lot better for TUFLOW.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CPU Advice=&lt;br /&gt;
In general terms a more recent architecture, higher clock speed CPU with a large cache will perform better than a slower clock speed chip. This section discusses CPU RAM, RAM speed, Processor frequency, Multi-core processing and hyper-threading.&lt;br /&gt;
&lt;br /&gt;
===CPU RAM===&lt;br /&gt;
The amount of CPU RAM will determine the size of the model that can be run or a number of models that can be run at one time. &lt;br /&gt;
Faster RAM will result in quicker runtimes, however this is usually a secondary consideration to chip speed, cache size and architecture.&lt;br /&gt;
&lt;br /&gt;
===CPU Cores ===&lt;br /&gt;
*TUFLOW HPC - Run on GPU Hardware: The parallel processing is being done on the GPU card. However, TUFLOW HPC-GPU still uses the CPU for model initialisation and for 1D calculations. If multiple GPU cards are used, TUFLOW will use the equivalent number of CPU threads for controlling the GPUs and migrating data. So for a machine dedicated to HPC-GPU modelling, the number of CPU cores should be higher than the number of installed GPUs.&lt;br /&gt;
*TUFLOW HPC - Run on CPU Hardware: HPC model can also be run on multiple CPU cores. For the comparison of simulation speed, please refer to [[Hardware_Benchmarking_Topic_HPC_on_CPU_vs_GPU | HPC on CPU vs GPU]].&lt;br /&gt;
*TUFLOW Classic: TUFLOW Classic simulation can only use one CPU core due to the implicit nature of the numerical solution. More CPU cores will enable running more simulations at the same time most efficiently.&lt;br /&gt;
&lt;br /&gt;
===Hyperthreading===&lt;br /&gt;
https://fvwiki.tuflow.com/index.php?title=TUFLOW_FV_Parallel_Computing&lt;br /&gt;
&lt;br /&gt;
===Processor Frequency and RAM Frequency===&lt;br /&gt;
The frequency directly affects the run times. In general, the higher the frequency, the faster the model runs.&lt;br /&gt;
&lt;br /&gt;
===CPU Performance Comparison===&lt;br /&gt;
Extensive CPU hardware speed comparison testing has been completed using TUFLOW&#039;s standardised hardware benchmarking dataset. Details for the benchmarking are available via the &amp;lt;u&amp;gt;[[Hardware_Benchmarking| Hardware Benchmarking]]&amp;lt;/u&amp;gt; page of the Wiki. Review the CPU benchmarking runtime results table to compare the speed performance of different chips. If your chip is not listed in the result dataset please download and run the benchmarking dataset, and provide the result summary to [mailto:support@tuflow.com support@tuflow.com]. We will add the details to the runtime results table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Storage Advice=&lt;br /&gt;
Solid state hard drives are preferred for temporary storage as they are faster to write to than traditional hard drives. Large data files can then be transferred to a more permanent location.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Main_Page| TUFLOW Main Page]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Selection_Advice&amp;diff=45625</id>
		<title>Hardware Selection Advice</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Selection_Advice&amp;diff=45625"/>
		<updated>2026-03-23T04:00:55Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* GPU Advice */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page provides general hardware advice for running TUFLOW models on GPU or CPU. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File: Hardware_Configuration_001.jpg ||450px|right]]&lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
We often get asked about the optimum computing setup to run TUFLOW models. While every model is different and will interact differently with your hardware there is some general advice that we can offer. Note that recommendations focus specifically on running TUFLOW. It is highly recommend to consult your IT team to confirm that all components of the machine are fully capable of supporting your intended uses and meet your requirements for quality, speed, and durability.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the sections below you will find more detailed advice on GPU and CPU but generally:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The amount of RAM in the computer will be the limiter for the size of model you can run. This applies to CPU RAM (TUFLOW Classic, TUFLOW FV and TUFLOW HPC with Hardware == CPU) and also GPU RAM (TUFLOW HPC and TUFLOW FV with Hardware == GPU). If available RAM becomes a limitation, users should also investigate improvements to their model configuration to reduce RAM requirements (see &amp;lt;u&amp;gt;[[TUFLOW Simulation Speed | TUFLOW Simulation Speed]]&amp;lt;/u&amp;gt;). &lt;br /&gt;
&lt;br /&gt;
* The processing speed of the CPU, the architecture, cache size, speed and number of processors play a role.&lt;br /&gt;
* For GPU simulations, the number of CUDA cores, the core speed, GPU card architecture, memory speed and interfacing with the motherboard PCI lanes and CPU are all important. &lt;br /&gt;
* The system must be well cooled to avoid throttling (meaning reduction of clock speeds to reduce heating), and have sufficient and reliable power supply. Should upgrades to the system be expected in the future (such as adding a second GPU card), then consider configuring these components to avoid future limitations. &amp;lt;br&amp;gt;&lt;br /&gt;
For information on minimum and recommended system requirement, see &amp;lt;u&amp;gt;[[System_Requirements | System Requirements]]&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
To discover a computer&#039;s NVIDIA GPU hardware, see &amp;lt;u&amp;gt;[[Console_Window_GPU_Usage | NVIDIA GPU Hardware and Usage]]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=The TUFLOW Software Suite=&lt;br /&gt;
The TUFLOW Software suite has a range of solvers. Each interact differently with your hardware so pairing the correct solver (or the range of solvers you want to run) and hardware is an important consideration. A brief summary of each solver&#039;s needs is provided as follows:&amp;lt;br&amp;gt;&lt;br /&gt;
*TUFLOW Classic: A single model run can only use the CPU and cannot be run across multiple CPU cores or GPU hardware. In general terms: The maximum model size is dependent on the available CPU RAM and the runtime is driven by the CPU speed, architecture and cache size.&lt;br /&gt;
* TUFLOW HPC - Run on CPU Hardware: A single model run uses the CPU and is parallelised to run across multiple cores. In general terms: The maximum model size is dependent on the available CPU RAM and the runtime is driven by the CPU speed, the number of cores available to be run in parallel, architecture and cache size.&lt;br /&gt;
*TUFLOW HPC - Run on GPU Hardware: A single model run uses the GPU(s) for computation. In general terms: The maximum model size is dependent on the available GPU and CPU RAM and the runtime is driven by the CUDA core speed, the number of CUDA cores available and the GPU architecture. GPU performance is complex and is not easily inferred from GPU clock speed and number of cores, it is also very dependent on the ‘generation’ or architecture of GPU. As TUFLOW HPC requires some data exchange between GPU and CPU, the motherboard bus speeds and CPU speeds also play a role but typically a much lesser role compared to the GPU CUDA compute.&lt;br /&gt;
*TUFLOW FV - Run on CPU Hardware: A single model run uses CPU and is parallelised to run across multiple cores. In general terms: The maximum model size is dependent on the available CPU RAM and the runtime is determined by the CPU speed, the number of cores available to be run in parallel, chip architecture and cache size.&lt;br /&gt;
*TUFLOW FV - Run on GPU Hardware: A single model run uses the GPU(s) for computation. In general terms: The maximum model size is dependent on the available GPU and CPU RAM and the runtime is driven by the CUDA core speed, the number of CUDA cores available and the GPU architecture. GPU performance is complex and is not easily inferred from GPU clock speed and number of cores, it is also very dependent on the ‘generation’ or architecture of GPU. As TUFLOW FV requires some data exchange between GPU and CPU, the motherboard bus speeds and CPU speeds also play a role but typically a much lesser role compared to the GPU CUDA compute.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;u&amp;gt;[[Hardware_Benchmarking_-_Results#CPU_Results | Hardware Benchmarking]]&amp;lt;/u&amp;gt; page shows recently run combinations of GPU, CPU and RAM. These can be compared with the system intended for purchase. The recommendation is to seek advise from an appropriate computer hardware vendor who can advise on the compatibility and optimisation of the setup.&lt;br /&gt;
&lt;br /&gt;
=GPU Advice=&lt;br /&gt;
TUFLOW HPC on GPU Hardware is typically our fastest solver for 1D/2D pipe and floodplain simulations. &lt;br /&gt;
* TUFLOW HPC supports CUDA enabled NVIDIA GPU cards. For list of supported CUDA enabled graphics cards please visit the &amp;lt;u&amp;gt;[https://developer.nvidia.com/cuda-gpus NVIDIA website]&amp;lt;/u&amp;gt;.&lt;br /&gt;
*To discover a computer&#039;s NVIDIA GPU hardware, see &amp;lt;u&amp;gt;[[Console_Window_GPU_Usage | NVIDIA GPU Hardware and Usage]]&amp;lt;/u&amp;gt;.&lt;br /&gt;
*TUFLOW HPC on GPU Hardware can be run in either single or double precision. However, for the vast majority of flood applications single precision is sufficient. We typically run our models on single precision. If you are unsure we recommend running with both the single and double precision solvers and comparing your results.&lt;br /&gt;
The precision solver you require will determine the type of GPU card that is best suited for your compute. For any given generation/architecture of cards, the “gaming” cards such as the GTX GeForce and RTX provide excellent single precision performance – typically comparable to that of the “scientific” cards such as the Tesla series. If double precision is required then the scientific cards are substantially faster, but these are also significantly more expensive. The Quadro series cards sit in between for both double precision performance and cost. When checking the specifications of the card it should provide you with a breakdown of the single and double precision throughput in flops. Single precision compute is typically sufficient for TUFLOW HPC modelling.&lt;br /&gt;
&lt;br /&gt;
For the higher end GPU cards, users may wish to consider server-based computers rather than workstations, and also weigh the cost of an extra TUFLOW licence against the cost of the high end hardware.&lt;br /&gt;
&lt;br /&gt;
===GPU RAM===&lt;br /&gt;
RAM is the computer memory required to store all of the model data used during the computation. A computer has CPU RAM which is located on the motherboard and accessed from the CPU, and it has GPU RAM which is located on the GPU device and accessed from the GPU. The two memory storage systems are physically separate. &lt;br /&gt;
The amount of GPU RAM is one of two factors that will determine the size of the model that can be run (the other being CPU RAM). As a rule of thumb, approximately 5 million cells can be run per gigabyte (GB) of GPU RAM depending on the model features, e.g. a model with infiltration requires more memory due to the extra variables needed for the infiltration calculation. &lt;br /&gt;
&lt;br /&gt;
===CPU RAM===&lt;br /&gt;
TUFLOW HPC on GPU hardware still uses the CPU to compute and store data (in CPU RAM) during model initialisation and for all 1D calculations. While we are working on improving our CPU RAM usage, currently we tend to find that CPU RAM is often the limiter to the size of the model domain you can run, particularly if using running over multiple GPU cards. During initialisation and simulation a model will typically require 4-6 times the amount of CPU RAM relative to GPU RAM. As an example, a model that utilises 11GB of GPU RAM (typical memory for high-end gaming card, and corresponds to about a 50 million cell model) the CPU RAM required during initialisation will typically be in range 44GB to 66GB. A model that fully utilises two 11 GB GPUs (i.e. a 100 million cell model) may require as much as 128GB of CPU RAM during initialisation. Note that anything more than 256GB of CPU RAM will exceed the limitations of consumer chipsets that are available in 2025 and requires more expensive workstation hardware - additionally, users should consult a hardware expert to check limitations of specific hardware.&lt;br /&gt;
&lt;br /&gt;
=== RAM Reliability (ECC vs non-ECC) ===&lt;br /&gt;
ECC (Error-Correcting Code) RAM detects and corrects memory errors, improving reliability, while non-ECC cannot. There is significant misinformation about random “cosmic ray” bit flips. Large field studies show errors are usually caused by physical faults in specific DIMMs (Dual In-line Memory Modules, the removable RAM sticks), not uniform random events. Most DIMMs experience no errors, while a small number produce the vast majority of faults. Modern DDR5 memory also includes on-die correction that silently fixes some errors before they leave the chip.&lt;br /&gt;
&lt;br /&gt;
A failing DIMM on a non-ECC system is more likely to cause crashes or obvious corruption than a silent incorrect result. In numerical solvers, bit flips often trigger instability or failure rather than plausible but wrong outputs. For a single TUFLOW workstation, ECC is generally not required solely to protect result quality, though it may be beneficial for servers, critical workloads, or environments operating many machines.&lt;br /&gt;
&lt;br /&gt;
If additional confidence is desired, run a memory test (for example Memtest86+) for multiple passes after installation. Consistent errors indicate defective hardware that should be replaced.&lt;br /&gt;
&lt;br /&gt;
===CUDA Cores, GPU Clock speed, and FLOPs ===&lt;br /&gt;
One way of reporting a GPU card&#039;s throughput is in Floating Point Operations per second (FLOPs). The more FLOPs, the more calculations that can get crunched per second and the faster the model should run. For any given generation of GPU, FLOPs are approximately proportional to number of CUDA cores times the GPU clock speed. However, there have been significant improvements in GPU architecture since the inception of CUDA, and this has contributed to increases in overall FLOPs performance beyond just the increases in cores and clock speed that have occurred over this time. &lt;br /&gt;
&lt;br /&gt;
===Multiple GPUs===&lt;br /&gt;
TUFLOW can use multiple GPU cards on a machine to run a single model (TUFLOW FV can currently use a single GPU only). This is useful for models that are too large for a single GPU, or for running a model as quickly as possible. In general terms the run time benefit of using multiple cards increases with model size. &lt;br /&gt;
*TUFLOW HPC-GPU does not support SLI for inter-GPU communications.&lt;br /&gt;
*It does (as of build 2020-01-AA) auto detect and utilise peer-to-peer access over NVLink or PCI bus on the motherboard. Note that not all GPUs support peer-to-peer access. &lt;br /&gt;
**PCI bus - this method requires cards that supports TCC driver mode and all cards must be in TCC driver mode. As TUFLOW primarily relies on GPU CUDA capabilities, the impact of using higher or lower PCI slot option is minimal.&lt;br /&gt;
**NVLink - high-end compute cards can have up to 8 cards talking to each other through a high-spec NVLink, but many of the less expensive cards are limited to only having two connected together over a dual socket NVLink.&lt;br /&gt;
*Models may still be run across multiple GPUs even if a NVLink is not present and the GPUs do not support peer-to-peer access. In this case HPC reverts to exchanging the domain boundary data between the GPUs via the CPU. The memory bandwidth between the GPU and the main system is not a critical bottleneck for TUFLOW.&lt;br /&gt;
*When using multiple GPUs it is best to use cards of similar memory and performance. While it is possible (as of build 2020-01-AA) to re-balance a model over multiple GPUs, we do not recommend using cards with vastly disparate performance.&lt;br /&gt;
*Sufficient cooling and power supply should be considered if multiple cards are used. When installed in adjacent PCI slots, the preference is to use rear vented cards rather than side vented to avoid blowing hot air onto the neighbouring cards (which could lead to overheating).&lt;br /&gt;
&lt;br /&gt;
===GPU Performance Comparison===&lt;br /&gt;
Extensive GPU hardware speed comparison testing has been completed using TUFLOW&#039;s standardised hardware benchmarking dataset. Details for the benchmarking are available via the &amp;lt;u&amp;gt;[[Hardware_Benchmarking | Hardware Benchmarking]]&amp;lt;/u&amp;gt; page. Review the GPU benchmarking runtime results table to compare the speed performance of different cards. If your GPU card is not listed in the result dataset please download and run the benchmarking dataset, and provide the result summary to [mailto:support@tuflow.com support@tuflow.com]. We will add the details to the runtime results table.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
External videocard benchmark websites can be used to compare GPU cards, for example, &amp;lt;u&amp;gt;[https://www.videocardbenchmark.net/high_end_gpus.html PassMark Software - Video Card (GPU) Benchmarks]&amp;lt;/u&amp;gt; is an excellent performance guide. Note that PassMark may not be representative for the highest end cards, for TUFLOW. GPU are complex devices, newer cards may not perform as well on PassMark&#039;s benchmarks for criteria consumers buy GPUs for (games, video editing, etc.), even though the cards may well perform a lot better for TUFLOW.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=CPU Advice=&lt;br /&gt;
In general terms a more recent architecture, higher clock speed CPU with a large cache will perform better than a slower clock speed chip. This section discusses CPU RAM, RAM speed, Processor frequency, Multi-core processing and hyper-threading.&lt;br /&gt;
&lt;br /&gt;
===CPU RAM===&lt;br /&gt;
The amount of CPU RAM will determine the size of the model that can be run or a number of models that can be run at one time. &lt;br /&gt;
Faster RAM will result in quicker runtimes, however this is usually a secondary consideration to chip speed, cache size and architecture.&lt;br /&gt;
&lt;br /&gt;
===CPU Cores ===&lt;br /&gt;
*TUFLOW HPC - Run on GPU Hardware: The parallel processing is being done on the GPU card. However, TUFLOW HPC-GPU still uses the CPU for model initialisation and for 1D calculations. If multiple GPU cards are used, TUFLOW will use the equivalent number of CPU threads for controlling the GPUs and migrating data. So for a machine dedicated to HPC-GPU modelling, the number of CPU cores should be higher than the number of installed GPUs.&lt;br /&gt;
*TUFLOW HPC - Run on CPU Hardware: HPC model can also be run on multiple CPU cores. For the comparison of simulation speed, please refer to [[Hardware_Benchmarking_Topic_HPC_on_CPU_vs_GPU | HPC on CPU vs GPU]].&lt;br /&gt;
*TUFLOW Classic: TUFLOW Classic simulation can only use one CPU core due to the implicit nature of the numerical solution. More CPU cores will enable running more simulations at the same time most efficiently.&lt;br /&gt;
&lt;br /&gt;
===Hyperthreading===&lt;br /&gt;
https://fvwiki.tuflow.com/index.php?title=TUFLOW_FV_Parallel_Computing&lt;br /&gt;
&lt;br /&gt;
===Processor Frequency and RAM Frequency===&lt;br /&gt;
The frequency directly affects the run times. In general, the higher the frequency, the faster the model runs.&lt;br /&gt;
&lt;br /&gt;
===CPU Performance Comparison===&lt;br /&gt;
Extensive CPU hardware speed comparison testing has been completed using TUFLOW&#039;s standardised hardware benchmarking dataset. Details for the benchmarking are available via the &amp;lt;u&amp;gt;[[Hardware_Benchmarking| Hardware Benchmarking]]&amp;lt;/u&amp;gt; page of the Wiki. Review the CPU benchmarking runtime results table to compare the speed performance of different chips. If your chip is not listed in the result dataset please download and run the benchmarking dataset, and provide the result summary to [mailto:support@tuflow.com support@tuflow.com]. We will add the details to the runtime results table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Storage Advice=&lt;br /&gt;
Solid state hard drives are preferred for temporary storage as they are faster to write to than traditional hard drives. Large data files can then be transferred to a more permanent location.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Main_Page| TUFLOW Main Page]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45624</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45624"/>
		<updated>2026-03-23T03:16:08Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* High End GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|3&lt;br /&gt;
|32&lt;br /&gt;
|4800&lt;br /&gt;
|41.9&lt;br /&gt;
|122.4&lt;br /&gt;
|164.3&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|3.7&lt;br /&gt;
|32&lt;br /&gt;
|2666&lt;br /&gt;
|91.45&lt;br /&gt;
|259.63&lt;br /&gt;
|351.1&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor (32 CPUs), ~3.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|3.3&lt;br /&gt;
|10.9&lt;br /&gt;
|14.2&lt;br /&gt;
|KW4&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA GeForce GTX 1080&lt;br /&gt;
|8&lt;br /&gt;
|2560&lt;br /&gt;
|9.13&lt;br /&gt;
|52.13&lt;br /&gt;
|61.3&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|86&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|87&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA GeForce RTX A2000&lt;br /&gt;
|12&lt;br /&gt;
|3328&lt;br /&gt;
|8.6&lt;br /&gt;
|59.5&lt;br /&gt;
|68.1&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|88&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|92&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|93&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|94&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|95&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|96&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|97&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|98&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|99&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|101&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|102&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|103&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|104&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|107&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|119&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|121&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor (32 CPUs), ~3.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|75.2&lt;br /&gt;
|569.5&lt;br /&gt;
|644.7&lt;br /&gt;
|KW4&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45623</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45623"/>
		<updated>2026-03-23T03:14:00Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|3&lt;br /&gt;
|32&lt;br /&gt;
|4800&lt;br /&gt;
|41.9&lt;br /&gt;
|122.4&lt;br /&gt;
|164.3&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|3.7&lt;br /&gt;
|32&lt;br /&gt;
|2666&lt;br /&gt;
|91.45&lt;br /&gt;
|259.63&lt;br /&gt;
|351.1&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor (32 CPUs), ~3.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|3.3&lt;br /&gt;
|10.9&lt;br /&gt;
|14.2&lt;br /&gt;
|KW4&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA GeForce GTX 1080&lt;br /&gt;
|8&lt;br /&gt;
|2560&lt;br /&gt;
|9.13&lt;br /&gt;
|52.13&lt;br /&gt;
|61.3&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|86&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|87&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA GeForce RTX A2000&lt;br /&gt;
|12&lt;br /&gt;
|3328&lt;br /&gt;
|8.6&lt;br /&gt;
|59.5&lt;br /&gt;
|68.1&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|88&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|92&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|93&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|94&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|95&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|96&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|97&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|98&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|99&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|101&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|102&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|103&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|104&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|107&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|119&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|121&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor (32 CPUs), ~3.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|75.2&lt;br /&gt;
|569.5&lt;br /&gt;
|644.7&lt;br /&gt;
|KW4&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45622</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45622"/>
		<updated>2026-03-23T02:22:22Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|3&lt;br /&gt;
|32&lt;br /&gt;
|4800&lt;br /&gt;
|41.9&lt;br /&gt;
|122.4&lt;br /&gt;
|164.3&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|3.7&lt;br /&gt;
|32&lt;br /&gt;
|2666&lt;br /&gt;
|91.45&lt;br /&gt;
|259.63&lt;br /&gt;
|351.1&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor (32 CPUs), ~3.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|3.3&lt;br /&gt;
|10.9&lt;br /&gt;
|14.2&lt;br /&gt;
|KW4&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA GeForce GTX 1080&lt;br /&gt;
|8&lt;br /&gt;
|2560&lt;br /&gt;
|9.13&lt;br /&gt;
|52.13&lt;br /&gt;
|61.3&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|86&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA GeForce RTX A2000&lt;br /&gt;
|12&lt;br /&gt;
|3328&lt;br /&gt;
|8.6&lt;br /&gt;
|59.5&lt;br /&gt;
|68.1&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|87&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|88&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|92&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|93&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|94&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|95&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|96&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|97&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|98&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|99&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|101&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|102&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|103&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|104&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|107&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|119&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor (32 CPUs), ~3.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|75.2&lt;br /&gt;
|569.5&lt;br /&gt;
|644.7&lt;br /&gt;
|KW4&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Convert_to_TS1&amp;diff=45621</id>
		<title>Convert to TS1</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Convert_to_TS1&amp;diff=45621"/>
		<updated>2026-03-18T02:06:01Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Options */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&#039;&#039;&#039;convert_to_ts1.exe&#039;&#039;&#039; converts output from hydrologic models to the .ts1 format recognised by TUFLOW. The .ts1 format is a .csv file that includes indexing and header information, significantly reducing the time required for TUFLOW to read inflow hydrographs. If numerous inflow hydrographs are present, use of this format is strongly recommended.&lt;br /&gt;
&lt;br /&gt;
Any number of input files (of the same format) can be specified, and wildcards (e.g. “*.out”) may be used to select a group of files. The available options are described in the table below. One input format switch and one output format switch should be specified. However, the output format defaults to ts1, so this flag may be omitted.&lt;br /&gt;
&lt;br /&gt;
For most options, an additional file “_peak_Q.csv” is produced, summarising the peak flows for each hydrograph. If a group of files is specified, the _peak_Q.csv file summarises all files within the group, and a second file “_peak_F.csv” identifies which file produced the peak flow across all files. This is useful for determining which storm duration produced the peak flow (i.e. the critical duration event).&lt;br /&gt;
&lt;br /&gt;
The program currently supports the hydrology models most commonly used within Australia. Additional formats can be incorporated by supplying example files/formats and relevant information to [mailto:support@tuflow.com support@tuflow.com].&lt;br /&gt;
&lt;br /&gt;
The .ts1 file format is outlined on the following page: [[TS1 File Format]].&lt;br /&gt;
&lt;br /&gt;
=Options=&lt;br /&gt;
&#039;&#039;&#039;TABLE 1: convert_to_ts1 Options (Switches)&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! Switch&lt;br /&gt;
! width=85% | Description&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Input File Format Switches&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-rafts&amp;quot;|| Input files are XP-RAFTS .tot and .loc files.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-rorb&amp;quot;|| Input files are RORB .out files.  The  dt option must also be specified.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-rows&amp;quot;|| The inflow hydrographs are in space or comma delimited files with the data in blocks of one or more rows for each hydrograph.  No time data exists in the input files.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-urbs&amp;quot;|| Input files are URBS .q files, which must use relative time in hours from the start of the hydrograph.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-wbnm&amp;quot;|| Input files are WBNM _Meta.out files.&amp;lt;br&amp;gt;Only outputs in the .ts1 format.  Two files are created:&lt;br /&gt;
*loc_.ts1 containing the local hydrographs.&lt;br /&gt;
*tot_.ts1 containing the total hydrographs.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-xp&amp;quot;|| Input files are XP-SWMM .int or .ext files.&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Output File Format Switches&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-csv&amp;quot;|| Output file(s) in .csv format.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-ts1&amp;quot;|| Output file(s) in .ts1 format (the default).&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| RAFTS and WBNM Specific Switches&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-mw&amp;quot;|| Multiple WBNM Durations: Read multiple durations from a wbnm *.out file. Must be used in conjunction with the -wbnm switch. Event names are read directly from the *.out file. Please note: Multiple file processing using the * wildcard feature not yet supported with the -mw switch enabled.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-mr event_names.txt&amp;quot;|| Multiple Rafts Durations: Read multiple durations from a rafts *.loc or *.tot file. Must be used in conjunction with the -rafts switch. Events are read directly from the *.out file. Names of each event are extracted from the text file event_names.txt (refer example below). The order of the durations in event_names.txt has to be the same as the order of ticked durations in XPRAFTS. Please note: Routing increments must be the same for all storm durations. Multiple file processing using the * wildcard feature not yet supported with the -mr switch enabled.&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Miscellaneous Switches&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-b&amp;quot;|| Batch mode.  Suppresses prompt to press Enter at end of processing.  Used in .bat files where two or more files are to be processed in succession.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;&amp;quot;-dt&amp;lt;dt&amp;gt;&amp;quot;&amp;lt;/nowiki&amp;gt;|| Time increment of RORB hydrographs in minutes.  For example, 5 minutes would be specified as  dt5.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-s0&amp;quot;|| Insert a zero flow before the start of the hydrograph.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-e0&amp;quot;|| Insert a zero flow after the end of the hydrograph.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-thour&amp;quot;|| Output time in hours (for .csv output format only).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Examples=&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs two .ts1 files, one the local hydrographs and the other for the total hydrographs in Q100_Meta.out.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -wbnm -ts1 Q100_Meta.out&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs .ts1 files for every .out file in the folder.  A summary of the peak flows can be found in the _peak_Q.csv and _peak_F.csv files.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -rorb -ts1 -dt5 *.out&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs .ts1 from .int file.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -xp -ts1 Q100.int&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs .ts1 files for every Q100 .loc and .tot file in the folder.  A summary of the peak flows can be found in the _peak_Q.csv and _peak_F.csv files.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -rafts -ts1 Q100*.loc Q100*.tot&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs .csv files for the four files specified. The output time is in hours. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -rafts -csv -thour Q100.tot Q050.tot Q100.loc Q050.loc&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs a separate .csv file for each duration specified within event_names.txt and the result my_results.tot. The order of the durations in event_names.txt is important and has to be the same as the order of ticked durations in XPRAFTS. Example is shown below. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -rafts -mr event_names.txt -e0 -csv my_results.tot&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:RAFTS Storm Control.png | 500px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs a separate .csv file for each event within the wbnm output file Q100.out.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -wbnm -mw -csv Q100.out&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Utilities | Back to TUFLOW Utilities]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Convert_to_TS1&amp;diff=45620</id>
		<title>Convert to TS1</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Convert_to_TS1&amp;diff=45620"/>
		<updated>2026-03-18T02:02:27Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&#039;&#039;&#039;convert_to_ts1.exe&#039;&#039;&#039; converts output from hydrologic models to the .ts1 format recognised by TUFLOW. The .ts1 format is a .csv file that includes indexing and header information, significantly reducing the time required for TUFLOW to read inflow hydrographs. If numerous inflow hydrographs are present, use of this format is strongly recommended.&lt;br /&gt;
&lt;br /&gt;
Any number of input files (of the same format) can be specified, and wildcards (e.g. “*.out”) may be used to select a group of files. The available options are described in the table below. One input format switch and one output format switch should be specified. However, the output format defaults to ts1, so this flag may be omitted.&lt;br /&gt;
&lt;br /&gt;
For most options, an additional file “_peak_Q.csv” is produced, summarising the peak flows for each hydrograph. If a group of files is specified, the _peak_Q.csv file summarises all files within the group, and a second file “_peak_F.csv” identifies which file produced the peak flow across all files. This is useful for determining which storm duration produced the peak flow (i.e. the critical duration event).&lt;br /&gt;
&lt;br /&gt;
The program currently supports the hydrology models most commonly used within Australia. Additional formats can be incorporated by supplying example files/formats and relevant information to [mailto:support@tuflow.com support@tuflow.com].&lt;br /&gt;
&lt;br /&gt;
The .ts1 file format is outlined on the following page: [[TS1 File Format]].&lt;br /&gt;
&lt;br /&gt;
=Options=&lt;br /&gt;
&#039;&#039;&#039;TABLE 1: convert_to_ts1 Options (Switches)&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! Switch&lt;br /&gt;
! width=85% | Description&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Input File Format Switches&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-rafts&amp;quot;|| Input files are XP-RAFTS .tot and .loc files.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-rorb&amp;quot;|| Input files are RORB .out files.  The  dt option must also be specified.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-rows&amp;quot;|| The inflow hydrographs are in space or comma delimited files with the data in blocks of one or more rows for each hydrograph.  No time data exists in the input files.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-urbs&amp;quot;|| Input files are URBS .q files.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-wbnm&amp;quot;|| Input files are WBNM _Meta.out files.&amp;lt;br&amp;gt;&lt;br /&gt;
Only outputs in the .ts1 format.  Two files are created:&amp;lt;br&amp;gt;&lt;br /&gt;
*loc_.ts1 containing the local hydrographs.&lt;br /&gt;
*tot_.ts1 containing the total hydrographs.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-xp&amp;quot;|| Input files are XP-SWMM .int or .ext files.&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Output File Format Switches&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-csv&amp;quot;|| Output file(s) in .csv format.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-ts1&amp;quot;|| Output file(s) in .ts1 format (the default).&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| RAFTS and WBNM Specific Switches&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-mw&amp;quot;|| Multiple WBNM Durations: Read multiple durations from a wbnm *.out file. Must be used in conjunction with the -wbnm switch. Event names are read directly from the *.out file. Please note: Multiple file processing using the * wildcard feature not yet supported with the -mw switch enabled.&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-mr event_names.txt&amp;quot;|| Multiple Rafts Durations: Read multiple durations from a rafts *.loc or *.tot file. Must be used in conjunction with the -rafts switch. Events are read directly from the *.out file. Names of each event are extracted from the text file event_names.txt (refer example below). The order of the durations in event_names.txt has to be the same as the order of ticked durations in XPRAFTS. Please note: Routing increments must be the same for all storm durations. Multiple file processing using the * wildcard feature not yet supported with the -mr switch enabled.&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Miscellaneous Switches&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-b&amp;quot;|| Batch mode.  Suppresses prompt to press Enter at end of processing.  Used in .bat files where two or more files are to be processed in succession.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;&amp;quot;-dt&amp;lt;dt&amp;gt;&amp;quot;&amp;lt;/nowiki&amp;gt;|| Time increment of RORB hydrographs in minutes.  For example, 5 minutes would be specified as  dt5.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-s0&amp;quot;|| Insert a zero flow before the start of the hydrograph.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-e0&amp;quot;|| Insert a zero flow after the end of the hydrograph.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-thour&amp;quot;|| Output time in hours (for .csv output format only).&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Examples=&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs two .ts1 files, one the local hydrographs and the other for the total hydrographs in Q100_Meta.out.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -wbnm -ts1 Q100_Meta.out&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs .ts1 files for every .out file in the folder.  A summary of the peak flows can be found in the _peak_Q.csv and _peak_F.csv files.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -rorb -ts1 -dt5 *.out&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs .ts1 from .int file.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -xp -ts1 Q100.int&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs .ts1 files for every Q100 .loc and .tot file in the folder.  A summary of the peak flows can be found in the _peak_Q.csv and _peak_F.csv files.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -rafts -ts1 Q100*.loc Q100*.tot&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs .csv files for the four files specified. The output time is in hours. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -rafts -csv -thour Q100.tot Q050.tot Q100.loc Q050.loc&amp;lt;/tt&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs a separate .csv file for each duration specified within event_names.txt and the result my_results.tot. The order of the durations in event_names.txt is important and has to be the same as the order of ticked durations in XPRAFTS. Example is shown below. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -rafts -mr event_names.txt -e0 -csv my_results.tot&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:RAFTS Storm Control.png | 500px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Outputs a separate .csv file for each event within the wbnm output file Q100.out.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;convert_to_ts1.exe -wbnm -mw -csv Q100.out&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Utilities | Back to TUFLOW Utilities]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45579</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45579"/>
		<updated>2026-02-28T05:24:47Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* CPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|3&lt;br /&gt;
|32&lt;br /&gt;
|4800&lt;br /&gt;
|41.9&lt;br /&gt;
|122.4&lt;br /&gt;
|164.3&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|3.7&lt;br /&gt;
|32&lt;br /&gt;
|2666&lt;br /&gt;
|91.45&lt;br /&gt;
|259.63&lt;br /&gt;
|351.1&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA GeForce GTX 1080&lt;br /&gt;
|8&lt;br /&gt;
|2560&lt;br /&gt;
|9.13&lt;br /&gt;
|52.13&lt;br /&gt;
|61.3&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|86&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA GeForce RTX A2000&lt;br /&gt;
|12&lt;br /&gt;
|3328&lt;br /&gt;
|8.6&lt;br /&gt;
|59.5&lt;br /&gt;
|68.1&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|87&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|88&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|92&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|93&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|94&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|95&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|96&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|97&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|98&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|99&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|101&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|102&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|103&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|104&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|107&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|119&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=2xxx_TUFLOW_Messages&amp;diff=45521</id>
		<title>2xxx TUFLOW Messages</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=2xxx_TUFLOW_Messages&amp;diff=45521"/>
		<updated>2026-02-18T21:48:00Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 2xxx TUFLOW messages refer to issues that occur neither in the 2D model.  Click on number to follow link to TUFLOW message description, grey numbers are reserved and do not yet have messages assigned,  and red numbers have been allocated to new messages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[0xxx TUFLOW Messages]]&lt;br /&gt;
* [[1xxx TUFLOW Messages]]&lt;br /&gt;
* [[3xxx TUFLOW Messages]]&lt;br /&gt;
* [[4xxx TUFLOW Messages]]&lt;br /&gt;
* [[5xxx TUFLOW Messages]]&lt;br /&gt;
* [[6xxx TUFLOW Messages]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| Border =&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2000&amp;lt;/font&amp;gt; || [[TUFLOW Message 2001|&amp;lt;u&amp;gt;2001&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2002|&amp;lt;u&amp;gt;2002&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2003|&amp;lt;u&amp;gt;2003&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2004|&amp;lt;u&amp;gt;2004&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2005|&amp;lt;u&amp;gt;2005&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2006|&amp;lt;u&amp;gt;2006&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2007|&amp;lt;u&amp;gt;2007&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2008|&amp;lt;u&amp;gt;2008&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2009|&amp;lt;u&amp;gt;2009&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2010|&amp;lt;u&amp;gt;2010&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2011|&amp;lt;u&amp;gt;2011&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2012|&amp;lt;u&amp;gt;2012&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2013|&amp;lt;u&amp;gt;2013&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2014|&amp;lt;u&amp;gt;2014&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2015|&amp;lt;u&amp;gt;2015&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2016|&amp;lt;u&amp;gt;2016&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2017|&amp;lt;u&amp;gt;2017&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2018|&amp;lt;u&amp;gt;2018&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2019|&amp;lt;u&amp;gt;2019&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2020|&amp;lt;u&amp;gt;2020&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2021|&amp;lt;u&amp;gt;2021&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2022|&amp;lt;u&amp;gt;2022&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2023|&amp;lt;u&amp;gt;2023&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2024|&amp;lt;u&amp;gt;2024&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2025|&amp;lt;u&amp;gt;2025&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2026|&amp;lt;u&amp;gt;2026&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2027|&amp;lt;u&amp;gt;2027&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2028|&amp;lt;u&amp;gt;2028&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2029|&amp;lt;u&amp;gt;2029&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2030|&amp;lt;u&amp;gt;2030&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2031|&amp;lt;u&amp;gt;2031&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2032|&amp;lt;u&amp;gt;2032&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2033|&amp;lt;u&amp;gt;2033&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2034|&amp;lt;u&amp;gt;2034&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2035|&amp;lt;u&amp;gt;2035&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2036|&amp;lt;u&amp;gt;2036&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2037|&amp;lt;u&amp;gt;2037&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2038|&amp;lt;u&amp;gt;2038&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2039|&amp;lt;u&amp;gt;2039&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2040|&amp;lt;u&amp;gt;2040&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2041|&amp;lt;u&amp;gt;2041&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2042|&amp;lt;u&amp;gt;2042&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2043|&amp;lt;u&amp;gt;2043&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2044|&amp;lt;u&amp;gt;2044&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2045|&amp;lt;u&amp;gt;2045&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2046|&amp;lt;u&amp;gt;2046&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2047|&amp;lt;u&amp;gt;2047&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2048|&amp;lt;u&amp;gt;2048&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2049|&amp;lt;u&amp;gt;2049&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2050|&amp;lt;u&amp;gt;2050&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2051|&amp;lt;u&amp;gt;2051&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2052|&amp;lt;u&amp;gt;2052&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2053|&amp;lt;u&amp;gt;2053&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2054|&amp;lt;u&amp;gt;2054&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2055|&amp;lt;u&amp;gt;2055&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2056|&amp;lt;u&amp;gt;2056&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2057|&amp;lt;u&amp;gt;2057&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2058|&amp;lt;u&amp;gt;2058&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2059|&amp;lt;u&amp;gt;2059&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2060|&amp;lt;u&amp;gt;2060&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2061|&amp;lt;u&amp;gt;2061&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2062|&amp;lt;u&amp;gt;2062&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2063|&amp;lt;u&amp;gt;2063&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2064|&amp;lt;u&amp;gt;2064&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2065|&amp;lt;u&amp;gt;2065&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2066|&amp;lt;u&amp;gt;2066&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2067|&amp;lt;u&amp;gt;2067&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2068|&amp;lt;u&amp;gt;2068&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2069|&amp;lt;u&amp;gt;2069&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2070|&amp;lt;u&amp;gt;2070&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2071|&amp;lt;u&amp;gt;2071&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2072|&amp;lt;u&amp;gt;2072&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2073|&amp;lt;u&amp;gt;2073&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2074|&amp;lt;u&amp;gt;2074&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2075|&amp;lt;u&amp;gt;2075&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2076|&amp;lt;u&amp;gt;2076&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2077|&amp;lt;u&amp;gt;2077&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2078|&amp;lt;u&amp;gt;2078&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2079|&amp;lt;u&amp;gt;2079&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2080|&amp;lt;u&amp;gt;2080&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2081|&amp;lt;u&amp;gt;2081&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2082|&amp;lt;u&amp;gt;2082&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2083|&amp;lt;u&amp;gt;2083&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2084|&amp;lt;u&amp;gt;2084&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2085|&amp;lt;u&amp;gt;2085&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2086|&amp;lt;u&amp;gt;2086&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2087|&amp;lt;u&amp;gt;2087&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2088|&amp;lt;u&amp;gt;2088&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2089|&amp;lt;u&amp;gt;2089&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2090|&amp;lt;u&amp;gt;2090&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2091|&amp;lt;u&amp;gt;2091&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2092|&amp;lt;u&amp;gt;2092&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2093|&amp;lt;u&amp;gt;2093&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2094|&amp;lt;u&amp;gt;2094&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2095|&amp;lt;u&amp;gt;2095&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2096|&amp;lt;u&amp;gt;2096&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2097|&amp;lt;u&amp;gt;2097&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2098|&amp;lt;u&amp;gt;2098&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2099|&amp;lt;u&amp;gt;2099&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2100|&amp;lt;u&amp;gt;2100&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2101|&amp;lt;u&amp;gt;2101&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2102|&amp;lt;u&amp;gt;2102&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2103|&amp;lt;u&amp;gt;2103&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2104|&amp;lt;u&amp;gt;2104&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2105|&amp;lt;u&amp;gt;2105&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2106|&amp;lt;u&amp;gt;2106&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2107|&amp;lt;u&amp;gt;2107&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2108|&amp;lt;u&amp;gt;2108&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2109|&amp;lt;u&amp;gt;2109&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2110|&amp;lt;u&amp;gt;2110&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2111|&amp;lt;u&amp;gt;2111&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2112|&amp;lt;u&amp;gt;2112&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2113|&amp;lt;u&amp;gt;2113&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2114|&amp;lt;u&amp;gt;2114&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2115|&amp;lt;u&amp;gt;2115&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2116|&amp;lt;u&amp;gt;2116&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2117|&amp;lt;u&amp;gt;2117&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2118|&amp;lt;u&amp;gt;2118&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2119|&amp;lt;u&amp;gt;2119&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2120|&amp;lt;u&amp;gt;2120&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2121|&amp;lt;u&amp;gt;2121&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2122|&amp;lt;u&amp;gt;2122&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2123|&amp;lt;u&amp;gt;2123&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2124|&amp;lt;u&amp;gt;2124&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2125|&amp;lt;u&amp;gt;2125&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2126|&amp;lt;u&amp;gt;2126&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2127|&amp;lt;u&amp;gt;2127&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2128|&amp;lt;u&amp;gt;2128&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2129|&amp;lt;u&amp;gt;2129&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2130|&amp;lt;u&amp;gt;2130&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2131|&amp;lt;u&amp;gt;2131&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2132|&amp;lt;u&amp;gt;2132&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2133|&amp;lt;u&amp;gt;2133&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2134|&amp;lt;u&amp;gt;2134&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2135|&amp;lt;u&amp;gt;2135&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2136|&amp;lt;u&amp;gt;2136&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2137|&amp;lt;u&amp;gt;2137&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2138|&amp;lt;u&amp;gt;2138&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2139|&amp;lt;u&amp;gt;2139&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2140|&amp;lt;u&amp;gt;2140&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2141|&amp;lt;u&amp;gt;2141&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2142|&amp;lt;u&amp;gt;2142&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2143|&amp;lt;u&amp;gt;2143&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2144|&amp;lt;u&amp;gt;2144&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2145|&amp;lt;u&amp;gt;2145&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2146|&amp;lt;u&amp;gt;2146&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2147|&amp;lt;u&amp;gt;2147&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2148|&amp;lt;u&amp;gt;2148&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2149|&amp;lt;u&amp;gt;2149&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2150|&amp;lt;u&amp;gt;2150&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2151|&amp;lt;u&amp;gt;2151&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2152|&amp;lt;u&amp;gt;2152&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2153|&amp;lt;u&amp;gt;2153&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2154|&amp;lt;u&amp;gt;2154&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2155|&amp;lt;u&amp;gt;2155&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2156|&amp;lt;u&amp;gt;2156&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2157|&amp;lt;u&amp;gt;2157&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2158|&amp;lt;u&amp;gt;2158&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2159|&amp;lt;u&amp;gt;2159&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2160|&amp;lt;u&amp;gt;2160&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2161|&amp;lt;u&amp;gt;2161&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2162|&amp;lt;u&amp;gt;2162&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2163|&amp;lt;u&amp;gt;2163&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2164|&amp;lt;u&amp;gt;2164&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2165|&amp;lt;u&amp;gt;2165&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2166|&amp;lt;u&amp;gt;2166&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2167|&amp;lt;u&amp;gt;2167&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2168|&amp;lt;u&amp;gt;2168&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2169|&amp;lt;u&amp;gt;2169&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2170|&amp;lt;u&amp;gt;2170&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2171|&amp;lt;u&amp;gt;2171&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2172|&amp;lt;u&amp;gt;2172&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2173|&amp;lt;u&amp;gt;2173&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2174|&amp;lt;u&amp;gt;2174&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2175|&amp;lt;u&amp;gt;2175&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2176|&amp;lt;u&amp;gt;2176&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2177|&amp;lt;u&amp;gt;2177&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2178|&amp;lt;u&amp;gt;2178&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2179|&amp;lt;u&amp;gt;2179&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2180|&amp;lt;u&amp;gt;2180&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2181|&amp;lt;u&amp;gt;2181&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2182|&amp;lt;u&amp;gt;2182&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2183|&amp;lt;u&amp;gt;2183&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2184|&amp;lt;u&amp;gt;2184&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2185|&amp;lt;u&amp;gt;2185&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2186|&amp;lt;u&amp;gt;2186&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2187|&amp;lt;u&amp;gt;2187&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2188|&amp;lt;u&amp;gt;2188&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2189|&amp;lt;u&amp;gt;2189&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2190|&amp;lt;u&amp;gt;2190&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2191|&amp;lt;u&amp;gt;2191&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2192|&amp;lt;u&amp;gt;2192&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2193|&amp;lt;u&amp;gt;2193&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2194|&amp;lt;u&amp;gt;2194&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2195|&amp;lt;u&amp;gt;2195&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2196|&amp;lt;u&amp;gt;2196&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2197|&amp;lt;u&amp;gt;2197&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2198|&amp;lt;u&amp;gt;2198&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2199|&amp;lt;u&amp;gt;2199&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2200|&amp;lt;u&amp;gt;2200&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2201|&amp;lt;u&amp;gt;2201&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2202|&amp;lt;u&amp;gt;2202&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2203|&amp;lt;u&amp;gt;2203&amp;lt;/u&amp;gt; ]] || [[TUFLOW_Message_2204| &amp;lt;u&amp;gt;2204&amp;lt;/u&amp;gt;]] || [[TUFLOW Message 2205|&amp;lt;u&amp;gt;2205&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2206|&amp;lt;u&amp;gt;2206&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2207&amp;lt;/font&amp;gt; || [[TUFLOW Message 2208|&amp;lt;u&amp;gt;2208&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2209&amp;lt;/font&amp;gt; || [[TUFLOW Message 2210|&amp;lt;u&amp;gt;2210&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2211|&amp;lt;u&amp;gt;2211&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2212|&amp;lt;u&amp;gt;2212&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2213|&amp;lt;u&amp;gt;2213&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2214|&amp;lt;u&amp;gt;2214&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2215|&amp;lt;u&amp;gt;2215&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2216|&amp;lt;u&amp;gt;2216&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2217|&amp;lt;u&amp;gt;2217&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2218|&amp;lt;u&amp;gt;2218&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2219|&amp;lt;u&amp;gt;2219&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2220|&amp;lt;u&amp;gt;2220&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2221|&amp;lt;u&amp;gt;2221&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2222|&amp;lt;u&amp;gt;2222&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2223|&amp;lt;u&amp;gt;2223&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2224|&amp;lt;u&amp;gt;2224&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2225|&amp;lt;u&amp;gt;2225&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2226|&amp;lt;u&amp;gt;2226&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2227|&amp;lt;u&amp;gt;2227&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2228|&amp;lt;u&amp;gt;2228&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2229|&amp;lt;u&amp;gt;2229&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2230|&amp;lt;u&amp;gt;2230&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2231|&amp;lt;u&amp;gt;2231&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2232|&amp;lt;u&amp;gt;2232&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2233|&amp;lt;u&amp;gt;2233&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2234|&amp;lt;u&amp;gt;2234&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2235|&amp;lt;u&amp;gt;2235&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2236|&amp;lt;u&amp;gt;2236&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2237|&amp;lt;u&amp;gt;2237&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2238|&amp;lt;u&amp;gt;2238&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2239|&amp;lt;u&amp;gt;2239&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2240|&amp;lt;u&amp;gt;2240&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2241|&amp;lt;u&amp;gt;2241&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2242|&amp;lt;u&amp;gt;2242&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2243&amp;lt;/font&amp;gt; || [[TUFLOW Message 2244|&amp;lt;u&amp;gt;2244&amp;lt;/u&amp;gt; ]]  || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2245&amp;lt;/font&amp;gt; || [[TUFLOW Message 2246|&amp;lt;u&amp;gt;2246&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2247|&amp;lt;u&amp;gt;2247&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2248|&amp;lt;u&amp;gt;2248&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2249&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2250&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2251&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2252&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2253&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2254&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2255&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2256&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2257&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2258&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2259&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2300&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2301&amp;lt;/font&amp;gt; || [[TUFLOW Message 2302|&amp;lt;u&amp;gt;2302&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2303&amp;lt;/font&amp;gt; || [[TUFLOW Message 2304|&amp;lt;u&amp;gt;2304&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2305|&amp;lt;u&amp;gt;2305&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2306|&amp;lt;u&amp;gt;2306&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2307&amp;lt;/font&amp;gt; || [[TUFLOW Message 2308|&amp;lt;u&amp;gt;2308&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2309|&amp;lt;u&amp;gt;2309&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2310|&amp;lt;u&amp;gt;2310&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2311|&amp;lt;u&amp;gt;2311&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2312&amp;lt;/font&amp;gt; || [[TUFLOW Message 2313|&amp;lt;u&amp;gt;2313&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2314|&amp;lt;u&amp;gt;2314&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2315|&amp;lt;u&amp;gt;2315&amp;lt;/u&amp;gt; ]]|| [[TUFLOW Message 2316|&amp;lt;u&amp;gt;2316&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2317|&amp;lt;u&amp;gt;2317&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2318&amp;lt;/font&amp;gt; || [[TUFLOW Message 2319|&amp;lt;u&amp;gt;2319&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2320|&amp;lt;u&amp;gt;2320&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2321|&amp;lt;u&amp;gt;2321&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2322&amp;lt;/font&amp;gt; || [[TUFLOW Message 2323|&amp;lt;u&amp;gt;2323&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2324&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2325&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2326&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2327&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2328&amp;lt;/font&amp;gt; || [[TUFLOW Message 2329|&amp;lt;u&amp;gt;2329&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2330|&amp;lt;u&amp;gt;2330&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2331|&amp;lt;u&amp;gt;2331&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2332&amp;lt;/font&amp;gt; || [[TUFLOW Message 2333|&amp;lt;u&amp;gt;2333&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2334|&amp;lt;u&amp;gt;2334&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2335|&amp;lt;u&amp;gt;2335&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2336|&amp;lt;u&amp;gt;2336&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2337|&amp;lt;u&amp;gt;2337&amp;lt;/u&amp;gt;]] || [[TUFLOW Message 2338|&amp;lt;u&amp;gt;2338&amp;lt;/u&amp;gt;]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2339&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2340|&amp;lt;u&amp;gt;2340&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2341&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2342&amp;lt;/font&amp;gt; || [[TUFLOW Message 2343|&amp;lt;u&amp;gt;2343&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2344&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2345&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2346&amp;lt;/font&amp;gt; || [[TUFLOW Message 2347|&amp;lt;u&amp;gt;2347&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2348|&amp;lt;u&amp;gt;2348&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2349|&amp;lt;u&amp;gt;2349&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2350|&amp;lt;u&amp;gt;2350&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2351|&amp;lt;u&amp;gt;2351&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2352|&amp;lt;u&amp;gt;2352&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2353|&amp;lt;u&amp;gt;2353&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2354|&amp;lt;u&amp;gt;2354&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2355|&amp;lt;u&amp;gt;2355&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2356|&amp;lt;u&amp;gt;2356&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2357|&amp;lt;u&amp;gt;2357&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2358|&amp;lt;u&amp;gt;2358&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2359|&amp;lt;u&amp;gt;2359&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2360|&amp;lt;u&amp;gt;2360&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2361|&amp;lt;u&amp;gt;2361&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2362|&amp;lt;u&amp;gt;2362&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2363&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2364&amp;lt;/font&amp;gt; || [[TUFLOW Message 2365|&amp;lt;u&amp;gt;2365&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2366&amp;lt;/font&amp;gt; || [[TUFLOW Message 2367|&amp;lt;u&amp;gt;2367&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2368|&amp;lt;u&amp;gt;2368&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2369&amp;lt;/font&amp;gt; || [[TUFLOW Message 2370|&amp;lt;u&amp;gt;2370&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2371|&amp;lt;u&amp;gt;2371&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2372|&amp;lt;u&amp;gt;2372&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2373|&amp;lt;u&amp;gt;2373&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2374|&amp;lt;u&amp;gt;2374&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2375|&amp;lt;u&amp;gt;2375&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2376|&amp;lt;u&amp;gt;2376&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2377|&amp;lt;u&amp;gt;2377&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2378&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2379&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2380|&amp;lt;u&amp;gt;2380&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2381|&amp;lt;u&amp;gt;2381&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2382|&amp;lt;u&amp;gt;2382&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2383|&amp;lt;u&amp;gt;2383&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2384&amp;lt;/font&amp;gt; || [[TUFLOW Message 2385|&amp;lt;u&amp;gt;2385&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2386|&amp;lt;u&amp;gt;2386&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2387&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2388&amp;lt;/font&amp;gt; || [[TUFLOW Message 2389|&amp;lt;u&amp;gt;2389&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2390|&amp;lt;u&amp;gt;2390&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2391|&amp;lt;u&amp;gt;2391&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2392|&amp;lt;u&amp;gt;2392&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2393&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2394&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2395&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2396&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2397&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2398&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2399&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2400|&amp;lt;u&amp;gt;2400&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2401|&amp;lt;u&amp;gt;2401&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2402|&amp;lt;u&amp;gt;2402&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2403|&amp;lt;u&amp;gt;2403&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2404|&amp;lt;u&amp;gt;2404&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2405|&amp;lt;u&amp;gt;2405&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2406|&amp;lt;u&amp;gt;2406&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2407|&amp;lt;u&amp;gt;2407&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2408|&amp;lt;u&amp;gt;2408&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2409|&amp;lt;u&amp;gt;2409&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2410&amp;lt;/font&amp;gt; || [[TUFLOW Message 2411|&amp;lt;u&amp;gt;2411&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2412|&amp;lt;u&amp;gt;2412&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2413|&amp;lt;u&amp;gt;2413&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2414|&amp;lt;u&amp;gt;2414&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2415|&amp;lt;u&amp;gt;2415&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2416|&amp;lt;u&amp;gt;2416&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2417|&amp;lt;u&amp;gt;2417&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2418|&amp;lt;u&amp;gt;2418&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2419|&amp;lt;u&amp;gt;2419&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2420|&amp;lt;u&amp;gt;2420&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2421|&amp;lt;u&amp;gt;2421&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2422|&amp;lt;u&amp;gt;2422&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2423|&amp;lt;u&amp;gt;2423&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2424|&amp;lt;u&amp;gt;2424&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2425|&amp;lt;u&amp;gt;2425&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2426|&amp;lt;u&amp;gt;2426&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2427|&amp;lt;u&amp;gt;2427&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2428|&amp;lt;u&amp;gt;2428&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2429|&amp;lt;u&amp;gt;2429&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2430|&amp;lt;u&amp;gt;2430&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2431|&amp;lt;u&amp;gt;2431&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2432|&amp;lt;u&amp;gt;2432&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2433&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2434&amp;lt;/font&amp;gt; || [[TUFLOW Message 2435|&amp;lt;u&amp;gt;2435&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2436|&amp;lt;u&amp;gt;2436&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2437&amp;lt;/font&amp;gt; || [[TUFLOW Message 2438|&amp;lt;u&amp;gt;2438&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2439&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2440|&amp;lt;u&amp;gt;2440&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2441|&amp;lt;u&amp;gt;2441&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2442|&amp;lt;u&amp;gt;2442&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2443|&amp;lt;u&amp;gt;2443&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2444|&amp;lt;u&amp;gt;2444&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2445|&amp;lt;u&amp;gt;2445&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2446&amp;lt;/font&amp;gt; || [[TUFLOW Message 2447|&amp;lt;u&amp;gt;2447&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2448&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;2449&amp;lt;/font&amp;gt; || [[TUFLOW Message 2450|&amp;lt;u&amp;gt;2450&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2451|&amp;lt;u&amp;gt;2451&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2452&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2453&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2454&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2455&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2456&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2457&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2458&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2459&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2460|&amp;lt;u&amp;gt;2460&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2461|&amp;lt;u&amp;gt;2461&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2462|&amp;lt;u&amp;gt;2462&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2463|&amp;lt;u&amp;gt;2463&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2464|&amp;lt;u&amp;gt;2464&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2465|&amp;lt;u&amp;gt;2465&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2466|&amp;lt;u&amp;gt;2466&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2467|&amp;lt;u&amp;gt;2467&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2468|&amp;lt;u&amp;gt;2468&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2469|&amp;lt;u&amp;gt;2469&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2470|&amp;lt;u&amp;gt;2470&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2471|&amp;lt;u&amp;gt;2471&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2472|&amp;lt;u&amp;gt;2472&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2473|&amp;lt;u&amp;gt;2473&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2474|&amp;lt;u&amp;gt;2474&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2475&amp;lt;/font&amp;gt; || [[TUFLOW Message 2476|&amp;lt;u&amp;gt;2476&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2477|&amp;lt;u&amp;gt;2477&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2478|&amp;lt;u&amp;gt;2478&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2479|&amp;lt;u&amp;gt;2479&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2480|&amp;lt;u&amp;gt;2480&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2481|&amp;lt;u&amp;gt;2481&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2482|&amp;lt;u&amp;gt;2482&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2483|&amp;lt;u&amp;gt;2483&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2484|&amp;lt;u&amp;gt;2484&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2485|&amp;lt;u&amp;gt;2485&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2486|&amp;lt;u&amp;gt;2486&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2487|&amp;lt;u&amp;gt;2487&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2488&amp;lt;/font&amp;gt; || [[TUFLOW Message 2489|&amp;lt;u&amp;gt;2489&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2490|&amp;lt;u&amp;gt;2490&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2491|&amp;lt;u&amp;gt;2491&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2492|&amp;lt;u&amp;gt;2492&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2493|&amp;lt;u&amp;gt;2493&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2494|&amp;lt;u&amp;gt;2494&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2495|&amp;lt;u&amp;gt;2495&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2496|&amp;lt;u&amp;gt;2496&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2497|&amp;lt;u&amp;gt;2497&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2498|&amp;lt;u&amp;gt;2498&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2499|&amp;lt;u&amp;gt;2499&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2500|&amp;lt;u&amp;gt;2500&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2501&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2502&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2503&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2504&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2505&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2506&amp;lt;/font&amp;gt; || [[TUFLOW Message 2507|&amp;lt;u&amp;gt;2507&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2508|&amp;lt;u&amp;gt;2508&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2509|&amp;lt;u&amp;gt;2509&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2510&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2511&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2512&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2513&amp;lt;/font&amp;gt; || [[TUFLOW Message 2514|&amp;lt;u&amp;gt;2514&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2515|&amp;lt;u&amp;gt;2515&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2516|&amp;lt;u&amp;gt;2516&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2517|&amp;lt;u&amp;gt;2517&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2518&amp;lt;/font&amp;gt; || [[TUFLOW Message 2519|&amp;lt;u&amp;gt;2519&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2520&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2521&amp;lt;/font&amp;gt; || [[TUFLOW Message 2522|&amp;lt;u&amp;gt;2522&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2523&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2524&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2525&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2526&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2527&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2528&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2529&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2530&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2531&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2532&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2533&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2534&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2535&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2536&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2537&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2538&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2539&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2540|&amp;lt;u&amp;gt;2540&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2541|&amp;lt;u&amp;gt;2541&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2542&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2543&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2544&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2545&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2546&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2547&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2548&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2549&amp;lt;/font&amp;gt; || [[TUFLOW Message 2550|&amp;lt;u&amp;gt;2550&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2551|&amp;lt;u&amp;gt;2551&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2552&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2553&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2554&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2555&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2556&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2557&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2558&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2559&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2560|&amp;lt;u&amp;gt;2560&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2561&amp;lt;/font&amp;gt; || [[TUFLOW Message 2562|&amp;lt;u&amp;gt;2562&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2563&amp;lt;/font&amp;gt; || [[TUFLOW Message 2564|&amp;lt;u&amp;gt;2564&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2565|&amp;lt;u&amp;gt;2565&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2566|&amp;lt;u&amp;gt;2566&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2567|&amp;lt;u&amp;gt;2567&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2568|&amp;lt;u&amp;gt;2568&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2569|&amp;lt;u&amp;gt;2569&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2570|&amp;lt;u&amp;gt;2570&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2571|&amp;lt;u&amp;gt;2571&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2572|&amp;lt;u&amp;gt;2572&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2573|&amp;lt;u&amp;gt;2573&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2574|&amp;lt;u&amp;gt;2574&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2575|&amp;lt;u&amp;gt;2575&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2576|&amp;lt;u&amp;gt;2576&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2577|&amp;lt;u&amp;gt;2577&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2578|&amp;lt;u&amp;gt;2578&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2579|&amp;lt;u&amp;gt;2579&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2580|&amp;lt;u&amp;gt;2580&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2581|&amp;lt;u&amp;gt;2581&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2582|&amp;lt;u&amp;gt;2582&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2583|&amp;lt;u&amp;gt;2583&amp;lt;/u&amp;gt; ]]  || [[TUFLOW Message 2584|&amp;lt;u&amp;gt;2584&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2585|&amp;lt;u&amp;gt;2585&amp;lt;/u&amp;gt; ]] ||[[TUFLOW Message 2586|&amp;lt;u&amp;gt;2586&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2587|&amp;lt;u&amp;gt;2587&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2588|&amp;lt;u&amp;gt;2588&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2589|&amp;lt;u&amp;gt;2589&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2590|&amp;lt;u&amp;gt;2590&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2591&amp;lt;/font&amp;gt;  ||[[TUFLOW Message 2592|&amp;lt;u&amp;gt;2592&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2593&amp;lt;/font&amp;gt; || [[TUFLOW Message 2594|&amp;lt;u&amp;gt;2594&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2595&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2596&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2597&amp;lt;/font&amp;gt;  ||[[TUFLOW_Message_2598|&amp;lt;u&amp;gt;2598&amp;lt;/u&amp;gt;]] || [[TUFLOW_Message_2599|&amp;lt;u&amp;gt;2599&amp;lt;/u&amp;gt;]] &lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2600|&amp;lt;u&amp;gt;2600&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2601|&amp;lt;u&amp;gt;2601&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2602|&amp;lt;u&amp;gt;2602&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2603|&amp;lt;u&amp;gt;2603&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2604|&amp;lt;u&amp;gt;2604&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2605|&amp;lt;u&amp;gt;2605&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2606|&amp;lt;u&amp;gt;2606&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2607|&amp;lt;u&amp;gt;2607&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2608|&amp;lt;u&amp;gt;2608&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2609|&amp;lt;u&amp;gt;2609&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2610|&amp;lt;u&amp;gt;2610&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2611|&amp;lt;u&amp;gt;2611&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2612|&amp;lt;u&amp;gt;2612&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2613|&amp;lt;u&amp;gt;2613&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2614|&amp;lt;u&amp;gt;2614&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2615|&amp;lt;u&amp;gt;2615&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2616|&amp;lt;u&amp;gt;2616&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2617|&amp;lt;u&amp;gt;2617&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2618|&amp;lt;u&amp;gt;2618&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2619|&amp;lt;u&amp;gt;2619&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2620|&amp;lt;u&amp;gt;2620&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2621&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2622&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2623&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2624&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2625&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2626&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2627&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2628&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2629&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2630&amp;lt;/font&amp;gt; || [[TUFLOW Message 2631|&amp;lt;u&amp;gt;2631&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2632&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2633&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2634&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2635&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2636&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2637&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2638&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2639&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2640&amp;lt;/font&amp;gt; || [[TUFLOW Message 2641|&amp;lt;u&amp;gt;2641&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2642|&amp;lt;u&amp;gt;2642&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2643&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2644&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2645&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2646&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2647&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2648&amp;lt;/font&amp;gt; || [[TUFLOW Message 2649|&amp;lt;u&amp;gt;2649&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2650&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2651&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2652&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2653&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2654&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2655&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2656&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2657&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2658&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2659&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2660|&amp;lt;u&amp;gt;2660&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2661|&amp;lt;u&amp;gt;2661&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2662|&amp;lt;u&amp;gt;2662&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2663&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2664&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2665&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2666&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2667&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2668&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2669&amp;lt;/font&amp;gt; || [[TUFLOW Message 2670|&amp;lt;u&amp;gt;2670&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2671|&amp;lt;u&amp;gt;2671&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2672&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2673&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2674&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2675&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2676&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2677&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2678&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2679&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| [[TUFLOW Message 2720|&amp;lt;u&amp;gt;2720&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2721&amp;lt;/font&amp;gt; || [[TUFLOW Message 2722|&amp;lt;u&amp;gt;2722&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2723&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2724&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2725&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2726&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2727&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2728&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2729&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2730&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2731&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2732&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2733&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2734&amp;lt;/font&amp;gt; || [[TUFLOW Message 2735|&amp;lt;u&amp;gt;2735&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2736&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2737&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2738&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2739&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2760&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2761&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2762&amp;lt;/font&amp;gt; || [[TUFLOW Message 2763|&amp;lt;u&amp;gt;2763&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2764&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2765&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2766&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2767&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2768&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2769&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2770&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2771&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2772&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2773&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2774&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2775&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2776&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2777&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2778&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2779&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2780&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2781&amp;lt;/font&amp;gt; || [[TUFLOW Message 2782|&amp;lt;u&amp;gt;2782&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2783&amp;lt;/font&amp;gt; || [[TUFLOW Message 2784|&amp;lt;u&amp;gt;2784&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2785|&amp;lt;u&amp;gt;2785&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2786|&amp;lt;u&amp;gt;2786&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2787|&amp;lt;u&amp;gt;2787&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2788&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2789&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2790&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2791&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2792&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2793&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2794&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2795&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2796&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2797&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2798&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2799&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2800|&amp;lt;u&amp;gt;2800&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2801|&amp;lt;u&amp;gt;2801&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2802|&amp;lt;u&amp;gt;2802&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2803|&amp;lt;u&amp;gt;2803&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2804|&amp;lt;u&amp;gt;2804&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2805|&amp;lt;u&amp;gt;2805&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2806|&amp;lt;u&amp;gt;2806&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2807|&amp;lt;u&amp;gt;2807&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2808|&amp;lt;u&amp;gt;2808&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2809|&amp;lt;u&amp;gt;2809&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2810|&amp;lt;u&amp;gt;2810&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2811|&amp;lt;u&amp;gt;2811&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2812|&amp;lt;u&amp;gt;2812&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2813|&amp;lt;u&amp;gt;2813&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2814|&amp;lt;u&amp;gt;2814&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2815|&amp;lt;u&amp;gt;2815&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2816|&amp;lt;u&amp;gt;2816&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2817|&amp;lt;u&amp;gt;2817&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2818|&amp;lt;u&amp;gt;2818&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2819|&amp;lt;u&amp;gt;2819&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2820|&amp;lt;u&amp;gt;2820&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2821|&amp;lt;u&amp;gt;2821&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2822|&amp;lt;u&amp;gt;2822&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2823|&amp;lt;u&amp;gt;2823&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2824|&amp;lt;u&amp;gt;2824&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2825|&amp;lt;u&amp;gt;2825&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2826|&amp;lt;u&amp;gt;2826&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2827|&amp;lt;u&amp;gt;2827&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2828|&amp;lt;u&amp;gt;2828&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2829|&amp;lt;u&amp;gt;2829&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2830|&amp;lt;u&amp;gt;2830&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2831|&amp;lt;u&amp;gt;2831&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2832|&amp;lt;u&amp;gt;2832&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2833|&amp;lt;u&amp;gt;2833&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2834|&amp;lt;u&amp;gt;2834&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2835|&amp;lt;u&amp;gt;2835&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2836|&amp;lt;u&amp;gt;2836&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2837|&amp;lt;u&amp;gt;2837&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2838|&amp;lt;u&amp;gt;2838&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2839|&amp;lt;u&amp;gt;2839&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2840|&amp;lt;u&amp;gt;2840&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2841|&amp;lt;u&amp;gt;2841&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2842|&amp;lt;u&amp;gt;2842&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2843|&amp;lt;u&amp;gt;2843&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2844|&amp;lt;u&amp;gt;2844&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2845|&amp;lt;u&amp;gt;2845&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2846|&amp;lt;u&amp;gt;2846&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2847|&amp;lt;u&amp;gt;2847&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2848|&amp;lt;u&amp;gt;2848&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2849|&amp;lt;u&amp;gt;2849&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2850|&amp;lt;u&amp;gt;2850&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2851|&amp;lt;u&amp;gt;2851&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2852|&amp;lt;u&amp;gt;2852&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2853|&amp;lt;u&amp;gt;2853&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2854|&amp;lt;u&amp;gt;2854&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2855|&amp;lt;u&amp;gt;2855&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2856|&amp;lt;u&amp;gt;2856&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2857|&amp;lt;u&amp;gt;2857&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2858|&amp;lt;u&amp;gt;2858&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2859|&amp;lt;u&amp;gt;2859&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2900&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2901&amp;lt;/font&amp;gt;&lt;br /&gt;
|| [[TUFLOW Message 2902|&amp;lt;u&amp;gt;2902&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2903&amp;lt;/font&amp;gt;&lt;br /&gt;
|| [[TUFLOW Message 2904|&amp;lt;u&amp;gt;2904&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| [[TUFLOW Message 2905|&amp;lt;u&amp;gt;2905&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2906&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2907&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2908&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2909&amp;lt;/font&amp;gt;&lt;br /&gt;
|| [[TUFLOW Message 2910|&amp;lt;u&amp;gt;2910&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| [[TUFLOW Message 2911|&amp;lt;u&amp;gt;2911&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| [[TUFLOW Message 2912|&amp;lt;u&amp;gt;2912&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| [[TUFLOW Message 2913|&amp;lt;u&amp;gt;2913&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2914&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2915&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2916&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2917&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2918&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2919&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2920|&amp;lt;u&amp;gt;2920&amp;lt;/u&amp;gt; ]]  || [[TUFLOW Message 2921|&amp;lt;u&amp;gt;2921&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2922|&amp;lt;u&amp;gt;2922&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2923|&amp;lt;u&amp;gt;2923&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2924|&amp;lt;u&amp;gt;2924&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2925|&amp;lt;u&amp;gt;2925&amp;lt;/u&amp;gt; ]]|| [[TUFLOW Message 2926|&amp;lt;u&amp;gt;2926&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2927|&amp;lt;u&amp;gt;2927&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2928|&amp;lt;u&amp;gt;2928&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2929|&amp;lt;u&amp;gt;2929&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2930|&amp;lt;u&amp;gt;2930&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2931|&amp;lt;u&amp;gt;2931&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2932|&amp;lt;u&amp;gt;2932&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2933|&amp;lt;u&amp;gt;2933&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2934|&amp;lt;u&amp;gt;2934&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2935|&amp;lt;u&amp;gt;2935&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2936|&amp;lt;u&amp;gt;2936&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2937|&amp;lt;u&amp;gt;2937&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2938|&amp;lt;u&amp;gt;2938&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2939&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 2980|&amp;lt;u&amp;gt;2980&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2981&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2982&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2983&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2984&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2985&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2986&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2987&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2988&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2989&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2990&amp;lt;/font&amp;gt; || [[TUFLOW Message 2991|&amp;lt;u&amp;gt;2991&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2992&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2993&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2994&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2995&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2996&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;2997&amp;lt;/font&amp;gt; || [[TUFLOW Message 2998|&amp;lt;u&amp;gt;2998&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 2999|&amp;lt;u&amp;gt;2999&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[ Main_Page | Back to Main Page]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=1xxx_TUFLOW_Messages&amp;diff=45520</id>
		<title>1xxx TUFLOW Messages</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=1xxx_TUFLOW_Messages&amp;diff=45520"/>
		<updated>2026-02-18T21:44:35Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The 1xxx error messages refer to errors that occur in the 1D part of the model. Links to detailed message descriptions are listed in the table below. Grey numbers do not yet have a message assigned and red numbers have been allocated to new messages.&lt;br /&gt;
&lt;br /&gt;
See also:&lt;br /&gt;
* [[0xxx TUFLOW Messages]]&lt;br /&gt;
* [[2xxx TUFLOW Messages]]&lt;br /&gt;
* [[3xxx TUFLOW Messages]]&lt;br /&gt;
* [[4xxx TUFLOW Messages]]&lt;br /&gt;
* [[5xxx TUFLOW Messages]]&lt;br /&gt;
* [[6xxx TUFLOW Messages]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| Border =&amp;quot;1&amp;quot; cellpadding=&amp;quot;8&amp;quot; style=&amp;quot;text-align:center&amp;quot;&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1000&amp;lt;/font&amp;gt; || [[TUFLOW Message 1001|&amp;lt;u&amp;gt;1001&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1002|&amp;lt;u&amp;gt;1002&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1003|&amp;lt;u&amp;gt;1003&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1004|&amp;lt;u&amp;gt;1004&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1005|&amp;lt;u&amp;gt;1005&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1006|&amp;lt;u&amp;gt;1006&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1007|&amp;lt;u&amp;gt;1007&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1008|&amp;lt;u&amp;gt;1008&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1009|&amp;lt;u&amp;gt;1009&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1010|&amp;lt;u&amp;gt;1010&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1011|&amp;lt;u&amp;gt;1011&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1012|&amp;lt;u&amp;gt;1012&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1013|&amp;lt;u&amp;gt;1013&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1014|&amp;lt;u&amp;gt;1014&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1015|&amp;lt;u&amp;gt;1015&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1016|&amp;lt;u&amp;gt;1016&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1017|&amp;lt;u&amp;gt;1017&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1018|&amp;lt;u&amp;gt;1018&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1019|&amp;lt;u&amp;gt;1019&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 1020|&amp;lt;u&amp;gt;1020&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1021|&amp;lt;u&amp;gt;1021&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1022|&amp;lt;u&amp;gt;1022&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1023|&amp;lt;u&amp;gt;1023&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1024|&amp;lt;u&amp;gt;1024&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1025|&amp;lt;u&amp;gt;1025&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1026|&amp;lt;u&amp;gt;1026&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1027|&amp;lt;u&amp;gt;1027&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1028|&amp;lt;u&amp;gt;1028&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1029|&amp;lt;u&amp;gt;1029&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1030|&amp;lt;u&amp;gt;1030&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1031|&amp;lt;u&amp;gt;1031&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1032|&amp;lt;u&amp;gt;1032&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1033|&amp;lt;u&amp;gt;1033&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1034|&amp;lt;u&amp;gt;1034&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1035|&amp;lt;u&amp;gt;1035&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1036|&amp;lt;u&amp;gt;1036&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1037|&amp;lt;u&amp;gt;1037&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1038|&amp;lt;u&amp;gt;1038&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1039|&amp;lt;u&amp;gt;1039&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 1040|&amp;lt;u&amp;gt;1040&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1041|&amp;lt;u&amp;gt;1041&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1042|&amp;lt;u&amp;gt;1042&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1043|&amp;lt;u&amp;gt;1043&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1044|&amp;lt;u&amp;gt;1044&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1045|&amp;lt;u&amp;gt;1045&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1046&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1047&amp;lt;/font&amp;gt; || [[TUFLOW Message 1048|&amp;lt;u&amp;gt;1048&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1049|&amp;lt;u&amp;gt;1049&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1050|&amp;lt;u&amp;gt;1050&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1051|&amp;lt;u&amp;gt;1051&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1052|&amp;lt;u&amp;gt;1052&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1053|&amp;lt;u&amp;gt;1053&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1054|&amp;lt;u&amp;gt;1054&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1055|&amp;lt;u&amp;gt;1055&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1056|&amp;lt;u&amp;gt;1056&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1057|&amp;lt;u&amp;gt;1057&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1058|&amp;lt;u&amp;gt;1058&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1059|&amp;lt;u&amp;gt;1059&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 1060|&amp;lt;u&amp;gt;1060&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1061|&amp;lt;u&amp;gt;1061&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1062|&amp;lt;u&amp;gt;1062&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1063|&amp;lt;u&amp;gt;1063&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1064|&amp;lt;u&amp;gt;1064&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1065|&amp;lt;u&amp;gt;1065&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1066|&amp;lt;u&amp;gt;1066&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1067|&amp;lt;u&amp;gt;1067&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1068|&amp;lt;u&amp;gt;1068&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1069|&amp;lt;u&amp;gt;1069&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1070|&amp;lt;u&amp;gt;1070&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1071|&amp;lt;u&amp;gt;1071&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1072|&amp;lt;u&amp;gt;1072&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1073|&amp;lt;u&amp;gt;1073&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1074|&amp;lt;u&amp;gt;1074&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1075|&amp;lt;u&amp;gt;1075&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1076|&amp;lt;u&amp;gt;1076&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1077|&amp;lt;u&amp;gt;1077&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1078|&amp;lt;u&amp;gt;1078&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1079|&amp;lt;u&amp;gt;1079&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 1080|&amp;lt;u&amp;gt;1080&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1081|&amp;lt;u&amp;gt;1081&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1082|&amp;lt;u&amp;gt;1082&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1083|&amp;lt;u&amp;gt;1083&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1084|&amp;lt;u&amp;gt;1084&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1085|&amp;lt;u&amp;gt;1085&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1086&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1087&amp;lt;/font&amp;gt; || [[TUFLOW Message 1088|&amp;lt;u&amp;gt;1088&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1089|&amp;lt;u&amp;gt;1089&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1090|&amp;lt;u&amp;gt;1090&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1091|&amp;lt;u&amp;gt;1091&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1092|&amp;lt;u&amp;gt;1092&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1093|&amp;lt;u&amp;gt;1093&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1094&amp;lt;/font&amp;gt; || [[TUFLOW Message 1095|&amp;lt;u&amp;gt;1095&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1096|&amp;lt;u&amp;gt;1096&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1097|&amp;lt;u&amp;gt;1097&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1098|&amp;lt;u&amp;gt;1098&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1099|&amp;lt;u&amp;gt;1099&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
| [[TUFLOW Message 1100|&amp;lt;u&amp;gt;1100&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1101|&amp;lt;u&amp;gt;1101&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1102|&amp;lt;u&amp;gt;1102&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1103|&amp;lt;u&amp;gt;1103&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1104|&amp;lt;u&amp;gt;1104&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1105|&amp;lt;u&amp;gt;1105&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1106|&amp;lt;u&amp;gt;1106&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1107|&amp;lt;u&amp;gt;1107&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1108|&amp;lt;u&amp;gt;1108&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1109|&amp;lt;u&amp;gt;1109&amp;lt;/u&amp;gt; ]]|| [[TUFLOW Message 1110|&amp;lt;u&amp;gt;1110&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1111|&amp;lt;u&amp;gt;1111&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1112|&amp;lt;u&amp;gt;1112&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1113|&amp;lt;u&amp;gt;1113&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1114|&amp;lt;u&amp;gt;1114&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1115|&amp;lt;u&amp;gt;1115&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1116|&amp;lt;u&amp;gt;1116&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1117|&amp;lt;u&amp;gt;1117&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1118|&amp;lt;u&amp;gt;1118&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1119|&amp;lt;u&amp;gt;1119&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 1120|&amp;lt;u&amp;gt;1120&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1121|&amp;lt;u&amp;gt;1121&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1122|&amp;lt;u&amp;gt;1122&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1123|&amp;lt;u&amp;gt;1123&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1124|&amp;lt;u&amp;gt;1124&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1125|&amp;lt;u&amp;gt;1125&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1126|&amp;lt;u&amp;gt;1126&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1127|&amp;lt;u&amp;gt;1127&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1128|&amp;lt;u&amp;gt;1128&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1129|&amp;lt;u&amp;gt;1129&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1130&amp;lt;/font&amp;gt; || [[TUFLOW Message 1131|&amp;lt;u&amp;gt;1131&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1132|&amp;lt;u&amp;gt;1132&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1133|&amp;lt;u&amp;gt;1133&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1134|&amp;lt;u&amp;gt;1134&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1135|&amp;lt;u&amp;gt;1135&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1136|&amp;lt;u&amp;gt;1136&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1137|&amp;lt;u&amp;gt;1137&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1138|&amp;lt;u&amp;gt;1138&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1139|&amp;lt;u&amp;gt;1139&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 1140|&amp;lt;u&amp;gt;1140&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1141|&amp;lt;u&amp;gt;1141&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1142|&amp;lt;u&amp;gt;1142&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1143|&amp;lt;u&amp;gt;1143&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1144|&amp;lt;u&amp;gt;1144&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1145|&amp;lt;u&amp;gt;1145&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1146|&amp;lt;u&amp;gt;1146&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1147&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1148&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1149&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1150&amp;lt;/font&amp;gt; || [[TUFLOW Message 1151|&amp;lt;u&amp;gt;1151&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1152|&amp;lt;u&amp;gt;1152&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1153|&amp;lt;u&amp;gt;1153&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1154|&amp;lt;u&amp;gt;1154&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1155&amp;lt;/font&amp;gt; || [[TUFLOW Message 1156|&amp;lt;u&amp;gt;1156&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1157|&amp;lt;u&amp;gt;1157&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1158|&amp;lt;u&amp;gt;1158&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1159|&amp;lt;u&amp;gt;1159&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1160&amp;lt;/font&amp;gt; || [[TUFLOW Message 1161|&amp;lt;u&amp;gt;1161&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1162|&amp;lt;u&amp;gt;1162&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1163|&amp;lt;u&amp;gt;1163&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1164|&amp;lt;u&amp;gt;1164&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1165&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1166&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1167&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1168&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1169&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1170&amp;lt;/font&amp;gt; || [[TUFLOW Message 1171|&amp;lt;u&amp;gt;1171&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1172&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1173&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1174&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1175&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1176&amp;lt;/font&amp;gt; || [[TUFLOW Message 1177|&amp;lt;u&amp;gt;1177&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1178|&amp;lt;u&amp;gt;1178&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1179|&amp;lt;u&amp;gt;1179&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1180&amp;lt;/font&amp;gt; || [[TUFLOW Message 1181|&amp;lt;u&amp;gt;1181&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1182|&amp;lt;u&amp;gt;1182&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1183|&amp;lt;u&amp;gt;1183&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1184&amp;lt;/font&amp;gt; || [[TUFLOW Message 1185|&amp;lt;u&amp;gt;1185&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1186&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1187&amp;lt;/font&amp;gt; || [[TUFLOW Message 1188|&amp;lt;u&amp;gt;1188&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1189|&amp;lt;u&amp;gt;1189&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1190&amp;lt;/font&amp;gt; || [[TUFLOW Message 1191|&amp;lt;u&amp;gt;1191&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1192|&amp;lt;u&amp;gt;1192&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1193|&amp;lt;u&amp;gt;1193&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1194|&amp;lt;u&amp;gt;1194&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1195&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1196&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1197&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1198&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1199&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 1200|&amp;lt;u&amp;gt;1200&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1201|&amp;lt;u&amp;gt;1201&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1202|&amp;lt;u&amp;gt;1202&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1203|&amp;lt;u&amp;gt;1203&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1204|&amp;lt;u&amp;gt;1204&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1205|&amp;lt;u&amp;gt;1205&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1206|&amp;lt;u&amp;gt;1206&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1207|&amp;lt;u&amp;gt;1207&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1208|&amp;lt;u&amp;gt;1208&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1209|&amp;lt;u&amp;gt;1209&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1210&amp;lt;/font&amp;gt; || [[TUFLOW Message 1211|&amp;lt;u&amp;gt;1211&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1212|&amp;lt;u&amp;gt;1212&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1213|&amp;lt;u&amp;gt;1213&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1214|&amp;lt;u&amp;gt;1214&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1215&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1216&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1217&amp;lt;/font&amp;gt; || [[TUFLOW Message 1218|&amp;lt;u&amp;gt;1218&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1219|&amp;lt;u&amp;gt;1219&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 1220|&amp;lt;u&amp;gt;1220&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1221|&amp;lt;u&amp;gt;1221&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1222&amp;lt;/font&amp;gt; || [[TUFLOW Message 1223|&amp;lt;u&amp;gt;1223&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1224&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1225&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1226&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1227&amp;lt;/font&amp;gt; || [[TUFLOW Message 1228|&amp;lt;u&amp;gt;1228&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1229|&amp;lt;u&amp;gt;1229&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1230&amp;lt;/font&amp;gt; || [[TUFLOW Message 1231|&amp;lt;u&amp;gt;1231&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1232|&amp;lt;u&amp;gt;1232&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1233|&amp;lt;u&amp;gt;1233&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1234&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1235&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1236&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1237&amp;lt;/font&amp;gt; || [[TUFLOW Message 1238|&amp;lt;u&amp;gt;1238&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1239|&amp;lt;u&amp;gt;1239&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1240&amp;lt;/font&amp;gt; || [[TUFLOW Message 1241|&amp;lt;u&amp;gt;1241&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1242|&amp;lt;u&amp;gt;1242&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1243|&amp;lt;u&amp;gt;1243&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1244&amp;lt;/font&amp;gt; || [[TUFLOW Message 1245|&amp;lt;u&amp;gt;1245&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1246&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1247&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1248&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1249&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1250&amp;lt;/font&amp;gt; || [[TUFLOW Message 1251|&amp;lt;u&amp;gt;1251&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1252|&amp;lt;u&amp;gt;1252&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1253|&amp;lt;u&amp;gt;1253&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1254&amp;lt;/font&amp;gt; || [[TUFLOW Message 1255|&amp;lt;u&amp;gt;1255&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1256|&amp;lt;u&amp;gt;1256&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1257|&amp;lt;u&amp;gt;1257&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1258|&amp;lt;u&amp;gt;1258&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1259&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1260&amp;lt;/font&amp;gt; || [[TUFLOW Message 1261|&amp;lt;u&amp;gt;1261&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1262|&amp;lt;u&amp;gt;1262&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1263&amp;lt;/font&amp;gt; || [[TUFLOW Message 1264|&amp;lt;u&amp;gt;1264&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1265|&amp;lt;u&amp;gt;1265&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1266|&amp;lt;u&amp;gt;1266&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1267|&amp;lt;u&amp;gt;1267&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1268|&amp;lt;u&amp;gt;1268&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1269|&amp;lt;u&amp;gt;1269&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1270|&amp;lt;u&amp;gt;1270&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1271|&amp;lt;u&amp;gt;1271&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1272|&amp;lt;u&amp;gt;1272&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1273&amp;lt;/font&amp;gt; || [[TUFLOW Message 1274|&amp;lt;u&amp;gt;1274&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1275|&amp;lt;u&amp;gt;1275&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1276|&amp;lt;u&amp;gt;1276&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1277|&amp;lt;u&amp;gt;1277&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1278|&amp;lt;u&amp;gt;1278&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1279|&amp;lt;u&amp;gt;1279&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 1280|&amp;lt;u&amp;gt;1280&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1281|&amp;lt;u&amp;gt;1281&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1282|&amp;lt;u&amp;gt;1282&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1283|&amp;lt;u&amp;gt;1283&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1284|&amp;lt;u&amp;gt;1284&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1285|&amp;lt;u&amp;gt;1285&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1286|&amp;lt;u&amp;gt;1286&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1287|&amp;lt;u&amp;gt;1287&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1288|&amp;lt;u&amp;gt;1288&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1289|&amp;lt;u&amp;gt;1289&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1290|&amp;lt;u&amp;gt;1290&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1291|&amp;lt;u&amp;gt;1291&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1292|&amp;lt;u&amp;gt;1292&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1293|&amp;lt;u&amp;gt;1293&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1294|&amp;lt;u&amp;gt;1294&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1295|&amp;lt;u&amp;gt;1295&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1296|&amp;lt;u&amp;gt;1296&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1297|&amp;lt;u&amp;gt;1297&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1298|&amp;lt;u&amp;gt;1298&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1299|&amp;lt;u&amp;gt;1299&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1300&amp;lt;/font&amp;gt; || [[TUFLOW Message 1301|&amp;lt;u&amp;gt;1301&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1302|&amp;lt;u&amp;gt;1302&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1303|&amp;lt;u&amp;gt;1303&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1304|&amp;lt;u&amp;gt;1304&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1305|&amp;lt;u&amp;gt;1305&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1306|&amp;lt;u&amp;gt;1306&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1307&amp;lt;/font&amp;gt; || [[TUFLOW Message 1308|&amp;lt;u&amp;gt;1308&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1309|&amp;lt;u&amp;gt;1309&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1310&amp;lt;/font&amp;gt; || [[TUFLOW Message 1311|&amp;lt;u&amp;gt;1311&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1312|&amp;lt;u&amp;gt;1312&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1313|&amp;lt;u&amp;gt;1313&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1314|&amp;lt;u&amp;gt;1314&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1315|&amp;lt;u&amp;gt;1315&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1316|&amp;lt;u&amp;gt;1316&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1317|&amp;lt;u&amp;gt;1317&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1318|&amp;lt;u&amp;gt;1318&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1319&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1320&amp;lt;/font&amp;gt; || [[TUFLOW Message 1321|&amp;lt;u&amp;gt;1321&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1322|&amp;lt;u&amp;gt;1322&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1323|&amp;lt;u&amp;gt;1323&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1324&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1325&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1326&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1327&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1328&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1329&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1330&amp;lt;/font&amp;gt; || [[TUFLOW Message 1331|&amp;lt;u&amp;gt;1331&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1332|&amp;lt;u&amp;gt;1332&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1333|&amp;lt;u&amp;gt;1333&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1334|&amp;lt;u&amp;gt;1334&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1335|&amp;lt;u&amp;gt;1335&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1336|&amp;lt;u&amp;gt;1336&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1337|&amp;lt;u&amp;gt;1337&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1338|&amp;lt;u&amp;gt;1338&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1339|&amp;lt;u&amp;gt;1339&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 1340|&amp;lt;u&amp;gt;1340&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1341|&amp;lt;u&amp;gt;1341&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1342|&amp;lt;u&amp;gt;1342&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1343|&amp;lt;u&amp;gt;1343&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1344|&amp;lt;u&amp;gt;1344&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1345|&amp;lt;u&amp;gt;1345&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1346|&amp;lt;u&amp;gt;1346&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1347|&amp;lt;u&amp;gt;1347&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1348|&amp;lt;u&amp;gt;1348&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1349&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1350&amp;lt;/font&amp;gt; || [[TUFLOW Message 1351|&amp;lt;u&amp;gt;1351&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1352|&amp;lt;u&amp;gt;1352&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1353|&amp;lt;u&amp;gt;1353&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1354&amp;lt;/font&amp;gt; || [[TUFLOW Message 1355|&amp;lt;u&amp;gt;1355&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1356|&amp;lt;u&amp;gt;1356&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1357&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1358&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1359&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1360&amp;lt;/font&amp;gt; || [[TUFLOW Message 1361|&amp;lt;u&amp;gt;1361&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1362|&amp;lt;u&amp;gt;1362&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1363|&amp;lt;u&amp;gt;1363&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1364&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1365&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1366&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1367&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1368&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1369&amp;lt;/font&amp;gt; || [[TUFLOW Message 1370|&amp;lt;u&amp;gt;1370&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1371|&amp;lt;u&amp;gt;1371&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1372&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1373&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1374&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1375&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1376&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1377&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1378&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1379&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1380&amp;lt;/font&amp;gt; || [[TUFLOW Message 1381|&amp;lt;u&amp;gt;1381&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1382|&amp;lt;u&amp;gt;1382&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1383&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1384&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1385&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1386&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1387&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1388&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1389&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1390&amp;lt;/font&amp;gt; || [[TUFLOW Message 1391|&amp;lt;u&amp;gt;1391&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1392|&amp;lt;u&amp;gt;1392&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1393|&amp;lt;u&amp;gt;1393&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1394|&amp;lt;u&amp;gt;1394&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1395&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1396&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1397&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1398&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1399&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1400&amp;lt;/font&amp;gt; || [[TUFLOW Message 1401|&amp;lt;u&amp;gt;1401&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1402|&amp;lt;u&amp;gt;1402&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1403|&amp;lt;u&amp;gt;1403&amp;lt;/u&amp;gt; ]]  || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1404&amp;lt;/font&amp;gt; || [[TUFLOW Message 1405|&amp;lt;u&amp;gt;1405&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1406&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1407&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1408&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1409&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1410&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1411&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1412&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1413&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1414&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1415&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1416&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1417&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1418&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1419&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1420&amp;lt;/font&amp;gt; || [[TUFLOW Message 1421|&amp;lt;u&amp;gt;1421&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1422|&amp;lt;u&amp;gt;1422&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1423|&amp;lt;u&amp;gt;1423&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1424|&amp;lt;u&amp;gt;1424&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1425|&amp;lt;u&amp;gt;1425&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1426|&amp;lt;u&amp;gt;1426&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1427|&amp;lt;u&amp;gt;1427&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1428|&amp;lt;u&amp;gt;1428&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1429|&amp;lt;u&amp;gt;1429&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1430|&amp;lt;u&amp;gt;1430&amp;lt;/u&amp;gt;]] || [[TUFLOW Message 1431|&amp;lt;u&amp;gt;1431&amp;lt;/u&amp;gt;]] || [[TUFLOW Message 1432|&amp;lt;u&amp;gt;1432&amp;lt;/u&amp;gt;]] || [[TUFLOW Message 1433|&amp;lt;u&amp;gt;1433&amp;lt;/u&amp;gt;]] || [[TUFLOW Message 1434|&amp;lt;u&amp;gt;1434&amp;lt;/u&amp;gt;]] || [[TUFLOW Message 1435|&amp;lt;u&amp;gt;1435&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1436|&amp;lt;u&amp;gt;1436&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1437|&amp;lt;u&amp;gt;1437&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1438|&amp;lt;u&amp;gt;1438&amp;lt;/u&amp;gt;]]  || [[TUFLOW Message 1439|&amp;lt;u&amp;gt;1439&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|[[TUFLOW Message 1440|&amp;lt;u&amp;gt;1440&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1441|&amp;lt;u&amp;gt;1441&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1442|&amp;lt;u&amp;gt;1442&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1443|&amp;lt;u&amp;gt;1443&amp;lt;/u&amp;gt; ]]  || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1444&amp;lt;/font&amp;gt;  || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1445&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1446&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1447&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1448&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1449&amp;lt;/font&amp;gt; || [[TUFLOW Message 1450|&amp;lt;u&amp;gt;1450&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1451|&amp;lt;u&amp;gt;1451&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1452&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1453&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1454&amp;lt;/font&amp;gt; || [[TUFLOW Message 1455|&amp;lt;u&amp;gt;1455&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1456&amp;lt;/font&amp;gt; || [[TUFLOW Message 1457|&amp;lt;u&amp;gt;1457&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1458|&amp;lt;u&amp;gt;1458&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1459|&amp;lt;u&amp;gt;1459&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
| [[TUFLOW Message 1460|&amp;lt;u&amp;gt;1460&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| [[TUFLOW Message 1461|&amp;lt;u&amp;gt;1461&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| [[TUFLOW Message 1462|&amp;lt;u&amp;gt;1462&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| [[TUFLOW Message 1463|&amp;lt;u&amp;gt;1463&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| [[TUFLOW Message 1464|&amp;lt;u&amp;gt;1464&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| [[TUFLOW Message 1465|&amp;lt;u&amp;gt;1465&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| [[TUFLOW Message 1466|&amp;lt;u&amp;gt;1466&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| [[TUFLOW Message 1467|&amp;lt;u&amp;gt;1467&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1468&amp;lt;/font&amp;gt;&lt;br /&gt;
|| [[TUFLOW Message 1469|&amp;lt;u&amp;gt;1469&amp;lt;/u&amp;gt;]]&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1470&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1471&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1472&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1473&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1474&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1475&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1476&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1477&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1478&amp;lt;/font&amp;gt;&lt;br /&gt;
|| &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1479&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1500&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1501&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1502&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1503&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1504&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1505&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1506&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1507&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1508&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1509&amp;lt;/font&amp;gt; || [[TUFLOW Message 1510|&amp;lt;u&amp;gt;1510&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1511&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1512&amp;lt;/font&amp;gt; || [[TUFLOW Message 1513|&amp;lt;u&amp;gt;1513&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1514&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1515&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1516&amp;lt;/font&amp;gt; || [[TUFLOW Message 1517|&amp;lt;u&amp;gt;1517&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1518&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1519&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1520&amp;lt;/font&amp;gt; || [[TUFLOW Message 1521|&amp;lt;u&amp;gt;1521&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1522|&amp;lt;u&amp;gt;1522&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1523&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1524&amp;lt;/font&amp;gt; || [[TUFLOW Message 1525|&amp;lt;u&amp;gt;1525&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1526&amp;lt;/font&amp;gt; || [[TUFLOW Message 1527|&amp;lt;u&amp;gt;1527&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1528|&amp;lt;u&amp;gt;1528&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1529&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1530&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1531&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1532&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1533&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1534&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1535&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1536&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1537&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1538&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1539&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1600&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1601&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1602&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1603&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1604&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1605&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1606&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1607&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1608&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1609&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1610&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1611&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1612&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1613&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1614&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1615&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1616&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1617&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1618&amp;lt;/font&amp;gt; || [[TUFLOW Message 1619|&amp;lt;u&amp;gt;1619&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1620&amp;lt;/font&amp;gt; || [[TUFLOW Message 1621|&amp;lt;u&amp;gt;1621&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1622|&amp;lt;u&amp;gt;1622&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1623&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1624&amp;lt;/font&amp;gt; || [[TUFLOW Message 1625|&amp;lt;u&amp;gt;1625&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1626|&amp;lt;u&amp;gt;1626&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1627&amp;lt;/font&amp;gt; || [[TUFLOW Message 1628|&amp;lt;u&amp;gt;1628&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1629&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1630&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1631&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1632&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1633&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1634&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1635&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1636&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1637&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1638&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1639&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1700&amp;lt;/font&amp;gt; || [[TUFLOW Message 1701|&amp;lt;u&amp;gt;1701&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1702&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1703&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1704&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1705&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1706&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1707&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1708&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1709&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1710&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1711&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1712&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1713&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1714&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1715&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1716&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1717&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1718&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1719&amp;lt;/font&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|&amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1980&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1981&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1982&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1983&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1984&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1985&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1986&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1987&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1988&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1989&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1990&amp;lt;/font&amp;gt; || [[TUFLOW Message 1991|&amp;lt;u&amp;gt;1991&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1992&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1993&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1994&amp;lt;/font&amp;gt; || &amp;lt;font color=&amp;quot;grey&amp;quot;&amp;gt;1995&amp;lt;/font&amp;gt; || [[TUFLOW Message 1996|&amp;lt;u&amp;gt;1996&amp;lt;/u&amp;gt; ]] || &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;1997&amp;lt;/font&amp;gt; || [[TUFLOW Message 1998|&amp;lt;u&amp;gt;1998&amp;lt;/u&amp;gt; ]] || [[TUFLOW Message 1999|&amp;lt;u&amp;gt;1999&amp;lt;/u&amp;gt; ]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[ Main_Page | Back to Main Page]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45516</id>
		<title>TUFLOW Output Discussion</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45516"/>
		<updated>2026-02-17T23:56:27Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* How should below ground water surface elevation (WSE) in wet SGS cells be interpreted or presented? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Common Questions Answered (FAQ)=&lt;br /&gt;
== Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) and mesh results (XMDF or DAT) due to small differences in the interpolation method.&lt;br /&gt;
* When outputting directly to FLT or ASC using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command, the output grid results are derived from both the cell centres and cell corners and the final results has those values interpolated to the centres of half cells (by default).&lt;br /&gt;
* When outputting XMDF (or DAT) format, the mesh results are derived from cell centres for depths / levels and cell sides for vector data. The final XMDF stores data interpolated to the cell corners and doesn’t have any memory of where the corner data were derived from and what those values were.&lt;br /&gt;
The differences can also be amplified when the rotation of the model is not perfectly north-south aligned (i.e., a non-zero orientation).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are grids processed with TUFLOW_to_GIS different from TUFLOW grids? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) produced directly from TUFLOW and post-processed from the TUFLOW_to_GIS utility from XMDF or DAT due to differences in the interpolation approach.&lt;br /&gt;
Check &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt; question above on differences between outputs direct from the TUFLOW Engine.&amp;lt;br&amp;gt;&lt;br /&gt;
When ASC/FLT results are sampled from the XMDF files with the TUFLOW_to_GIS utility, it uses less data points than when the grids are written directly from TUFLOW. &lt;br /&gt;
&lt;br /&gt;
The differences can also be amplified when the rotation of the model is a non-zero value.&lt;br /&gt;
The extent of the grids is also different. When TUFLOW starts it removes any redundant areas (if any) outside of 2d_code layer to reduce the calculation time: &lt;br /&gt;
* The extent of grids written directly from TUFLOW works with the unreduced area, encapsulating the entire rotated model domain in a north-south orientated rectangle.&lt;br /&gt;
* The extent of XMDF (or DAT) results is based on the reduced area. When the TUFLOW_to_GIS utility is used the post-processed north-south aligned grids encapsulate the reduced model extent. The origin coordinates of such grids doesn&#039;t match the origin of the model (model domain), neither the grids written out from TUFLOW directly.&lt;br /&gt;
&lt;br /&gt;
In general, a better interpolation of results is achieved when the grids are written directly from TUFLOW than when post-processed with TUFLOW_to_GIS utility. Importantly, when comparing results the recommendation is to be consistent and to use the same method for the duration of a project to ensure there are no differences as a consequence of the post-processing method.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why is Z0 hazard coming directly from TUFLOW different to the one calculated from maximum velocity and depth? ==&lt;br /&gt;
The maximum velocity and maximum depth doesn’t necessarily occur at the same time. The Z0 hazard written directly from TUFLOW has the depth x velocity calculated every timestep and at the end outputs the maximums of all the timesteps. When using the velocity and depth grids the maximum velocity is always used with maximum depth. &amp;lt;br&amp;gt;&lt;br /&gt;
Outputting the Z0 hazard grid directly from TUFLOW is more accurate, however, if this is not an option, manual creation is an acceptable workaround. The general recommendation is to choose one method and keep it consistent for the length of the project.&amp;lt;br&amp;gt;&lt;br /&gt;
When calculating the Z0 hazard from the velocity and depth, the grids have already been interpolated by TUFLOW before the raster calculation (less data is used for the calculation), whereas the TUFLOW Z0 output is interpolated from the calculated data directly. Please also refer to the above question for more information &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why does hazard output (Z1, Z2, ...) show float values and not just integers? ==&lt;br /&gt;
The hazard values are calculated in cell corners and are in a form of an integer. When the values are processed into a grid, which has, by default, a resolution of half the cell size, the values are interpolated to the cell centres - four cell centre values per cell. Further interpolation occurs when the model has a non-zero orientation as grid files are north-south aligned.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are results from 2d_po features, POMM.csv and plots extracted from XMDF in GIS package not matching? ==&lt;br /&gt;
There are numerous reasons for the outputs to not be matching:&lt;br /&gt;
* Plot output:&lt;br /&gt;
** The 2d_po results are tracked at every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and saved into the PO.csv file. If the water level peaks in between the intervals, that maximum water level won’t be recorded in the PO.csv.&lt;br /&gt;
** The POMM.csv tracks maximums of PO features at every computational timestep.&amp;lt;br&amp;gt;&lt;br /&gt;
* Map output:&lt;br /&gt;
** The temporal XMDF (or DAT) results are tracked every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and interpolated to the cell corners.&lt;br /&gt;
** The maximum XMDF map output records the value at every computational timestep, however the final maximum map output is also being interpolated to the cell corners.&amp;lt;br&amp;gt;&lt;br /&gt;
** The extraction tools in GIS packages use interpolated data for the plot creation, e.g. less data than the TUFLOW direct plot output.&lt;br /&gt;
* Although the maximums from POMM.csv and the maximum map output will be very close, they won&#039;t match exactly.&lt;br /&gt;
&lt;br /&gt;
Further notes for using post-processed flux line:&lt;br /&gt;
* No information is stored in the map output about whether the flow is upstream or downstream controlled.&lt;br /&gt;
* The staggered computational grid means there is always some interpolation occurring when projecting levels and velocities to the flux line. This will cause significant uncertainty in areas of sudden topographic change such as at an embankment.  It is also the reason that two similar lines side by side may provide different outputs.&lt;br /&gt;
* Highly variable/complex flows, which are usually associated with highly variable topography, will add to the uncertainty when interpolating to the flux line.&lt;br /&gt;
&lt;br /&gt;
The general recommendation is to use a lot of 2d_po features with reasonably small &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; to achieve better accuracy, they won&#039;t slow the simulation down. In case of flux lines, the 2d_po lines are using the actual computed fluxes across each cell face and will be an exact representation of the flow being calculated by the 2D solver. Post-processed fluxes should only be located in areas of little topographic change and even then, used as a rough guide.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are my TIF raster outputs not updated after a model rerun? ==&lt;br /&gt;
The GeoTIFF raster output is supported from the 2023-03 Release and onwards. It is considered an image by File Explorer and for some users, the &#039;Date&#039; in file explorer defaults to show the &#039;Date Created&#039; rather than the &#039;Date Modified&#039;. If it appears that your results in the &#039;Results&#039; folder (e.g. XMDF) are being updated however the results in the &#039;Results/grid&#039; folder (e.g. TIF) aren&#039;t, this may be the reason. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
To confirm, turn on both &#039;Date Created&#039; and &#039;Date Modified&#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 01.png | 500px]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;Date Modified&#039; column will show the date of the last model run:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 02.png | 500px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I apply high resolution (HR) output and what are the options? ==&lt;br /&gt;
See the &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | TUFLOW HR Output]]&amp;lt;/u&amp;gt; Wiki page for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are there differences between high resolution grid from TUFLOW and remapped outputs generated by the asc_to_asc utility? ==&lt;br /&gt;
Differences are expected between the direct HR output and the &amp;lt;u&amp;gt;[[ASC_to_ASC#Remap | remap function]]&amp;lt;/u&amp;gt; in the asc_to_asc utility due to the different steps involved in the interpolation of water level results. &amp;lt;br&amp;gt;&lt;br /&gt;
The direct HR output is based on a triangulation of the water levels at the cell centres and corners. In comparison, the remap function involves two interpolation steps. The first is the interpolation from the cell centres and corners to the grid map output locations (by default, half the cell size). Then, the asc_to_asc utility interpolates the water level output to the target DEM grids with fine resolution: &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:High-res-interpolation.jpg|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
The direct HR output tends to have better resolution in comparison to the remapped results. Due to the additional stages of interpolation involved with the remapped output, there is potential to lose definition in the results particularly in areas with steep slopes. &lt;br /&gt;
&lt;br /&gt;
==How to create a maximum grid for datasets without direct maximum output from a TUFLOW run?==&lt;br /&gt;
&lt;br /&gt;
For cumulative datasets without direct maximum output (e.g., cumulative infiltration, cumulative rainfall etc), the map output interval in the TCF needs to match the simulation end time in seconds. The end time output is when the maximum occurs for cumulative datasets, as it represents the cumulative results over the entire simulation duration.&lt;br /&gt;
&lt;br /&gt;
For non-cumulative datasets without direct maximum output (e.g., Froude number, rainfall rate etc):&lt;br /&gt;
*Adjust the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; in the TCF to a small value to ensure temporal variations are captured.&lt;br /&gt;
*Specify XMDF for &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
*Identify the output ID number of the desired dataset within the .xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo results.xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Extract maximum values using the &amp;lt;u&amp;gt;[[RES_to_RES#Introduction | RES to RES]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
*Confirm the dataset&#039;s output ID number in the resulting (maxmax).xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo (maxmax).xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Convert the resulting dataset to a preferred grid format for GIS use using the &amp;lt;u&amp;gt;[[TUFLOW_to_GIS#Introduction | TUFLOW to GIS]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
&lt;br /&gt;
:Note: For non-cumulative datasets, this method does not capture the true maximum, however can be close enough with a fine map output interval.&lt;br /&gt;
&lt;br /&gt;
== Why are the values of the mapped water level results (h_max) lower than the terrain elevations (DEM_Z)? ==&lt;br /&gt;
&lt;br /&gt;
As at TUFLOW Build 25.1.1, there is a current limitation for result outputs at shallow sheet flow cells on steeper terrain in sub-grid-scale (SGS) enabled models. Direct rainfall models are particularly prone to result in substantial extents of shallow sheet flow.&lt;br /&gt;
&lt;br /&gt;
In TUFLOW HPC, the cell averaged depth is used computationally and by default in the depth outputs (see below). &lt;br /&gt;
&lt;br /&gt;
Water level outputs, however, assume that water fills from the bottom of the SGS cell’s storage curve. This water level result is recorded at the cell centre, interpolated to the cell corners, and then the gridded outputs are triangulated from these points (orange line). In sheet flow situations when the volume in that cell is small, the cell-centered water level may sit below the terrain (blue dot on diagram) if the cell is steep enough. This can result in a water level results sitting below the DEM_Z, even when there is a positive depth result. Note this does not affect the simulation computationally, only how the water level results are output. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SGS_Sheetflow_Waterlevel.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
== The modelled water surface level is below the SGS cell elevations. How should this result be interpreted or presented? ==&lt;br /&gt;
Below ground WSE in wet SGS cells is a known output behaviour in SGS enabled models and does not indicate an error in the hydraulic solution.&lt;br /&gt;
&lt;br /&gt;
This occurs because TUFLOW reports water level assuming water fills from the lowest part of the SGS cell during output. As a result, cells may be wet while the reported WSE remains below the cell centre ground level.&lt;br /&gt;
&lt;br /&gt;
This behaviour commonly occurs in the following situations:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Channel edge partial wetting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Partially wet cells along channel banks may contain water that does not reach the cell centre elevation.&lt;br /&gt;
* In this case, compare the standard WSE with the standard DEM_Z check file to confirm consistency with terrain levels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Shallow sheet flow from rainfall or side inflow&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cells may be wet but still report WSE below the cell centre ground level because the depth is small and distributed across the SGS terrain.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Presentation and reporting considerations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* A presentation method is to post process results by adding the cell averaged depth output &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;SGS Depth Output&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; CELL AVERAGE&amp;lt;/tt&amp;gt; &amp;lt;/font&amp;gt;to the DEM elevation to derive an above ground water level.&lt;br /&gt;
* This approach can improve the visual representation of shallow flooding in sheet flow areas but may produce unrealistic water levels in fully wet or partially wet cells.&lt;br /&gt;
* Conditional IF logic may be required to choose where to present cell averaged depth plus DEM and where to retain the standard TUFLOW water level output.&lt;br /&gt;
&lt;br /&gt;
== Why do the high-resolution (HR) mapped results have a significantly smaller extent than the standard (non-HR) grid outputs for a sub-grid-scale (SGS) direct rainfall HPC model? ==&lt;br /&gt;
&lt;br /&gt;
The high resolution (HR) outputs are based on &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | intersecting]]&amp;lt;/u&amp;gt; the standard water level output results with the HR DEM_Z. Due to the &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_the_values_of_the_mapped_water_level_results_.28h_max.29_lower_than_the_terrain_elevations_.28DEM_Z.29.3F | output limitation]]&amp;lt;/u&amp;gt; for sub-grid-scale (SGS) enabled models with shallow sheet flow (particularly direct rainfall models) on sufficiently steep terrain, water levels can be output lower than the DEM_Z terrain elevations.  This is due to the assumption (for output purposes) that water fills the SGS cell’s storage curve from the bottom, which differs from the approach of cell-average depth used computationally in TUFLOW HPC and by default in depth outputs. When the HR water level results are processed, the full extent of the water level results are intersected with the HR DEM_Z and any water level results that are lower than the HR DEM_Z elevations due to the above effect are trimmed. The extent of the HR water level results are then used to trim the HR depth outputs.&lt;br /&gt;
&lt;br /&gt;
== When should high-resolution (HR) outputs be used, and what are their limitations? ==&lt;br /&gt;
HR outputs are intended for visualisation and presentation because they retain sub-grid terrain detail but do not improve the underlying hydraulic calculations. &lt;br /&gt;
&lt;br /&gt;
They are not suitable for assessment, benchmarking, or detailed analysis. Standard non-HR map outputs should be used for these purposes, and accuracy should be improved by refining the 2D cell size.&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Modelling_Guidance | Back to TUFLOW Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45502</id>
		<title>TUFLOW Output Discussion</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45502"/>
		<updated>2026-02-14T07:46:56Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* How should below ground water surface elevation (WSE) in wet SGS cells be interpreted or presented? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Common Questions Answered (FAQ)=&lt;br /&gt;
== Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) and mesh results (XMDF or DAT) due to small differences in the interpolation method.&lt;br /&gt;
* When outputting directly to FLT or ASC using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command, the output grid results are derived from both the cell centres and cell corners and the final results has those values interpolated to the centres of half cells (by default).&lt;br /&gt;
* When outputting XMDF (or DAT) format, the mesh results are derived from cell centres for depths / levels and cell sides for vector data. The final XMDF stores data interpolated to the cell corners and doesn’t have any memory of where the corner data were derived from and what those values were.&lt;br /&gt;
The differences can also be amplified when the rotation of the model is not perfectly north-south aligned (i.e., a non-zero orientation).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are grids processed with TUFLOW_to_GIS different from TUFLOW grids? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) produced directly from TUFLOW and post-processed from the TUFLOW_to_GIS utility from XMDF or DAT due to differences in the interpolation approach.&lt;br /&gt;
Check &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt; question above on differences between outputs direct from the TUFLOW Engine.&amp;lt;br&amp;gt;&lt;br /&gt;
When ASC/FLT results are sampled from the XMDF files with the TUFLOW_to_GIS utility, it uses less data points than when the grids are written directly from TUFLOW. &lt;br /&gt;
&lt;br /&gt;
The differences can also be amplified when the rotation of the model is a non-zero value.&lt;br /&gt;
The extent of the grids is also different. When TUFLOW starts it removes any redundant areas (if any) outside of 2d_code layer to reduce the calculation time: &lt;br /&gt;
* The extent of grids written directly from TUFLOW works with the unreduced area, encapsulating the entire rotated model domain in a north-south orientated rectangle.&lt;br /&gt;
* The extent of XMDF (or DAT) results is based on the reduced area. When the TUFLOW_to_GIS utility is used the post-processed north-south aligned grids encapsulate the reduced model extent. The origin coordinates of such grids doesn&#039;t match the origin of the model (model domain), neither the grids written out from TUFLOW directly.&lt;br /&gt;
&lt;br /&gt;
In general, a better interpolation of results is achieved when the grids are written directly from TUFLOW than when post-processed with TUFLOW_to_GIS utility. Importantly, when comparing results the recommendation is to be consistent and to use the same method for the duration of a project to ensure there are no differences as a consequence of the post-processing method.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why is Z0 hazard coming directly from TUFLOW different to the one calculated from maximum velocity and depth? ==&lt;br /&gt;
The maximum velocity and maximum depth doesn’t necessarily occur at the same time. The Z0 hazard written directly from TUFLOW has the depth x velocity calculated every timestep and at the end outputs the maximums of all the timesteps. When using the velocity and depth grids the maximum velocity is always used with maximum depth. &amp;lt;br&amp;gt;&lt;br /&gt;
Outputting the Z0 hazard grid directly from TUFLOW is more accurate, however, if this is not an option, manual creation is an acceptable workaround. The general recommendation is to choose one method and keep it consistent for the length of the project.&amp;lt;br&amp;gt;&lt;br /&gt;
When calculating the Z0 hazard from the velocity and depth, the grids have already been interpolated by TUFLOW before the raster calculation (less data is used for the calculation), whereas the TUFLOW Z0 output is interpolated from the calculated data directly. Please also refer to the above question for more information &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why does hazard output (Z1, Z2, ...) show float values and not just integers? ==&lt;br /&gt;
The hazard values are calculated in cell corners and are in a form of an integer. When the values are processed into a grid, which has, by default, a resolution of half the cell size, the values are interpolated to the cell centres - four cell centre values per cell. Further interpolation occurs when the model has a non-zero orientation as grid files are north-south aligned.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are results from 2d_po features, POMM.csv and plots extracted from XMDF in GIS package not matching? ==&lt;br /&gt;
There are numerous reasons for the outputs to not be matching:&lt;br /&gt;
* Plot output:&lt;br /&gt;
** The 2d_po results are tracked at every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and saved into the PO.csv file. If the water level peaks in between the intervals, that maximum water level won’t be recorded in the PO.csv.&lt;br /&gt;
** The POMM.csv tracks maximums of PO features at every computational timestep.&amp;lt;br&amp;gt;&lt;br /&gt;
* Map output:&lt;br /&gt;
** The temporal XMDF (or DAT) results are tracked every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and interpolated to the cell corners.&lt;br /&gt;
** The maximum XMDF map output records the value at every computational timestep, however the final maximum map output is also being interpolated to the cell corners.&amp;lt;br&amp;gt;&lt;br /&gt;
** The extraction tools in GIS packages use interpolated data for the plot creation, e.g. less data than the TUFLOW direct plot output.&lt;br /&gt;
* Although the maximums from POMM.csv and the maximum map output will be very close, they won&#039;t match exactly.&lt;br /&gt;
&lt;br /&gt;
Further notes for using post-processed flux line:&lt;br /&gt;
* No information is stored in the map output about whether the flow is upstream or downstream controlled.&lt;br /&gt;
* The staggered computational grid means there is always some interpolation occurring when projecting levels and velocities to the flux line. This will cause significant uncertainty in areas of sudden topographic change such as at an embankment.  It is also the reason that two similar lines side by side may provide different outputs.&lt;br /&gt;
* Highly variable/complex flows, which are usually associated with highly variable topography, will add to the uncertainty when interpolating to the flux line.&lt;br /&gt;
&lt;br /&gt;
The general recommendation is to use a lot of 2d_po features with reasonably small &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; to achieve better accuracy, they won&#039;t slow the simulation down. In case of flux lines, the 2d_po lines are using the actual computed fluxes across each cell face and will be an exact representation of the flow being calculated by the 2D solver. Post-processed fluxes should only be located in areas of little topographic change and even then, used as a rough guide.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are my TIF raster outputs not updated after a model rerun? ==&lt;br /&gt;
The GeoTIFF raster output is supported from the 2023-03 Release and onwards. It is considered an image by File Explorer and for some users, the &#039;Date&#039; in file explorer defaults to show the &#039;Date Created&#039; rather than the &#039;Date Modified&#039;. If it appears that your results in the &#039;Results&#039; folder (e.g. XMDF) are being updated however the results in the &#039;Results/grid&#039; folder (e.g. TIF) aren&#039;t, this may be the reason. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
To confirm, turn on both &#039;Date Created&#039; and &#039;Date Modified&#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 01.png | 500px]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;Date Modified&#039; column will show the date of the last model run:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 02.png | 500px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I apply high resolution (HR) output and what are the options? ==&lt;br /&gt;
See the &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | TUFLOW HR Output]]&amp;lt;/u&amp;gt; Wiki page for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are there differences between high resolution grid from TUFLOW and remapped outputs generated by the asc_to_asc utility? ==&lt;br /&gt;
Differences are expected between the direct HR output and the &amp;lt;u&amp;gt;[[ASC_to_ASC#Remap | remap function]]&amp;lt;/u&amp;gt; in the asc_to_asc utility due to the different steps involved in the interpolation of water level results. &amp;lt;br&amp;gt;&lt;br /&gt;
The direct HR output is based on a triangulation of the water levels at the cell centres and corners. In comparison, the remap function involves two interpolation steps. The first is the interpolation from the cell centres and corners to the grid map output locations (by default, half the cell size). Then, the asc_to_asc utility interpolates the water level output to the target DEM grids with fine resolution: &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:High-res-interpolation.jpg|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
The direct HR output tends to have better resolution in comparison to the remapped results. Due to the additional stages of interpolation involved with the remapped output, there is potential to lose definition in the results particularly in areas with steep slopes. &lt;br /&gt;
&lt;br /&gt;
==How to create a maximum grid for datasets without direct maximum output from a TUFLOW run?==&lt;br /&gt;
&lt;br /&gt;
For cumulative datasets without direct maximum output (e.g., cumulative infiltration, cumulative rainfall etc), the map output interval in the TCF needs to match the simulation end time in seconds. The end time output is when the maximum occurs for cumulative datasets, as it represents the cumulative results over the entire simulation duration.&lt;br /&gt;
&lt;br /&gt;
For non-cumulative datasets without direct maximum output (e.g., Froude number, rainfall rate etc):&lt;br /&gt;
*Adjust the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; in the TCF to a small value to ensure temporal variations are captured.&lt;br /&gt;
*Specify XMDF for &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
*Identify the output ID number of the desired dataset within the .xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo results.xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Extract maximum values using the &amp;lt;u&amp;gt;[[RES_to_RES#Introduction | RES to RES]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
*Confirm the dataset&#039;s output ID number in the resulting (maxmax).xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo (maxmax).xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Convert the resulting dataset to a preferred grid format for GIS use using the &amp;lt;u&amp;gt;[[TUFLOW_to_GIS#Introduction | TUFLOW to GIS]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
&lt;br /&gt;
:Note: For non-cumulative datasets, this method does not capture the true maximum, however can be close enough with a fine map output interval.&lt;br /&gt;
&lt;br /&gt;
== Why are the values of the mapped water level results (h_max) lower than the terrain elevations (DEM_Z)? ==&lt;br /&gt;
&lt;br /&gt;
As at TUFLOW Build 25.1.1, there is a current limitation for result outputs at shallow sheet flow cells on steeper terrain in sub-grid-scale (SGS) enabled models. Direct rainfall models are particularly prone to result in substantial extents of shallow sheet flow.&lt;br /&gt;
&lt;br /&gt;
In TUFLOW HPC, the cell averaged depth is used computationally and by default in the depth outputs (see below). &lt;br /&gt;
&lt;br /&gt;
Water level outputs, however, assume that water fills from the bottom of the SGS cell’s storage curve. This water level result is recorded at the cell centre, interpolated to the cell corners, and then the gridded outputs are triangulated from these points (orange line). In sheet flow situations when the volume in that cell is small, the cell-centered water level may sit below the terrain (blue dot on diagram) if the cell is steep enough. This can result in a water level results sitting below the DEM_Z, even when there is a positive depth result. Note this does not affect the simulation computationally, only how the water level results are output. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SGS_Sheetflow_Waterlevel.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
== How should below ground water surface elevation (WSE) in wet SGS cells be interpreted or presented? ==&lt;br /&gt;
Below ground WSE in wet SGS cells is a known output behaviour in SGS enabled models and does not indicate an error in the hydraulic solution.&lt;br /&gt;
&lt;br /&gt;
This occurs because TUFLOW reports water level assuming water fills from the lowest part of the SGS cell during output. As a result, cells may be wet while the reported WSE remains below the cell centre ground level.&lt;br /&gt;
&lt;br /&gt;
This behaviour commonly occurs in the following situations:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Channel edge partial wetting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Partially wet cells along channel banks may contain water that does not reach the cell centre elevation.&lt;br /&gt;
* In this case, compare the standard WSE with the standard DEM_Z check file to confirm consistency with terrain levels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Shallow sheet flow from rainfall or side inflow&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cells may be wet but still report WSE below the cell centre ground level because the depth is small and distributed across the SGS terrain.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Presentation and reporting considerations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* A presentation method is to post process results by adding the cell averaged depth output &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;SGS Depth Output&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; CELL AVERAGE&amp;lt;/tt&amp;gt; &amp;lt;/font&amp;gt;to the DEM elevation to derive an above ground water level.&lt;br /&gt;
* This approach can improve the visual representation of shallow flooding in sheet flow areas but may produce unrealistic water levels in fully wet or partially wet cells.&lt;br /&gt;
* Conditional IF logic may be required to choose where to present cell averaged depth plus DEM and where to retain the standard TUFLOW water level output.&lt;br /&gt;
&lt;br /&gt;
== Why do the high-resolution (HR) mapped results have a significantly smaller extent than the standard (non-HR) grid outputs for a sub-grid-scale (SGS) direct rainfall HPC model? ==&lt;br /&gt;
&lt;br /&gt;
The high resolution (HR) outputs are based on &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | intersecting]]&amp;lt;/u&amp;gt; the standard water level output results with the HR DEM_Z. Due to the &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_the_values_of_the_mapped_water_level_results_.28h_max.29_lower_than_the_terrain_elevations_.28DEM_Z.29.3F | output limitation]]&amp;lt;/u&amp;gt; for sub-grid-scale (SGS) enabled models with shallow sheet flow (particularly direct rainfall models) on sufficiently steep terrain, water levels can be output lower than the DEM_Z terrain elevations.  This is due to the assumption (for output purposes) that water fills the SGS cell’s storage curve from the bottom, which differs from the approach of cell-average depth used computationally in TUFLOW HPC and by default in depth outputs. When the HR water level results are processed, the full extent of the water level results are intersected with the HR DEM_Z and any water level results that are lower than the HR DEM_Z elevations due to the above effect are trimmed. The extent of the HR water level results are then used to trim the HR depth outputs.&lt;br /&gt;
&lt;br /&gt;
== When should high-resolution (HR) outputs be used, and what are their limitations? ==&lt;br /&gt;
HR outputs are intended for visualisation and presentation because they retain sub-grid terrain detail but do not improve the underlying hydraulic calculations. &lt;br /&gt;
&lt;br /&gt;
They are not suitable for assessment, benchmarking, or detailed analysis. Standard non-HR map outputs should be used for these purposes, and accuracy should be improved by refining the 2D cell size.&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Modelling_Guidance | Back to TUFLOW Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45501</id>
		<title>TUFLOW Output Discussion</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45501"/>
		<updated>2026-02-14T07:44:26Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* How should below ground water surface elevation (WSE) in wet SGS cells be interpreted or presented? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Common Questions Answered (FAQ)=&lt;br /&gt;
== Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) and mesh results (XMDF or DAT) due to small differences in the interpolation method.&lt;br /&gt;
* When outputting directly to FLT or ASC using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command, the output grid results are derived from both the cell centres and cell corners and the final results has those values interpolated to the centres of half cells (by default).&lt;br /&gt;
* When outputting XMDF (or DAT) format, the mesh results are derived from cell centres for depths / levels and cell sides for vector data. The final XMDF stores data interpolated to the cell corners and doesn’t have any memory of where the corner data were derived from and what those values were.&lt;br /&gt;
The differences can also be amplified when the rotation of the model is not perfectly north-south aligned (i.e., a non-zero orientation).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are grids processed with TUFLOW_to_GIS different from TUFLOW grids? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) produced directly from TUFLOW and post-processed from the TUFLOW_to_GIS utility from XMDF or DAT due to differences in the interpolation approach.&lt;br /&gt;
Check &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt; question above on differences between outputs direct from the TUFLOW Engine.&amp;lt;br&amp;gt;&lt;br /&gt;
When ASC/FLT results are sampled from the XMDF files with the TUFLOW_to_GIS utility, it uses less data points than when the grids are written directly from TUFLOW. &lt;br /&gt;
&lt;br /&gt;
The differences can also be amplified when the rotation of the model is a non-zero value.&lt;br /&gt;
The extent of the grids is also different. When TUFLOW starts it removes any redundant areas (if any) outside of 2d_code layer to reduce the calculation time: &lt;br /&gt;
* The extent of grids written directly from TUFLOW works with the unreduced area, encapsulating the entire rotated model domain in a north-south orientated rectangle.&lt;br /&gt;
* The extent of XMDF (or DAT) results is based on the reduced area. When the TUFLOW_to_GIS utility is used the post-processed north-south aligned grids encapsulate the reduced model extent. The origin coordinates of such grids doesn&#039;t match the origin of the model (model domain), neither the grids written out from TUFLOW directly.&lt;br /&gt;
&lt;br /&gt;
In general, a better interpolation of results is achieved when the grids are written directly from TUFLOW than when post-processed with TUFLOW_to_GIS utility. Importantly, when comparing results the recommendation is to be consistent and to use the same method for the duration of a project to ensure there are no differences as a consequence of the post-processing method.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why is Z0 hazard coming directly from TUFLOW different to the one calculated from maximum velocity and depth? ==&lt;br /&gt;
The maximum velocity and maximum depth doesn’t necessarily occur at the same time. The Z0 hazard written directly from TUFLOW has the depth x velocity calculated every timestep and at the end outputs the maximums of all the timesteps. When using the velocity and depth grids the maximum velocity is always used with maximum depth. &amp;lt;br&amp;gt;&lt;br /&gt;
Outputting the Z0 hazard grid directly from TUFLOW is more accurate, however, if this is not an option, manual creation is an acceptable workaround. The general recommendation is to choose one method and keep it consistent for the length of the project.&amp;lt;br&amp;gt;&lt;br /&gt;
When calculating the Z0 hazard from the velocity and depth, the grids have already been interpolated by TUFLOW before the raster calculation (less data is used for the calculation), whereas the TUFLOW Z0 output is interpolated from the calculated data directly. Please also refer to the above question for more information &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why does hazard output (Z1, Z2, ...) show float values and not just integers? ==&lt;br /&gt;
The hazard values are calculated in cell corners and are in a form of an integer. When the values are processed into a grid, which has, by default, a resolution of half the cell size, the values are interpolated to the cell centres - four cell centre values per cell. Further interpolation occurs when the model has a non-zero orientation as grid files are north-south aligned.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are results from 2d_po features, POMM.csv and plots extracted from XMDF in GIS package not matching? ==&lt;br /&gt;
There are numerous reasons for the outputs to not be matching:&lt;br /&gt;
* Plot output:&lt;br /&gt;
** The 2d_po results are tracked at every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and saved into the PO.csv file. If the water level peaks in between the intervals, that maximum water level won’t be recorded in the PO.csv.&lt;br /&gt;
** The POMM.csv tracks maximums of PO features at every computational timestep.&amp;lt;br&amp;gt;&lt;br /&gt;
* Map output:&lt;br /&gt;
** The temporal XMDF (or DAT) results are tracked every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and interpolated to the cell corners.&lt;br /&gt;
** The maximum XMDF map output records the value at every computational timestep, however the final maximum map output is also being interpolated to the cell corners.&amp;lt;br&amp;gt;&lt;br /&gt;
** The extraction tools in GIS packages use interpolated data for the plot creation, e.g. less data than the TUFLOW direct plot output.&lt;br /&gt;
* Although the maximums from POMM.csv and the maximum map output will be very close, they won&#039;t match exactly.&lt;br /&gt;
&lt;br /&gt;
Further notes for using post-processed flux line:&lt;br /&gt;
* No information is stored in the map output about whether the flow is upstream or downstream controlled.&lt;br /&gt;
* The staggered computational grid means there is always some interpolation occurring when projecting levels and velocities to the flux line. This will cause significant uncertainty in areas of sudden topographic change such as at an embankment.  It is also the reason that two similar lines side by side may provide different outputs.&lt;br /&gt;
* Highly variable/complex flows, which are usually associated with highly variable topography, will add to the uncertainty when interpolating to the flux line.&lt;br /&gt;
&lt;br /&gt;
The general recommendation is to use a lot of 2d_po features with reasonably small &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; to achieve better accuracy, they won&#039;t slow the simulation down. In case of flux lines, the 2d_po lines are using the actual computed fluxes across each cell face and will be an exact representation of the flow being calculated by the 2D solver. Post-processed fluxes should only be located in areas of little topographic change and even then, used as a rough guide.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are my TIF raster outputs not updated after a model rerun? ==&lt;br /&gt;
The GeoTIFF raster output is supported from the 2023-03 Release and onwards. It is considered an image by File Explorer and for some users, the &#039;Date&#039; in file explorer defaults to show the &#039;Date Created&#039; rather than the &#039;Date Modified&#039;. If it appears that your results in the &#039;Results&#039; folder (e.g. XMDF) are being updated however the results in the &#039;Results/grid&#039; folder (e.g. TIF) aren&#039;t, this may be the reason. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
To confirm, turn on both &#039;Date Created&#039; and &#039;Date Modified&#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 01.png | 500px]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;Date Modified&#039; column will show the date of the last model run:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 02.png | 500px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I apply high resolution (HR) output and what are the options? ==&lt;br /&gt;
See the &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | TUFLOW HR Output]]&amp;lt;/u&amp;gt; Wiki page for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are there differences between high resolution grid from TUFLOW and remapped outputs generated by the asc_to_asc utility? ==&lt;br /&gt;
Differences are expected between the direct HR output and the &amp;lt;u&amp;gt;[[ASC_to_ASC#Remap | remap function]]&amp;lt;/u&amp;gt; in the asc_to_asc utility due to the different steps involved in the interpolation of water level results. &amp;lt;br&amp;gt;&lt;br /&gt;
The direct HR output is based on a triangulation of the water levels at the cell centres and corners. In comparison, the remap function involves two interpolation steps. The first is the interpolation from the cell centres and corners to the grid map output locations (by default, half the cell size). Then, the asc_to_asc utility interpolates the water level output to the target DEM grids with fine resolution: &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:High-res-interpolation.jpg|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
The direct HR output tends to have better resolution in comparison to the remapped results. Due to the additional stages of interpolation involved with the remapped output, there is potential to lose definition in the results particularly in areas with steep slopes. &lt;br /&gt;
&lt;br /&gt;
==How to create a maximum grid for datasets without direct maximum output from a TUFLOW run?==&lt;br /&gt;
&lt;br /&gt;
For cumulative datasets without direct maximum output (e.g., cumulative infiltration, cumulative rainfall etc), the map output interval in the TCF needs to match the simulation end time in seconds. The end time output is when the maximum occurs for cumulative datasets, as it represents the cumulative results over the entire simulation duration.&lt;br /&gt;
&lt;br /&gt;
For non-cumulative datasets without direct maximum output (e.g., Froude number, rainfall rate etc):&lt;br /&gt;
*Adjust the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; in the TCF to a small value to ensure temporal variations are captured.&lt;br /&gt;
*Specify XMDF for &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
*Identify the output ID number of the desired dataset within the .xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo results.xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Extract maximum values using the &amp;lt;u&amp;gt;[[RES_to_RES#Introduction | RES to RES]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
*Confirm the dataset&#039;s output ID number in the resulting (maxmax).xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo (maxmax).xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Convert the resulting dataset to a preferred grid format for GIS use using the &amp;lt;u&amp;gt;[[TUFLOW_to_GIS#Introduction | TUFLOW to GIS]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
&lt;br /&gt;
:Note: For non-cumulative datasets, this method does not capture the true maximum, however can be close enough with a fine map output interval.&lt;br /&gt;
&lt;br /&gt;
== Why are the values of the mapped water level results (h_max) lower than the terrain elevations (DEM_Z)? ==&lt;br /&gt;
&lt;br /&gt;
As at TUFLOW Build 25.1.1, there is a current limitation for result outputs at shallow sheet flow cells on steeper terrain in sub-grid-scale (SGS) enabled models. Direct rainfall models are particularly prone to result in substantial extents of shallow sheet flow.&lt;br /&gt;
&lt;br /&gt;
In TUFLOW HPC, the cell averaged depth is used computationally and by default in the depth outputs (see below). &lt;br /&gt;
&lt;br /&gt;
Water level outputs, however, assume that water fills from the bottom of the SGS cell’s storage curve. This water level result is recorded at the cell centre, interpolated to the cell corners, and then the gridded outputs are triangulated from these points (orange line). In sheet flow situations when the volume in that cell is small, the cell-centered water level may sit below the terrain (blue dot on diagram) if the cell is steep enough. This can result in a water level results sitting below the DEM_Z, even when there is a positive depth result. Note this does not affect the simulation computationally, only how the water level results are output. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SGS_Sheetflow_Waterlevel.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
== How should below ground water surface elevation (WSE) in wet SGS cells be interpreted or presented? ==&lt;br /&gt;
Below ground WSE in wet SGS cells is a known output behaviour in SGS enabled models and does not indicate an error in the hydraulic solution.&lt;br /&gt;
&lt;br /&gt;
This occurs because TUFLOW reports water level assuming water fills from the lowest part of the SGS cell during output. As a result, cells may be wet while the reported water surface elevation remains below the cell centre ground level.&lt;br /&gt;
&lt;br /&gt;
This behaviour commonly occurs in the following situations:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Channel edge partial wetting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Partially wet cells along channel banks may contain water that does not reach the cell centre elevation.&lt;br /&gt;
* In this case, compare the standard water surface elevation with the standard DEM Z check file to confirm consistency with terrain levels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Shallow sheet flow from rainfall or side inflow&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cells may be wet but still report water surface elevation below the cell centre ground level because the depth is small and distributed across the SGS terrain.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Presentation and reporting considerations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* A presentation method is to post process results by adding the  cell averaged depth output &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;SGS Depth Output&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; CELL AVERAGE&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; to the DEM elevation to derive an above ground water level.&lt;br /&gt;
* This approach can improve the visual representation of shallow flooding in sheet flow areas but may produce unrealistic water levels in fully wet or partially wet cells.&lt;br /&gt;
* Conditional IF logic may be required to choose where to present cell averaged depth plus DEM and where to retain the standard TUFLOW water level output.&lt;br /&gt;
&lt;br /&gt;
== Why do the high-resolution (HR) mapped results have a significantly smaller extent than the standard (non-HR) grid outputs for a sub-grid-scale (SGS) direct rainfall HPC model? ==&lt;br /&gt;
&lt;br /&gt;
The high resolution (HR) outputs are based on &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | intersecting]]&amp;lt;/u&amp;gt; the standard water level output results with the HR DEM_Z. Due to the &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_the_values_of_the_mapped_water_level_results_.28h_max.29_lower_than_the_terrain_elevations_.28DEM_Z.29.3F | output limitation]]&amp;lt;/u&amp;gt; for sub-grid-scale (SGS) enabled models with shallow sheet flow (particularly direct rainfall models) on sufficiently steep terrain, water levels can be output lower than the DEM_Z terrain elevations.  This is due to the assumption (for output purposes) that water fills the SGS cell’s storage curve from the bottom, which differs from the approach of cell-average depth used computationally in TUFLOW HPC and by default in depth outputs. When the HR water level results are processed, the full extent of the water level results are intersected with the HR DEM_Z and any water level results that are lower than the HR DEM_Z elevations due to the above effect are trimmed. The extent of the HR water level results are then used to trim the HR depth outputs.&lt;br /&gt;
&lt;br /&gt;
== When should high-resolution (HR) outputs be used, and what are their limitations? ==&lt;br /&gt;
HR outputs are intended for visualisation and presentation because they retain sub-grid terrain detail but do not improve the underlying hydraulic calculations. &lt;br /&gt;
&lt;br /&gt;
They are not suitable for assessment, benchmarking, or detailed analysis. Standard non-HR map outputs should be used for these purposes, and accuracy should be improved by refining the 2D cell size.&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Modelling_Guidance | Back to TUFLOW Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45500</id>
		<title>TUFLOW Output Discussion</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45500"/>
		<updated>2026-02-14T07:38:04Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Common Questions Answered (FAQ)=&lt;br /&gt;
== Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) and mesh results (XMDF or DAT) due to small differences in the interpolation method.&lt;br /&gt;
* When outputting directly to FLT or ASC using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command, the output grid results are derived from both the cell centres and cell corners and the final results has those values interpolated to the centres of half cells (by default).&lt;br /&gt;
* When outputting XMDF (or DAT) format, the mesh results are derived from cell centres for depths / levels and cell sides for vector data. The final XMDF stores data interpolated to the cell corners and doesn’t have any memory of where the corner data were derived from and what those values were.&lt;br /&gt;
The differences can also be amplified when the rotation of the model is not perfectly north-south aligned (i.e., a non-zero orientation).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are grids processed with TUFLOW_to_GIS different from TUFLOW grids? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) produced directly from TUFLOW and post-processed from the TUFLOW_to_GIS utility from XMDF or DAT due to differences in the interpolation approach.&lt;br /&gt;
Check &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt; question above on differences between outputs direct from the TUFLOW Engine.&amp;lt;br&amp;gt;&lt;br /&gt;
When ASC/FLT results are sampled from the XMDF files with the TUFLOW_to_GIS utility, it uses less data points than when the grids are written directly from TUFLOW. &lt;br /&gt;
&lt;br /&gt;
The differences can also be amplified when the rotation of the model is a non-zero value.&lt;br /&gt;
The extent of the grids is also different. When TUFLOW starts it removes any redundant areas (if any) outside of 2d_code layer to reduce the calculation time: &lt;br /&gt;
* The extent of grids written directly from TUFLOW works with the unreduced area, encapsulating the entire rotated model domain in a north-south orientated rectangle.&lt;br /&gt;
* The extent of XMDF (or DAT) results is based on the reduced area. When the TUFLOW_to_GIS utility is used the post-processed north-south aligned grids encapsulate the reduced model extent. The origin coordinates of such grids doesn&#039;t match the origin of the model (model domain), neither the grids written out from TUFLOW directly.&lt;br /&gt;
&lt;br /&gt;
In general, a better interpolation of results is achieved when the grids are written directly from TUFLOW than when post-processed with TUFLOW_to_GIS utility. Importantly, when comparing results the recommendation is to be consistent and to use the same method for the duration of a project to ensure there are no differences as a consequence of the post-processing method.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why is Z0 hazard coming directly from TUFLOW different to the one calculated from maximum velocity and depth? ==&lt;br /&gt;
The maximum velocity and maximum depth doesn’t necessarily occur at the same time. The Z0 hazard written directly from TUFLOW has the depth x velocity calculated every timestep and at the end outputs the maximums of all the timesteps. When using the velocity and depth grids the maximum velocity is always used with maximum depth. &amp;lt;br&amp;gt;&lt;br /&gt;
Outputting the Z0 hazard grid directly from TUFLOW is more accurate, however, if this is not an option, manual creation is an acceptable workaround. The general recommendation is to choose one method and keep it consistent for the length of the project.&amp;lt;br&amp;gt;&lt;br /&gt;
When calculating the Z0 hazard from the velocity and depth, the grids have already been interpolated by TUFLOW before the raster calculation (less data is used for the calculation), whereas the TUFLOW Z0 output is interpolated from the calculated data directly. Please also refer to the above question for more information &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why does hazard output (Z1, Z2, ...) show float values and not just integers? ==&lt;br /&gt;
The hazard values are calculated in cell corners and are in a form of an integer. When the values are processed into a grid, which has, by default, a resolution of half the cell size, the values are interpolated to the cell centres - four cell centre values per cell. Further interpolation occurs when the model has a non-zero orientation as grid files are north-south aligned.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are results from 2d_po features, POMM.csv and plots extracted from XMDF in GIS package not matching? ==&lt;br /&gt;
There are numerous reasons for the outputs to not be matching:&lt;br /&gt;
* Plot output:&lt;br /&gt;
** The 2d_po results are tracked at every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and saved into the PO.csv file. If the water level peaks in between the intervals, that maximum water level won’t be recorded in the PO.csv.&lt;br /&gt;
** The POMM.csv tracks maximums of PO features at every computational timestep.&amp;lt;br&amp;gt;&lt;br /&gt;
* Map output:&lt;br /&gt;
** The temporal XMDF (or DAT) results are tracked every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and interpolated to the cell corners.&lt;br /&gt;
** The maximum XMDF map output records the value at every computational timestep, however the final maximum map output is also being interpolated to the cell corners.&amp;lt;br&amp;gt;&lt;br /&gt;
** The extraction tools in GIS packages use interpolated data for the plot creation, e.g. less data than the TUFLOW direct plot output.&lt;br /&gt;
* Although the maximums from POMM.csv and the maximum map output will be very close, they won&#039;t match exactly.&lt;br /&gt;
&lt;br /&gt;
Further notes for using post-processed flux line:&lt;br /&gt;
* No information is stored in the map output about whether the flow is upstream or downstream controlled.&lt;br /&gt;
* The staggered computational grid means there is always some interpolation occurring when projecting levels and velocities to the flux line. This will cause significant uncertainty in areas of sudden topographic change such as at an embankment.  It is also the reason that two similar lines side by side may provide different outputs.&lt;br /&gt;
* Highly variable/complex flows, which are usually associated with highly variable topography, will add to the uncertainty when interpolating to the flux line.&lt;br /&gt;
&lt;br /&gt;
The general recommendation is to use a lot of 2d_po features with reasonably small &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; to achieve better accuracy, they won&#039;t slow the simulation down. In case of flux lines, the 2d_po lines are using the actual computed fluxes across each cell face and will be an exact representation of the flow being calculated by the 2D solver. Post-processed fluxes should only be located in areas of little topographic change and even then, used as a rough guide.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are my TIF raster outputs not updated after a model rerun? ==&lt;br /&gt;
The GeoTIFF raster output is supported from the 2023-03 Release and onwards. It is considered an image by File Explorer and for some users, the &#039;Date&#039; in file explorer defaults to show the &#039;Date Created&#039; rather than the &#039;Date Modified&#039;. If it appears that your results in the &#039;Results&#039; folder (e.g. XMDF) are being updated however the results in the &#039;Results/grid&#039; folder (e.g. TIF) aren&#039;t, this may be the reason. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
To confirm, turn on both &#039;Date Created&#039; and &#039;Date Modified&#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 01.png | 500px]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;Date Modified&#039; column will show the date of the last model run:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 02.png | 500px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I apply high resolution (HR) output and what are the options? ==&lt;br /&gt;
See the &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | TUFLOW HR Output]]&amp;lt;/u&amp;gt; Wiki page for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are there differences between high resolution grid from TUFLOW and remapped outputs generated by the asc_to_asc utility? ==&lt;br /&gt;
Differences are expected between the direct HR output and the &amp;lt;u&amp;gt;[[ASC_to_ASC#Remap | remap function]]&amp;lt;/u&amp;gt; in the asc_to_asc utility due to the different steps involved in the interpolation of water level results. &amp;lt;br&amp;gt;&lt;br /&gt;
The direct HR output is based on a triangulation of the water levels at the cell centres and corners. In comparison, the remap function involves two interpolation steps. The first is the interpolation from the cell centres and corners to the grid map output locations (by default, half the cell size). Then, the asc_to_asc utility interpolates the water level output to the target DEM grids with fine resolution: &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:High-res-interpolation.jpg|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
The direct HR output tends to have better resolution in comparison to the remapped results. Due to the additional stages of interpolation involved with the remapped output, there is potential to lose definition in the results particularly in areas with steep slopes. &lt;br /&gt;
&lt;br /&gt;
==How to create a maximum grid for datasets without direct maximum output from a TUFLOW run?==&lt;br /&gt;
&lt;br /&gt;
For cumulative datasets without direct maximum output (e.g., cumulative infiltration, cumulative rainfall etc), the map output interval in the TCF needs to match the simulation end time in seconds. The end time output is when the maximum occurs for cumulative datasets, as it represents the cumulative results over the entire simulation duration.&lt;br /&gt;
&lt;br /&gt;
For non-cumulative datasets without direct maximum output (e.g., Froude number, rainfall rate etc):&lt;br /&gt;
*Adjust the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; in the TCF to a small value to ensure temporal variations are captured.&lt;br /&gt;
*Specify XMDF for &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
*Identify the output ID number of the desired dataset within the .xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo results.xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Extract maximum values using the &amp;lt;u&amp;gt;[[RES_to_RES#Introduction | RES to RES]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
*Confirm the dataset&#039;s output ID number in the resulting (maxmax).xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo (maxmax).xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Convert the resulting dataset to a preferred grid format for GIS use using the &amp;lt;u&amp;gt;[[TUFLOW_to_GIS#Introduction | TUFLOW to GIS]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
&lt;br /&gt;
:Note: For non-cumulative datasets, this method does not capture the true maximum, however can be close enough with a fine map output interval.&lt;br /&gt;
&lt;br /&gt;
== Why are the values of the mapped water level results (h_max) lower than the terrain elevations (DEM_Z)? ==&lt;br /&gt;
&lt;br /&gt;
As at TUFLOW Build 25.1.1, there is a current limitation for result outputs at shallow sheet flow cells on steeper terrain in sub-grid-scale (SGS) enabled models. Direct rainfall models are particularly prone to result in substantial extents of shallow sheet flow.&lt;br /&gt;
&lt;br /&gt;
In TUFLOW HPC, the cell averaged depth is used computationally and by default in the depth outputs (see below). &lt;br /&gt;
&lt;br /&gt;
Water level outputs, however, assume that water fills from the bottom of the SGS cell’s storage curve. This water level result is recorded at the cell centre, interpolated to the cell corners, and then the gridded outputs are triangulated from these points (orange line). In sheet flow situations when the volume in that cell is small, the cell-centered water level may sit below the terrain (blue dot on diagram) if the cell is steep enough. This can result in a water level results sitting below the DEM_Z, even when there is a positive depth result. Note this does not affect the simulation computationally, only how the water level results are output. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SGS_Sheetflow_Waterlevel.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
== How should below ground water surface elevation (WSE) in wet SGS cells be interpreted or presented? ==&lt;br /&gt;
Below ground WSE in wet SGS cells is a known output behaviour in SGS enabled models and does not indicate an error in the hydraulic solution.&lt;br /&gt;
&lt;br /&gt;
This occurs because TUFLOW reports water level assuming water fills from the lowest part of the SGS cell during output. As a result, cells may be wet while the reported water surface elevation remains below the cell centre ground level.&lt;br /&gt;
&lt;br /&gt;
This behaviour commonly occurs in the following situations:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Channel edge partial wetting&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Partially wet cells along channel banks may contain water that does not reach the cell centre elevation.&lt;br /&gt;
* In this case, compare the standard water surface elevation with the standard DEM Z check file to confirm consistency with terrain levels.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Shallow sheet flow from rainfall or side inflow&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Cells may be wet but still report water surface elevation below the cell centre ground level because the depth is small and distributed across the SGS terrain.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Presentation and reporting considerations&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* A presentation method is to post process results by adding the  cell averaged depth output &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;SGS Depth Output == CELL AVERAGE&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; to the DEM elevation to derive an above ground water level.&lt;br /&gt;
* This approach can improve the visual representation of shallow flooding in sheet flow areas but may produce unrealistic water levels in fully wet or partially wet cells.&lt;br /&gt;
* Conditional logic may be required to determine where the standard water surface elevation or a derived depth plus DEM level should be presented based on the local flow condition.&lt;br /&gt;
&lt;br /&gt;
== Why do the high-resolution (HR) mapped results have a significantly smaller extent than the standard (non-HR) grid outputs for a sub-grid-scale (SGS) direct rainfall HPC model? ==&lt;br /&gt;
&lt;br /&gt;
The high resolution (HR) outputs are based on &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | intersecting]]&amp;lt;/u&amp;gt; the standard water level output results with the HR DEM_Z. Due to the &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_the_values_of_the_mapped_water_level_results_.28h_max.29_lower_than_the_terrain_elevations_.28DEM_Z.29.3F | output limitation]]&amp;lt;/u&amp;gt; for sub-grid-scale (SGS) enabled models with shallow sheet flow (particularly direct rainfall models) on sufficiently steep terrain, water levels can be output lower than the DEM_Z terrain elevations.  This is due to the assumption (for output purposes) that water fills the SGS cell’s storage curve from the bottom, which differs from the approach of cell-average depth used computationally in TUFLOW HPC and by default in depth outputs. When the HR water level results are processed, the full extent of the water level results are intersected with the HR DEM_Z and any water level results that are lower than the HR DEM_Z elevations due to the above effect are trimmed. The extent of the HR water level results are then used to trim the HR depth outputs.&lt;br /&gt;
&lt;br /&gt;
== When should high-resolution (HR) outputs be used, and what are their limitations? ==&lt;br /&gt;
HR outputs are intended for visualisation and presentation because they retain sub-grid terrain detail but do not improve the underlying hydraulic calculations. &lt;br /&gt;
&lt;br /&gt;
They are not suitable for assessment, benchmarking, or detailed analysis. Standard non-HR map outputs should be used for these purposes, and accuracy should be improved by refining the 2D cell size.&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Modelling_Guidance | Back to TUFLOW Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45499</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45499"/>
		<updated>2026-02-14T05:00:08Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* High End GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|3&lt;br /&gt;
|32&lt;br /&gt;
|4800&lt;br /&gt;
|41.9&lt;br /&gt;
|122.4&lt;br /&gt;
|164.3&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|3.7&lt;br /&gt;
|32&lt;br /&gt;
|2666&lt;br /&gt;
|91.45&lt;br /&gt;
|259.63&lt;br /&gt;
|351.1&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA GeForce GTX 1080&lt;br /&gt;
|8&lt;br /&gt;
|2560&lt;br /&gt;
|9.13&lt;br /&gt;
|52.13&lt;br /&gt;
|61.3&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|86&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA GeForce RTX A2000&lt;br /&gt;
|12&lt;br /&gt;
|3328&lt;br /&gt;
|8.6&lt;br /&gt;
|59.5&lt;br /&gt;
|68.1&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|87&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|88&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|92&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|93&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|94&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|95&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|96&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|97&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|98&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|99&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|101&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|102&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|103&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|104&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|107&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|119&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45498</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45498"/>
		<updated>2026-02-14T04:53:14Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|3&lt;br /&gt;
|32&lt;br /&gt;
|4800&lt;br /&gt;
|41.9&lt;br /&gt;
|122.4&lt;br /&gt;
|164.3&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|3.7&lt;br /&gt;
|32&lt;br /&gt;
|2666&lt;br /&gt;
|91.45&lt;br /&gt;
|259.63&lt;br /&gt;
|351.1&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA GeForce GTX 1080&lt;br /&gt;
|8&lt;br /&gt;
|2560&lt;br /&gt;
|9.13&lt;br /&gt;
|52.13&lt;br /&gt;
|61.3&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|82&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|83&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|84&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|86&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA GeForce RTX A2000&lt;br /&gt;
|12&lt;br /&gt;
|3328&lt;br /&gt;
|8.6&lt;br /&gt;
|59.5&lt;br /&gt;
|68.1&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|87&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|88&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|89&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|90&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|92&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|93&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|94&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|95&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|96&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|97&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|98&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|99&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|100&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|101&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|102&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|103&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|104&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|105&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|106&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|107&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|108&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|109&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|110&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|111&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|112&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|113&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|114&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|115&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|116&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|117&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|118&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|119&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|120&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45497</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45497"/>
		<updated>2026-02-14T04:42:05Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* CPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | #&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|3&lt;br /&gt;
|32&lt;br /&gt;
|4800&lt;br /&gt;
|41.9&lt;br /&gt;
|122.4&lt;br /&gt;
|164.3&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|39&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|40&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|43&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|44&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|45&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|46&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|48&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|49&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|51&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|52&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|53&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|54&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|55&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|56&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|3.7&lt;br /&gt;
|32&lt;br /&gt;
|2666&lt;br /&gt;
|91.45&lt;br /&gt;
|259.63&lt;br /&gt;
|351.1&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|57&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|58&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|59&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|60&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|61&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|62&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|63&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|64&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|65&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|66&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|67&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|68&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|69&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|70&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|71&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|72&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|73&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|74&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|75&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|76&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|77&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|78&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|79&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|80&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA GeForce GTX 1080&lt;br /&gt;
|8&lt;br /&gt;
|2560&lt;br /&gt;
|9.13&lt;br /&gt;
|52.13&lt;br /&gt;
|61.3&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA GeForce RTX A2000&lt;br /&gt;
|12&lt;br /&gt;
|3328&lt;br /&gt;
|8.6&lt;br /&gt;
|59.5&lt;br /&gt;
|68.1&lt;br /&gt;
|RA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45495</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45495"/>
		<updated>2026-02-13T08:02:32Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|3.7&lt;br /&gt;
|32&lt;br /&gt;
|2666&lt;br /&gt;
|91.45&lt;br /&gt;
|259.63&lt;br /&gt;
|351.1&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA GeForce GTX 1080&lt;br /&gt;
|8&lt;br /&gt;
|2560&lt;br /&gt;
|9.13&lt;br /&gt;
|52.13&lt;br /&gt;
|61.3&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45494</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45494"/>
		<updated>2026-02-13T07:56:43Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* CPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (12 CPUs), ~3.7GHz&lt;br /&gt;
|3.7&lt;br /&gt;
|32&lt;br /&gt;
|2666&lt;br /&gt;
|91.45&lt;br /&gt;
|259.63&lt;br /&gt;
|351.1&lt;br /&gt;
|SS1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45493</id>
		<title>TUFLOW Output Discussion</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45493"/>
		<updated>2026-02-13T04:56:07Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Why do the high-resolution (HR) mapped results have a significantly smaller extent than the standard (non-HR) grid outputs for a sub-grid-scale (SGS) direct rainfall HPC model? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Common Questions Answered (FAQ)=&lt;br /&gt;
== Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) and mesh results (XMDF or DAT) due to small differences in the interpolation method.&lt;br /&gt;
* When outputting directly to FLT or ASC using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command, the output grid results are derived from both the cell centres and cell corners and the final results has those values interpolated to the centres of half cells (by default).&lt;br /&gt;
* When outputting XMDF (or DAT) format, the mesh results are derived from cell centres for depths / levels and cell sides for vector data. The final XMDF stores data interpolated to the cell corners and doesn’t have any memory of where the corner data were derived from and what those values were.&lt;br /&gt;
The differences can also be amplified when the rotation of the model is not perfectly north-south aligned (i.e., a non-zero orientation).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are grids processed with TUFLOW_to_GIS different from TUFLOW grids? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) produced directly from TUFLOW and post-processed from the TUFLOW_to_GIS utility from XMDF or DAT due to differences in the interpolation approach.&lt;br /&gt;
Check &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt; question above on differences between outputs direct from the TUFLOW Engine.&amp;lt;br&amp;gt;&lt;br /&gt;
When ASC/FLT results are sampled from the XMDF files with the TUFLOW_to_GIS utility, it uses less data points than when the grids are written directly from TUFLOW. &lt;br /&gt;
&lt;br /&gt;
The differences can also be amplified when the rotation of the model is a non-zero value.&lt;br /&gt;
The extent of the grids is also different. When TUFLOW starts it removes any redundant areas (if any) outside of 2d_code layer to reduce the calculation time: &lt;br /&gt;
* The extent of grids written directly from TUFLOW works with the unreduced area, encapsulating the entire rotated model domain in a north-south orientated rectangle.&lt;br /&gt;
* The extent of XMDF (or DAT) results is based on the reduced area. When the TUFLOW_to_GIS utility is used the post-processed north-south aligned grids encapsulate the reduced model extent. The origin coordinates of such grids doesn&#039;t match the origin of the model (model domain), neither the grids written out from TUFLOW directly.&lt;br /&gt;
&lt;br /&gt;
In general, a better interpolation of results is achieved when the grids are written directly from TUFLOW than when post-processed with TUFLOW_to_GIS utility. Importantly, when comparing results the recommendation is to be consistent and to use the same method for the duration of a project to ensure there are no differences as a consequence of the post-processing method.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why is Z0 hazard coming directly from TUFLOW different to the one calculated from maximum velocity and depth? ==&lt;br /&gt;
The maximum velocity and maximum depth doesn’t necessarily occur at the same time. The Z0 hazard written directly from TUFLOW has the depth x velocity calculated every timestep and at the end outputs the maximums of all the timesteps. When using the velocity and depth grids the maximum velocity is always used with maximum depth. &amp;lt;br&amp;gt;&lt;br /&gt;
Outputting the Z0 hazard grid directly from TUFLOW is more accurate, however, if this is not an option, manual creation is an acceptable workaround. The general recommendation is to choose one method and keep it consistent for the length of the project.&amp;lt;br&amp;gt;&lt;br /&gt;
When calculating the Z0 hazard from the velocity and depth, the grids have already been interpolated by TUFLOW before the raster calculation (less data is used for the calculation), whereas the TUFLOW Z0 output is interpolated from the calculated data directly. Please also refer to the above question for more information &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why does hazard output (Z1, Z2, ...) show float values and not just integers? ==&lt;br /&gt;
The hazard values are calculated in cell corners and are in a form of an integer. When the values are processed into a grid, which has, by default, a resolution of half the cell size, the values are interpolated to the cell centres - four cell centre values per cell. Further interpolation occurs when the model has a non-zero orientation as grid files are north-south aligned.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are results from 2d_po features, POMM.csv and plots extracted from XMDF in GIS package not matching? ==&lt;br /&gt;
There are numerous reasons for the outputs to not be matching:&lt;br /&gt;
* Plot output:&lt;br /&gt;
** The 2d_po results are tracked at every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and saved into the PO.csv file. If the water level peaks in between the intervals, that maximum water level won’t be recorded in the PO.csv.&lt;br /&gt;
** The POMM.csv tracks maximums of PO features at every computational timestep.&amp;lt;br&amp;gt;&lt;br /&gt;
* Map output:&lt;br /&gt;
** The temporal XMDF (or DAT) results are tracked every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and interpolated to the cell corners.&lt;br /&gt;
** The maximum XMDF map output records the value at every computational timestep, however the final maximum map output is also being interpolated to the cell corners.&amp;lt;br&amp;gt;&lt;br /&gt;
** The extraction tools in GIS packages use interpolated data for the plot creation, e.g. less data than the TUFLOW direct plot output.&lt;br /&gt;
* Although the maximums from POMM.csv and the maximum map output will be very close, they won&#039;t match exactly.&lt;br /&gt;
&lt;br /&gt;
Further notes for using post-processed flux line:&lt;br /&gt;
* No information is stored in the map output about whether the flow is upstream or downstream controlled.&lt;br /&gt;
* The staggered computational grid means there is always some interpolation occurring when projecting levels and velocities to the flux line. This will cause significant uncertainty in areas of sudden topographic change such as at an embankment.  It is also the reason that two similar lines side by side may provide different outputs.&lt;br /&gt;
* Highly variable/complex flows, which are usually associated with highly variable topography, will add to the uncertainty when interpolating to the flux line.&lt;br /&gt;
&lt;br /&gt;
The general recommendation is to use a lot of 2d_po features with reasonably small &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; to achieve better accuracy, they won&#039;t slow the simulation down. In case of flux lines, the 2d_po lines are using the actual computed fluxes across each cell face and will be an exact representation of the flow being calculated by the 2D solver. Post-processed fluxes should only be located in areas of little topographic change and even then, used as a rough guide.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are my TIF raster outputs not updated after a model rerun? ==&lt;br /&gt;
The GeoTIFF raster output is supported from the 2023-03 Release and onwards. It is considered an image by File Explorer and for some users, the &#039;Date&#039; in file explorer defaults to show the &#039;Date Created&#039; rather than the &#039;Date Modified&#039;. If it appears that your results in the &#039;Results&#039; folder (e.g. XMDF) are being updated however the results in the &#039;Results/grid&#039; folder (e.g. TIF) aren&#039;t, this may be the reason. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
To confirm, turn on both &#039;Date Created&#039; and &#039;Date Modified&#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 01.png | 500px]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;Date Modified&#039; column will show the date of the last model run:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 02.png | 500px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I apply high resolution (HR) output and what are the options? ==&lt;br /&gt;
See the &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | TUFLOW HR Output]]&amp;lt;/u&amp;gt; Wiki page for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are there differences between high resolution grid from TUFLOW and remapped outputs generated by the asc_to_asc utility? ==&lt;br /&gt;
Differences are expected between the direct HR output and the &amp;lt;u&amp;gt;[[ASC_to_ASC#Remap | remap function]]&amp;lt;/u&amp;gt; in the asc_to_asc utility due to the different steps involved in the interpolation of water level results. &amp;lt;br&amp;gt;&lt;br /&gt;
The direct HR output is based on a triangulation of the water levels at the cell centres and corners. In comparison, the remap function involves two interpolation steps. The first is the interpolation from the cell centres and corners to the grid map output locations (by default, half the cell size). Then, the asc_to_asc utility interpolates the water level output to the target DEM grids with fine resolution: &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:High-res-interpolation.jpg|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
The direct HR output tends to have better resolution in comparison to the remapped results. Due to the additional stages of interpolation involved with the remapped output, there is potential to lose definition in the results particularly in areas with steep slopes. &lt;br /&gt;
&lt;br /&gt;
==How to create a maximum grid for datasets without direct maximum output from a TUFLOW run?==&lt;br /&gt;
&lt;br /&gt;
For cumulative datasets without direct maximum output (e.g., cumulative infiltration, cumulative rainfall etc), the map output interval in the TCF needs to match the simulation end time in seconds. The end time output is when the maximum occurs for cumulative datasets, as it represents the cumulative results over the entire simulation duration.&lt;br /&gt;
&lt;br /&gt;
For non-cumulative datasets without direct maximum output (e.g., Froude number, rainfall rate etc):&lt;br /&gt;
*Adjust the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; in the TCF to a small value to ensure temporal variations are captured.&lt;br /&gt;
*Specify XMDF for &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
*Identify the output ID number of the desired dataset within the .xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo results.xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Extract maximum values using the &amp;lt;u&amp;gt;[[RES_to_RES#Introduction | RES to RES]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
*Confirm the dataset&#039;s output ID number in the resulting (maxmax).xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo (maxmax).xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Convert the resulting dataset to a preferred grid format for GIS use using the &amp;lt;u&amp;gt;[[TUFLOW_to_GIS#Introduction | TUFLOW to GIS]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
&lt;br /&gt;
:Note: For non-cumulative datasets, this method does not capture the true maximum, however can be close enough with a fine map output interval.&lt;br /&gt;
&lt;br /&gt;
== Why are the values of the mapped water level results (h_max) lower than the terrain elevations (DEM_Z)? ==&lt;br /&gt;
&lt;br /&gt;
As at TUFLOW Build 25.1.1, there is a current limitation for result outputs at shallow sheet flow cells on steeper terrain in sub-grid-scale (SGS) enabled models. Direct rainfall models are particularly prone to result in substantial extents of shallow sheet flow.&lt;br /&gt;
&lt;br /&gt;
In TUFLOW HPC, the cell averaged depth is used computationally and by default in the depth outputs (see below). &lt;br /&gt;
&lt;br /&gt;
Water level outputs, however, assume that water fills from the bottom of the SGS cell’s storage curve. This water level result is recorded at the cell centre, interpolated to the cell corners, and then the gridded outputs are triangulated from these points (orange line). In sheet flow situations when the volume in that cell is small, the cell-centered water level may sit below the terrain (blue dot on diagram) if the cell is steep enough. This can result in a water level results sitting below the DEM_Z, even when there is a positive depth result. Note this does not affect the simulation computationally, only how the water level results are output. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SGS_Sheetflow_Waterlevel.jpg|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why do the high-resolution (HR) mapped results have a significantly smaller extent than the standard (non-HR) grid outputs for a sub-grid-scale (SGS) direct rainfall HPC model? ==&lt;br /&gt;
&lt;br /&gt;
The high resolution (HR) outputs are based on &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | intersecting]]&amp;lt;/u&amp;gt; the standard water level output results with the HR DEM_Z. Due to the &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_the_values_of_the_mapped_water_level_results_.28h_max.29_lower_than_the_terrain_elevations_.28DEM_Z.29.3F | output limitation]]&amp;lt;/u&amp;gt; for sub-grid-scale (SGS) enabled models with shallow sheet flow (particularly direct rainfall models) on sufficiently steep terrain, water levels can be output lower than the DEM_Z terrain elevations.  This is due to the assumption (for output purposes) that water fills the SGS cell’s storage curve from the bottom, which differs from the approach of cell-average depth used computationally in TUFLOW HPC and by default in depth outputs. When the HR water level results are processed, the full extent of the water level results are intersected with the HR DEM_Z and any water level results that are lower than the HR DEM_Z elevations due to the above effect are trimmed. The extent of the HR water level results are then used to trim the HR depth outputs.&lt;br /&gt;
&lt;br /&gt;
== When should high-resolution (HR) outputs be used, and what are their limitations? ==&lt;br /&gt;
HR outputs are intended for visualisation and presentation because they retain sub-grid terrain detail but do not improve the underlying hydraulic calculations. &lt;br /&gt;
&lt;br /&gt;
They are not suitable for assessment, benchmarking, or detailed analysis. Standard non-HR map outputs should be used for these purposes, and accuracy should be improved by refining the 2D cell size.&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Modelling_Guidance | Back to TUFLOW Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45492</id>
		<title>TUFLOW Output Discussion</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=TUFLOW_Output_Discussion&amp;diff=45492"/>
		<updated>2026-02-13T04:32:08Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Why the high resolution (HR) mapped results have a significantly smaller extent than the standard (non-HR) grid outputs for a sub-grid-scale (SGS) enabled direct rainfall HPC model? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Common Questions Answered (FAQ)=&lt;br /&gt;
== Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) and mesh results (XMDF or DAT) due to small differences in the interpolation method.&lt;br /&gt;
* When outputting directly to FLT or ASC using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command, the output grid results are derived from both the cell centres and cell corners and the final results has those values interpolated to the centres of half cells (by default).&lt;br /&gt;
* When outputting XMDF (or DAT) format, the mesh results are derived from cell centres for depths / levels and cell sides for vector data. The final XMDF stores data interpolated to the cell corners and doesn’t have any memory of where the corner data were derived from and what those values were.&lt;br /&gt;
The differences can also be amplified when the rotation of the model is not perfectly north-south aligned (i.e., a non-zero orientation).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are grids processed with TUFLOW_to_GIS different from TUFLOW grids? ==&lt;br /&gt;
Slight differences are expected between the result grids (ASC or FLT) produced directly from TUFLOW and post-processed from the TUFLOW_to_GIS utility from XMDF or DAT due to differences in the interpolation approach.&lt;br /&gt;
Check &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt; question above on differences between outputs direct from the TUFLOW Engine.&amp;lt;br&amp;gt;&lt;br /&gt;
When ASC/FLT results are sampled from the XMDF files with the TUFLOW_to_GIS utility, it uses less data points than when the grids are written directly from TUFLOW. &lt;br /&gt;
&lt;br /&gt;
The differences can also be amplified when the rotation of the model is a non-zero value.&lt;br /&gt;
The extent of the grids is also different. When TUFLOW starts it removes any redundant areas (if any) outside of 2d_code layer to reduce the calculation time: &lt;br /&gt;
* The extent of grids written directly from TUFLOW works with the unreduced area, encapsulating the entire rotated model domain in a north-south orientated rectangle.&lt;br /&gt;
* The extent of XMDF (or DAT) results is based on the reduced area. When the TUFLOW_to_GIS utility is used the post-processed north-south aligned grids encapsulate the reduced model extent. The origin coordinates of such grids doesn&#039;t match the origin of the model (model domain), neither the grids written out from TUFLOW directly.&lt;br /&gt;
&lt;br /&gt;
In general, a better interpolation of results is achieved when the grids are written directly from TUFLOW than when post-processed with TUFLOW_to_GIS utility. Importantly, when comparing results the recommendation is to be consistent and to use the same method for the duration of a project to ensure there are no differences as a consequence of the post-processing method.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why is Z0 hazard coming directly from TUFLOW different to the one calculated from maximum velocity and depth? ==&lt;br /&gt;
The maximum velocity and maximum depth doesn’t necessarily occur at the same time. The Z0 hazard written directly from TUFLOW has the depth x velocity calculated every timestep and at the end outputs the maximums of all the timesteps. When using the velocity and depth grids the maximum velocity is always used with maximum depth. &amp;lt;br&amp;gt;&lt;br /&gt;
Outputting the Z0 hazard grid directly from TUFLOW is more accurate, however, if this is not an option, manual creation is an acceptable workaround. The general recommendation is to choose one method and keep it consistent for the length of the project.&amp;lt;br&amp;gt;&lt;br /&gt;
When calculating the Z0 hazard from the velocity and depth, the grids have already been interpolated by TUFLOW before the raster calculation (less data is used for the calculation), whereas the TUFLOW Z0 output is interpolated from the calculated data directly. Please also refer to the above question for more information &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_grid_outputs_.28ASC.2C_FLT.29_slightly_different_from_mesh_outputs_.28XMDF.2C_DAT.29.3F | Why are grid outputs (ASC, FLT) slightly different from mesh outputs (XMDF, DAT)?]]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why does hazard output (Z1, Z2, ...) show float values and not just integers? ==&lt;br /&gt;
The hazard values are calculated in cell corners and are in a form of an integer. When the values are processed into a grid, which has, by default, a resolution of half the cell size, the values are interpolated to the cell centres - four cell centre values per cell. Further interpolation occurs when the model has a non-zero orientation as grid files are north-south aligned.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are results from 2d_po features, POMM.csv and plots extracted from XMDF in GIS package not matching? ==&lt;br /&gt;
There are numerous reasons for the outputs to not be matching:&lt;br /&gt;
* Plot output:&lt;br /&gt;
** The 2d_po results are tracked at every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and saved into the PO.csv file. If the water level peaks in between the intervals, that maximum water level won’t be recorded in the PO.csv.&lt;br /&gt;
** The POMM.csv tracks maximums of PO features at every computational timestep.&amp;lt;br&amp;gt;&lt;br /&gt;
* Map output:&lt;br /&gt;
** The temporal XMDF (or DAT) results are tracked every &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and interpolated to the cell corners.&lt;br /&gt;
** The maximum XMDF map output records the value at every computational timestep, however the final maximum map output is also being interpolated to the cell corners.&amp;lt;br&amp;gt;&lt;br /&gt;
** The extraction tools in GIS packages use interpolated data for the plot creation, e.g. less data than the TUFLOW direct plot output.&lt;br /&gt;
* Although the maximums from POMM.csv and the maximum map output will be very close, they won&#039;t match exactly.&lt;br /&gt;
&lt;br /&gt;
Further notes for using post-processed flux line:&lt;br /&gt;
* No information is stored in the map output about whether the flow is upstream or downstream controlled.&lt;br /&gt;
* The staggered computational grid means there is always some interpolation occurring when projecting levels and velocities to the flux line. This will cause significant uncertainty in areas of sudden topographic change such as at an embankment.  It is also the reason that two similar lines side by side may provide different outputs.&lt;br /&gt;
* Highly variable/complex flows, which are usually associated with highly variable topography, will add to the uncertainty when interpolating to the flux line.&lt;br /&gt;
&lt;br /&gt;
The general recommendation is to use a lot of 2d_po features with reasonably small &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Time Series Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; to achieve better accuracy, they won&#039;t slow the simulation down. In case of flux lines, the 2d_po lines are using the actual computed fluxes across each cell face and will be an exact representation of the flow being calculated by the 2D solver. Post-processed fluxes should only be located in areas of little topographic change and even then, used as a rough guide.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are my TIF raster outputs not updated after a model rerun? ==&lt;br /&gt;
The GeoTIFF raster output is supported from the 2023-03 Release and onwards. It is considered an image by File Explorer and for some users, the &#039;Date&#039; in file explorer defaults to show the &#039;Date Created&#039; rather than the &#039;Date Modified&#039;. If it appears that your results in the &#039;Results&#039; folder (e.g. XMDF) are being updated however the results in the &#039;Results/grid&#039; folder (e.g. TIF) aren&#039;t, this may be the reason. &amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
To confirm, turn on both &#039;Date Created&#039; and &#039;Date Modified&#039;:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 01.png | 500px]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
The &#039;Date Modified&#039; column will show the date of the last model run:&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TIF Date 02.png | 500px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How do I apply high resolution (HR) output and what are the options? ==&lt;br /&gt;
See the &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | TUFLOW HR Output]]&amp;lt;/u&amp;gt; Wiki page for details.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why are there differences between high resolution grid from TUFLOW and remapped outputs generated by the asc_to_asc utility? ==&lt;br /&gt;
Differences are expected between the direct HR output and the &amp;lt;u&amp;gt;[[ASC_to_ASC#Remap | remap function]]&amp;lt;/u&amp;gt; in the asc_to_asc utility due to the different steps involved in the interpolation of water level results. &amp;lt;br&amp;gt;&lt;br /&gt;
The direct HR output is based on a triangulation of the water levels at the cell centres and corners. In comparison, the remap function involves two interpolation steps. The first is the interpolation from the cell centres and corners to the grid map output locations (by default, half the cell size). Then, the asc_to_asc utility interpolates the water level output to the target DEM grids with fine resolution: &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:High-res-interpolation.jpg|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
The direct HR output tends to have better resolution in comparison to the remapped results. Due to the additional stages of interpolation involved with the remapped output, there is potential to lose definition in the results particularly in areas with steep slopes. &lt;br /&gt;
&lt;br /&gt;
==How to create a maximum grid for datasets without direct maximum output from a TUFLOW run?==&lt;br /&gt;
&lt;br /&gt;
For cumulative datasets without direct maximum output (e.g., cumulative infiltration, cumulative rainfall etc), the map output interval in the TCF needs to match the simulation end time in seconds. The end time output is when the maximum occurs for cumulative datasets, as it represents the cumulative results over the entire simulation duration.&lt;br /&gt;
&lt;br /&gt;
For non-cumulative datasets without direct maximum output (e.g., Froude number, rainfall rate etc):&lt;br /&gt;
*Adjust the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Interval&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; in the TCF to a small value to ensure temporal variations are captured.&lt;br /&gt;
*Specify XMDF for &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Map Output Format&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
*Identify the output ID number of the desired dataset within the .xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo results.xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Extract maximum values using the &amp;lt;u&amp;gt;[[RES_to_RES#Introduction | RES to RES]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
*Confirm the dataset&#039;s output ID number in the resulting (maxmax).xmdf file:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;quot;C:\TUFLOW\Releases\res_to_res\res_to_res_w64.exe&amp;quot; -xnfo (maxmax).xmdf&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Convert the resulting dataset to a preferred grid format for GIS use using the &amp;lt;u&amp;gt;[[TUFLOW_to_GIS#Introduction | TUFLOW to GIS]]&amp;lt;/u&amp;gt; utility.&lt;br /&gt;
&lt;br /&gt;
:Note: For non-cumulative datasets, this method does not capture the true maximum, however can be close enough with a fine map output interval.&lt;br /&gt;
&lt;br /&gt;
== Why are the values of the mapped water level results (h_max) lower than the terrain elevations (DEM_Z)? ==&lt;br /&gt;
&lt;br /&gt;
As at TUFLOW Build 25.1.1, there is a current limitation for result outputs at shallow sheet flow cells on steeper terrain in sub-grid-scale (SGS) enabled models. Direct rainfall models are particularly prone to result in substantial extents of shallow sheet flow.&lt;br /&gt;
&lt;br /&gt;
In TUFLOW HPC, the cell averaged depth is used computationally and by default in the depth outputs (see below). &lt;br /&gt;
&lt;br /&gt;
Water level outputs, however, assume that water fills from the bottom of the SGS cell’s storage curve. This water level result is recorded at the cell centre, interpolated to the cell corners, and then the gridded outputs are triangulated from these points (orange line). In sheet flow situations when the volume in that cell is small, the cell-centered water level may sit below the terrain (blue dot on diagram) if the cell is steep enough. This can result in a water level results sitting below the DEM_Z, even when there is a positive depth result. Note this does not affect the simulation computationally, only how the water level results are output. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:SGS_Sheetflow_Waterlevel.jpg|600px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Why do the high-resolution (HR) mapped results have a significantly smaller extent than the standard (non-HR) grid outputs for a sub-grid-scale (SGS) direct rainfall HPC model? ==&lt;br /&gt;
&lt;br /&gt;
The high resolution (HR) outputs are based on &amp;lt;u&amp;gt;[[TUFLOW_HR_Output | intersecting]]&amp;lt;/u&amp;gt; the standard water level output results with the HR DEM_Z. Due to the &amp;lt;u&amp;gt;[[TUFLOW_Output_Discussion#Why_are_the_values_of_the_mapped_water_level_results_.28h_max.29_lower_than_the_terrain_elevations_.28DEM_Z.29.3F | output limitation]]&amp;lt;/u&amp;gt; for sub-grid-scale (SGS) enabled models with shallow sheet flow (particularly direct rainfall models) on sufficiently steep terrain, water levels can be output lower than the DEM_Z terrain elevations.  This is due to the assumption (for output purposes) that water fills the SGS cell’s storage curve from the bottom, which differs from the approach of cell-average depth used computationally in TUFLOW HPC and by default in depth outputs. When the HR water level results are processed, the full extent of the water level results are intersected with the HR DEM_Z and any water level results that are lower than the HR DEM_Z elevations due to the above effect are trimmed. The extent of the HR water level results are then used to trim the HR depth outputs.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Modelling_Guidance | Back to TUFLOW Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=12da_to_from_GIS&amp;diff=45423</id>
		<title>12da to from GIS</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=12da_to_from_GIS&amp;diff=45423"/>
		<updated>2026-01-21T01:37:03Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
12da_to_from_GIS.exe converts .12da files from the 12D software [https://www.12d.com (www.12d.com)] to and from .mif and .shp formats.&lt;br /&gt;
The .12da file must be saved in ANSI encoding, not UTF.&lt;br /&gt;
&lt;br /&gt;
When importing or exporting between 12D and GIS, specify the file to be translated:&lt;br /&gt;
&lt;br /&gt;
* If the file has a .12da or .4da extension the program converts it to a .mif/.mid file.&lt;br /&gt;
* If the file has a .mif extension the program converts it to a .12da file.&lt;br /&gt;
&lt;br /&gt;
When converting from a .12da file to a .mif file without any options 12da_to_from_gis.exe automatically creates a .mif/.mid file suitable for use by Read GIS Z Line.  &lt;br /&gt;
This process is useful for importing 3D breaklines, for example a road design, directly into TUFLOW.&lt;br /&gt;
&lt;br /&gt;
Several useful options are described in the table below. Particularly noteworthy are the following options:&lt;br /&gt;
* -xs: generates a TUFLOW 1D cross-section database from a 12D DTM.&amp;lt;br&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
This method is preferable to manual cross section extraction and more accurate than extracting from a grid based DTM, for example Vertical Mapper or Spatial Analyst, because it only samples points where the DTM triangle sides intersect the cross-section line. This limits the number of points in each cross section profile and improves accuracy.&lt;br /&gt;
&lt;br /&gt;
* -zln: useful when river bathymetry in the DTM is poor because aerial survey data are inaccurate where water or dense vegetation is present.&amp;lt;br&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
This option allows a section to be carved through the DTM along the river based on a cross section survey.&lt;br /&gt;
&lt;br /&gt;
=Options (switches)=&lt;br /&gt;
&#039;&#039;&#039;TABLE 1: 12da_to_from_GIS Options (Switches)&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! Switch&lt;br /&gt;
! width=85% | Description&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| When converting from a GIS file to a .12da file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-zln&amp;quot;|| When converting a .mif file to .12da file, if  zln is specified polylines are interpreted in the same manner as a TUFLOW 3D breakline (see Read GIS Z Line) such that any points snapped to the polyline are used to set the elevations of any vertices along the polyline that do not have points snapped to them.  The first attribute in the .mif file must be the Elevation.  (Note, when converting in reverse from a .12da file to a .mif file without any options, 12da_to_from_mif automatically creates a .mif/.mid file suitable for use by Read GIS Z Line.)&amp;lt;br&amp;gt;&lt;br /&gt;
This is useful for creating 3D polylines for 12D where an elevation does not exist at a vertice.  It is particularly useful where a river’s bathymetry in a DTM is being created from cross-section surveys, and the DTM operator wishes to use the elevations at the cross-section survey points, but needs to put more shape into the breaklines being digitised between the cross-sections so as to carve out the river’s bathymetry into the DTM.  Using 12da_to_from_mid with the  zln option will interpolate elevations at every string vertice, something that 12D does not offer (as far as we know!).&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| When converting from a .12da file to a GIS file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-hip&amp;quot;|| When converting a .12da file to a .mif file will include any 12D hipdata polylines.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-xs&amp;quot;|| When converting a .12da file to a .mif file creates a TUFLOW cross-section database (ie. one .csv file per 3D polyline) and a 1d_xs layer (1d_tab or 1d_xs format – see Read GIS Table Links and Section 4.6.3).  This is used to extract 1D cross-sections from a DTM for use in TUFLOW.  Cross-sections generated this way can also be viewed and edited in the SMS TUFLOW Interface.&amp;lt;br&amp;gt;&lt;br /&gt;
The process to create the cross-sections from a 12D DTM is as follows:&amp;lt;br&amp;gt;&lt;br /&gt;
*Digitise the location of cross-section lines either in a GIS or in 12D.  If in a GIS, export the layer out as a .mif file and then run 12da_to_from_gis to convert the .mif file into a .12da file.  For example use:&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;12da_to_from_gis.exe xs.mif&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:to generate a file called xs.12da.  Import the .12da file into 12D.&amp;lt;br&amp;gt;&lt;br /&gt;
*In 12D drape the cross-section polylines over the DTM (your 12D operator should know how to do this!) to create 3D polylines with vertices where the cross-section line intersects a DTM triangle edge.&lt;br /&gt;
*Export the 3D draped polylines from 12D as a .12da file.&lt;br /&gt;
*Run 12da_to_from_gis using the -xs option.  For example:&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;12da_to_from_gis.exe -xs -shp xs_draped.12da&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:This will produce a 1d_xs layer in shapefile format ready for use by TUFLOW and a .csv file for each cross-section line.  Keep the 1d_xs layer and the .csv files in the same folder in the event that you move them elsewhere.&amp;lt;br&amp;gt;&lt;br /&gt;
Using the xsGenerator.exe utility, you can also assign material values to each of the cross-section points (see &amp;lt;u&amp;gt;[[xsGenerator | this page]]&amp;lt;/u&amp;gt;).&lt;br /&gt;
&amp;lt;!-- DRAFT / HIDDEN CONTENT BELOW&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-out&amp;quot;||&lt;br /&gt;
Specifies the output file name when creating a new file.&amp;lt;br&amp;gt;&lt;br /&gt;
For example:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe -out output_file.12da &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Will create the file with the chosen output name instead of the default.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-model&amp;quot;||&lt;br /&gt;
When converting to a .12da file, sets the model name in the output.&amp;lt;br&amp;gt;&lt;br /&gt;
For example:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe -model 12d_Model_Name &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Will embed the specified 12d model name into the created .12da file.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
= Examples =&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe -mif road_breaklines.12da&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
creates .mif/.mid files of the 2D and 3D breaklines in the file road_breaklines.12da. The .mif/.mid files can be directly used by Read GIS Z Line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe 2d_hx_lines.mif&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
creates a file 2d_hx_lines.mif.12da. Import this file into 12D then drape these lines over the DTM and export the file, say as 2d_hx_lines_draped.12da, then execute the following: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe 2d_hx_lines_draped.12da&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This creates 3D breakline .mif/.mid files of the TUFLOW HX lines that can be used to ensure the 2D HX cells are set to the exact elevations along the HX lines by using the below command in the .tgc file.:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;Read GIS Z Line THICK == mi\2d_hx_lines_draped.12da.mif &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- DRAFT / HIDDEN CONTENT BELOW&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;UNDER CONSTRUCTION&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CONVERT FROM GIS TO 12DA ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;1: 12da_to_from_gis.exe &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Converts to 2D breakline.&lt;br /&gt;
&lt;br /&gt;
Options:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;-zln&amp;lt;/tt&amp;gt; converts a TUFLOW 3D breakline to 12da format, including&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;interpolation of Z values at intermediate vertices.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;2: 12da_to_from_gis.exe -zln &amp;amp;lt;Points&amp;amp;gt;.shp &amp;amp;lt;Lines&amp;amp;gt;.shp&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;3: 12da_to_from_gis.exe -zln &amp;amp;lt;Points&amp;amp;gt;.mif &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;4: 12da_to_from_gis.exe -zln &amp;amp;lt;Lines_and_Points&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CONVERT FROM 12DA TO MIF ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;5: 12da_to_from_gis.exe -mif &amp;amp;lt;12da_file&amp;amp;gt;.12da &amp;amp;lt;Header&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;lt;Header&amp;amp;gt;.mif is any .mif file with the correct projection.&amp;lt;br /&amp;gt;&lt;br /&gt;
Will search input directory for &amp;quot;Header.mif&amp;quot; or &amp;quot;Projection.mif&amp;quot; if omitted.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== CONVERT FROM 12DA TO SHP ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;6: 12da_to_from_gis.exe -shp &amp;amp;lt;12da_file&amp;amp;gt;.12da &amp;amp;lt;Header&amp;amp;gt;.prj&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;lt;Header&amp;amp;gt;.prj is any .prj file with the correct projection.&amp;lt;br /&amp;gt;&lt;br /&gt;
Will search input directory for &amp;quot;Header.prj&amp;quot; or &amp;quot;Projection.prj&amp;quot; if omitted.&amp;lt;br /&amp;gt;&lt;br /&gt;
.4da extension also accepted.&lt;br /&gt;
&lt;br /&gt;
Options:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;tt&amp;gt;-hip&amp;lt;/tt&amp;gt; includes 12D hipdata polylines.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;tt&amp;gt;-xs&amp;lt;/tt&amp;gt; creates TUFLOW .csv cross-section files and 1d_xs layer.&lt;br /&gt;
&lt;br /&gt;
Output Options:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;tt&amp;gt;-out &amp;amp;lt;output_filename&amp;amp;gt;&amp;lt;/tt&amp;gt; Specify the output file name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;For conversions to .12da the &amp;quot;&amp;lt;tt&amp;gt;-model &amp;amp;lt;model_name&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;quot; option can be used to set the model name.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;7: 12da_to_from_gis.exe -out output_file.12da &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;8: 12da_to_from_gis.exe -model 12d_Model_Name &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Frequently Asked Questions (FAQ)=&lt;br /&gt;
==Why are the SHP or MIF files created by the 12da_to_from_GIS utility empty?==&lt;br /&gt;
The reason for empty output files may be that 12D (v10 or later) produces output files in UTF-16 encoding by default. This encoding is not compatible with the utility and can lead to empty SHP or MIF outputs.  The .12da can be exported from 12D into ANSI format, or readily converted in text editor from UTF16 to ANSI making it compatible with TUFLOW and TUFLOW utilities.  Instructions for both methods are below. &amp;lt;br&amp;gt;&lt;br /&gt;
In 12D, when exporting the TIN as a .12da file, make sure to select the &amp;quot;[Ansi format]&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:12da_TIN_export_screenshot.JPG|500px]] &amp;lt;br&amp;gt;&lt;br /&gt;
This change will be highlighted at the bottom of the Write 12da pop up box. See figure below. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:12da_TIN_export_screenshot_ANSI_Format_set.JPG|500px]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternatively, an existing .12da file can  easily be converted to ANSI encoding in Notepad++, under the Encoding menu: &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Convert ANSI.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Utilities | Back to TUFLOW Utilities]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=12da_to_from_GIS&amp;diff=45422</id>
		<title>12da to from GIS</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=12da_to_from_GIS&amp;diff=45422"/>
		<updated>2026-01-21T01:31:47Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Options (switches) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
12da_to_from_GIS.exe converts .12da files from the 12D software [https://www.12d.com (www.12d.com)] to and from .mif and .shp formats.&lt;br /&gt;
The .12da file must be saved in ANSI encoding, not UTF.&lt;br /&gt;
&lt;br /&gt;
When importing or exporting between 12D and GIS, specify the file to be translated:&lt;br /&gt;
&lt;br /&gt;
* If the file has a .12da or .4da extension the program converts it to a .mif/.mid file.&lt;br /&gt;
* If the file has a .mif extension the program converts it to a .12da file.&lt;br /&gt;
&lt;br /&gt;
When converting from a .12da file to a .mif file without any options 12da_to_from_gis.exe automatically creates a .mif/.mid file suitable for use by Read GIS Z Line.  &lt;br /&gt;
This process is useful for importing 3D breaklines, for example a road design, directly into TUFLOW.&lt;br /&gt;
&lt;br /&gt;
Several useful options are described in the table below. Particularly noteworthy are the following options:&lt;br /&gt;
* -xs: generates a TUFLOW 1D cross-section database from a 12D DTM.&amp;lt;br&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
This method is preferable to manual cross section extraction and more accurate than extracting from a grid based DTM, for example Vertical Mapper or Spatial Analyst, because it only samples points where the DTM triangle sides intersect the cross-section line. This limits the number of points in each cross section profile and improves accuracy.&lt;br /&gt;
&lt;br /&gt;
* -zln: useful when river bathymetry in the DTM is poor because aerial survey data are inaccurate where water or dense vegetation is present.&amp;lt;br&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
This option allows a section to be carved through the DTM along the river based on a cross section survey.&lt;br /&gt;
&lt;br /&gt;
=Options (switches)=&lt;br /&gt;
&#039;&#039;&#039;TABLE 1: 12da_to_from_GIS Options (Switches)&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! Switch&lt;br /&gt;
! width=85% | Description&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| When converting from a GIS file to a .12da file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-zln&amp;quot;|| When converting a .mif file to .12da file, if  zln is specified polylines are interpreted in the same manner as a TUFLOW 3D breakline (see Read GIS Z Line) such that any points snapped to the polyline are used to set the elevations of any vertices along the polyline that do not have points snapped to them.  The first attribute in the .mif file must be the Elevation.  (Note, when converting in reverse from a .12da file to a .mif file without any options, 12da_to_from_mif automatically creates a .mif/.mid file suitable for use by Read GIS Z Line.)&amp;lt;br&amp;gt;&lt;br /&gt;
This is useful for creating 3D polylines for 12D where an elevation does not exist at a vertice.  It is particularly useful where a river’s bathymetry in a DTM is being created from cross-section surveys, and the DTM operator wishes to use the elevations at the cross-section survey points, but needs to put more shape into the breaklines being digitised between the cross-sections so as to carve out the river’s bathymetry into the DTM.  Using 12da_to_from_mid with the  zln option will interpolate elevations at every string vertice, something that 12D does not offer (as far as we know!).&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| When converting from a .12da file to a GIS file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-hip&amp;quot;|| When converting a .12da file to a .mif file will include any 12D hipdata polylines.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-xs&amp;quot;|| When converting a .12da file to a .mif file creates a TUFLOW cross-section database (ie. one .csv file per 3D polyline) and a 1d_xs layer (1d_tab or 1d_xs format – see Read GIS Table Links and Section 4.6.3).  This is used to extract 1D cross-sections from a DTM for use in TUFLOW.  Cross-sections generated this way can also be viewed and edited in the SMS TUFLOW Interface.&amp;lt;br&amp;gt;&lt;br /&gt;
The process to create the cross-sections from a 12D DTM is as follows:&amp;lt;br&amp;gt;&lt;br /&gt;
*Digitise the location of cross-section lines either in a GIS or in 12D.  If in a GIS, export the layer out as a .mif file and then run 12da_to_from_gis to convert the .mif file into a .12da file.  For example use:&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;12da_to_from_gis.exe xs.mif&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:to generate a file called xs.12da.  Import the .12da file into 12D.&amp;lt;br&amp;gt;&lt;br /&gt;
*In 12D drape the cross-section polylines over the DTM (your 12D operator should know how to do this!) to create 3D polylines with vertices where the cross-section line intersects a DTM triangle edge.&lt;br /&gt;
*Export the 3D draped polylines from 12D as a .12da file.&lt;br /&gt;
*Run 12da_to_from_gis using the -xs option.  For example:&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;12da_to_from_gis.exe -xs -shp xs_draped.12da&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:This will produce a 1d_xs layer in shapefile format ready for use by TUFLOW and a .csv file for each cross-section line.  Keep the 1d_xs layer and the .csv files in the same folder in the event that you move them elsewhere.&amp;lt;br&amp;gt;&lt;br /&gt;
Using the xsGenerator.exe utility, you can also assign material values to each of the cross-section points (see &amp;lt;u&amp;gt;[[xsGenerator | this page]]&amp;lt;/u&amp;gt;).&lt;br /&gt;
&amp;lt;!-- DRAFT / HIDDEN CONTENT BELOW&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-out&amp;quot;||&lt;br /&gt;
Specifies the output file name when creating a new file.&amp;lt;br&amp;gt;&lt;br /&gt;
For example:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe -out output_file.12da &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Will create the file with the chosen output name instead of the default.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-model&amp;quot;||&lt;br /&gt;
When converting to a .12da file, sets the model name in the output.&amp;lt;br&amp;gt;&lt;br /&gt;
For example:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe -model 12d_Model_Name &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Will embed the specified 12d model name into the created .12da file.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe -mif road_breaklines.12da&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
creates .mif/.mid files of the 2D and 3D breaklines in the file road_breaklines.12da. The .mif/.mid files can be directly used by Read GIS Z Line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe 2d_hx_lines.mif&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
creates a file 2d_hx_lines.mif.12da. Import this file into 12D then drape these lines over the DTM and export the file, say as 2d_hx_lines_draped.12da, then execute the following: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe 2d_hx_lines_draped.12da&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This creates 3D breakline .mif/.mid files of the TUFLOW HX lines that can be used to ensure the 2D HX cells are set to the exact elevations along the HX lines by using the below command in the .tgc file.:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;Read GIS Z Line THICK == mi\2d_hx_lines_draped.12da.mif &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- DRAFT / HIDDEN CONTENT BELOW&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;UNDER CONSTRUCTION&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CONVERT FROM GIS TO 12DA ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;1: 12da_to_from_gis.exe &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Converts to 2D breakline.&lt;br /&gt;
&lt;br /&gt;
Options:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;-zln&amp;lt;/tt&amp;gt; converts a TUFLOW 3D breakline to 12da format, including&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;interpolation of Z values at intermediate vertices.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;2: 12da_to_from_gis.exe -zln &amp;amp;lt;Points&amp;amp;gt;.shp &amp;amp;lt;Lines&amp;amp;gt;.shp&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;3: 12da_to_from_gis.exe -zln &amp;amp;lt;Points&amp;amp;gt;.mif &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;4: 12da_to_from_gis.exe -zln &amp;amp;lt;Lines_and_Points&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CONVERT FROM 12DA TO MIF ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;5: 12da_to_from_gis.exe -mif &amp;amp;lt;12da_file&amp;amp;gt;.12da &amp;amp;lt;Header&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;lt;Header&amp;amp;gt;.mif is any .mif file with the correct projection.&amp;lt;br /&amp;gt;&lt;br /&gt;
Will search input directory for &amp;quot;Header.mif&amp;quot; or &amp;quot;Projection.mif&amp;quot; if omitted.&lt;br /&gt;
&lt;br /&gt;
=== CONVERT FROM 12DA TO SHP ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;6: 12da_to_from_gis.exe -shp &amp;amp;lt;12da_file&amp;amp;gt;.12da &amp;amp;lt;Header&amp;amp;gt;.prj&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;lt;Header&amp;amp;gt;.prj is any .prj file with the correct projection.&amp;lt;br /&amp;gt;&lt;br /&gt;
Will search input directory for &amp;quot;Header.prj&amp;quot; or &amp;quot;Projection.prj&amp;quot; if omitted.&amp;lt;br /&amp;gt;&lt;br /&gt;
.4da extension also accepted.&lt;br /&gt;
&lt;br /&gt;
Options:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;tt&amp;gt;-hip&amp;lt;/tt&amp;gt; includes 12D hipdata polylines.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;tt&amp;gt;-xs&amp;lt;/tt&amp;gt; creates TUFLOW .csv cross-section files and 1d_xs layer.&lt;br /&gt;
&lt;br /&gt;
Output Options:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;tt&amp;gt;-out &amp;amp;lt;output_filename&amp;amp;gt;&amp;lt;/tt&amp;gt; Specify the output file name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;For conversions to .12da the &amp;quot;&amp;lt;tt&amp;gt;-model &amp;amp;lt;model_name&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;quot; option can be used to set the model name.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;7: 12da_to_from_gis.exe -out output_file.12da &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;8: 12da_to_from_gis.exe -model 12d_Model_Name &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Frequently Asked Questions (FAQ)=&lt;br /&gt;
==Why are the SHP or MIF files created by the 12da_to_from_GIS utility empty?==&lt;br /&gt;
The reason for empty output files may be that 12D (v10 or later) produces output files in UTF-16 encoding by default. This encoding is not compatible with the utility and can lead to empty SHP or MIF outputs.  The .12da can be exported from 12D into ANSI format, or readily converted in text editor from UTF16 to ANSI making it compatible with TUFLOW and TUFLOW utilities.  Instructions for both methods are below. &amp;lt;br&amp;gt;&lt;br /&gt;
In 12D, when exporting the TIN as a .12da file, make sure to select the &amp;quot;[Ansi format]&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:12da_TIN_export_screenshot.JPG|500px]] &amp;lt;br&amp;gt;&lt;br /&gt;
This change will be highlighted at the bottom of the Write 12da pop up box. See figure below. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:12da_TIN_export_screenshot_ANSI_Format_set.JPG|500px]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternatively, an existing .12da file can  easily be converted to ANSI encoding in Notepad++, under the Encoding menu: &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Convert ANSI.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Utilities | Back to TUFLOW Utilities]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=12da_to_from_GIS&amp;diff=45421</id>
		<title>12da to from GIS</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=12da_to_from_GIS&amp;diff=45421"/>
		<updated>2026-01-21T01:29:10Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
12da_to_from_GIS.exe converts .12da files from the 12D software [https://www.12d.com (www.12d.com)] to and from .mif and .shp formats.&lt;br /&gt;
The .12da file must be saved in ANSI encoding, not UTF.&lt;br /&gt;
&lt;br /&gt;
When importing or exporting between 12D and GIS, specify the file to be translated:&lt;br /&gt;
&lt;br /&gt;
* If the file has a .12da or .4da extension the program converts it to a .mif/.mid file.&lt;br /&gt;
* If the file has a .mif extension the program converts it to a .12da file.&lt;br /&gt;
&lt;br /&gt;
When converting from a .12da file to a .mif file without any options 12da_to_from_gis.exe automatically creates a .mif/.mid file suitable for use by Read GIS Z Line.  &lt;br /&gt;
This process is useful for importing 3D breaklines, for example a road design, directly into TUFLOW.&lt;br /&gt;
&lt;br /&gt;
Several useful options are described in the table below. Particularly noteworthy are the following options:&lt;br /&gt;
* -xs: generates a TUFLOW 1D cross-section database from a 12D DTM.&amp;lt;br&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
This method is preferable to manual cross section extraction and more accurate than extracting from a grid based DTM, for example Vertical Mapper or Spatial Analyst, because it only samples points where the DTM triangle sides intersect the cross-section line. This limits the number of points in each cross section profile and improves accuracy.&lt;br /&gt;
&lt;br /&gt;
* -zln: useful when river bathymetry in the DTM is poor because aerial survey data are inaccurate where water or dense vegetation is present.&amp;lt;br&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
This option allows a section to be carved through the DTM along the river based on a cross section survey.&lt;br /&gt;
&lt;br /&gt;
=Options (switches)=&lt;br /&gt;
&#039;&#039;&#039;TABLE 1: 12da_to_from_GIS Options (Switches)&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! Switch&lt;br /&gt;
! width=85% | Description&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| When converting from a GIS file to a .12da file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-zln&amp;quot;|| When converting a .mif file to .12da file, if  zln is specified polylines are interpreted in the same manner as a TUFLOW 3D breakline (see Read GIS Z Line) such that any points snapped to the polyline are used to set the elevations of any vertices along the polyline that do not have points snapped to them.  The first attribute in the .mif file must be the Elevation.  (Note, when converting in reverse from a .12da file to a .mif file without any options, 12da_to_from_mif automatically creates a .mif/.mid file suitable for use by Read GIS Z Line.)&amp;lt;br&amp;gt;&lt;br /&gt;
This is useful for creating 3D polylines for 12D where an elevation does not exist at a vertice.  It is particularly useful where a river’s bathymetry in a DTM is being created from cross-section surveys, and the DTM operator wishes to use the elevations at the cross-section survey points, but needs to put more shape into the breaklines being digitised between the cross-sections so as to carve out the river’s bathymetry into the DTM.  Using 12da_to_from_mid with the  zln option will interpolate elevations at every string vertice, something that 12D does not offer (as far as we know!).&lt;br /&gt;
|-&lt;br /&gt;
!colspan=&amp;quot;2&amp;quot; style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| When converting from a .12da file to a GIS file&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-hip&amp;quot;|| When converting a .12da file to a .mif file will include any 12D hipdata polylines.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-xs&amp;quot;|| When converting a .12da file to a .mif file creates a TUFLOW cross-section database (ie. one .csv file per 3D polyline) and a 1d_xs layer (1d_tab or 1d_xs format – see Read GIS Table Links and Section 4.6.3).  This is used to extract 1D cross-sections from a DTM for use in TUFLOW.  Cross-sections generated this way can also be viewed and edited in the SMS TUFLOW Interface.&amp;lt;br&amp;gt;&lt;br /&gt;
The process to create the cross-sections from a 12D DTM is as follows:&amp;lt;br&amp;gt;&lt;br /&gt;
*Digitise the location of cross-section lines either in a GIS or in 12D.  If in a GIS, export the layer out as a .mif file and then run 12da_to_from_gis to convert the .mif file into a .12da file.  For example use:&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;12da_to_from_gis.exe xs.mif&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:to generate a file called xs.12da.  Import the .12da file into 12D.&amp;lt;br&amp;gt;&lt;br /&gt;
*In 12D drape the cross-section polylines over the DTM (your 12D operator should know how to do this!) to create 3D polylines with vertices where the cross-section line intersects a DTM triangle edge.&lt;br /&gt;
*Export the 3D draped polylines from 12D as a .12da file.&lt;br /&gt;
*Run 12da_to_from_gis using the -xs option.  For example:&amp;lt;br&amp;gt;&lt;br /&gt;
:&amp;lt;tt&amp;gt;12da_to_from_gis.exe -xs -shp xs_draped.12da&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:This will produce a 1d_xs layer in shapefile format ready for use by TUFLOW and a .csv file for each cross-section line.  Keep the 1d_xs layer and the .csv files in the same folder in the event that you move them elsewhere.&amp;lt;br&amp;gt;&lt;br /&gt;
Using the xsGenerator.exe utility, you can also assign material values to each of the cross-section points (see &amp;lt;u&amp;gt;[[xsGenerator | this page]]&amp;lt;/u&amp;gt;).&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-out&amp;quot;|| &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;UNDER CONSTRUCTION&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Specifies the output file name when creating a new file. &amp;lt;br&amp;gt;For example:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe -out output_file.12da &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Will create the file with the chosen output name instead of the default.&lt;br /&gt;
|-&lt;br /&gt;
|&amp;quot;-model&amp;quot;|| &amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;UNDER CONSTRUCTION&#039;&#039;&#039;&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
When converting to a .12da file, sets the model name in the output. &amp;lt;br&amp;gt;For example:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe -model 12d_Model_Name &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
Will embed the specified 12d model name into the created .12da file.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Examples =&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe -mif road_breaklines.12da&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
creates .mif/.mid files of the 2D and 3D breaklines in the file road_breaklines.12da. The .mif/.mid files can be directly used by Read GIS Z Line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe 2d_hx_lines.mif&amp;lt;/tt&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
creates a file 2d_hx_lines.mif.12da. Import this file into 12D then drape these lines over the DTM and export the file, say as 2d_hx_lines_draped.12da, then execute the following: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;12da_to_from_gis.exe 2d_hx_lines_draped.12da&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This creates 3D breakline .mif/.mid files of the TUFLOW HX lines that can be used to ensure the 2D HX cells are set to the exact elevations along the HX lines by using the below command in the .tgc file.:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;Read GIS Z Line THICK == mi\2d_hx_lines_draped.12da.mif &amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- DRAFT / HIDDEN CONTENT BELOW&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;&#039;&#039;&#039;UNDER CONSTRUCTION&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CONVERT FROM GIS TO 12DA ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;1: 12da_to_from_gis.exe &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
Converts to 2D breakline.&lt;br /&gt;
&lt;br /&gt;
Options:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;-zln&amp;lt;/tt&amp;gt; converts a TUFLOW 3D breakline to 12da format, including&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;interpolation of Z values at intermediate vertices.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;2: 12da_to_from_gis.exe -zln &amp;amp;lt;Points&amp;amp;gt;.shp &amp;amp;lt;Lines&amp;amp;gt;.shp&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;3: 12da_to_from_gis.exe -zln &amp;amp;lt;Points&amp;amp;gt;.mif &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;4: 12da_to_from_gis.exe -zln &amp;amp;lt;Lines_and_Points&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== CONVERT FROM 12DA TO MIF ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;5: 12da_to_from_gis.exe -mif &amp;amp;lt;12da_file&amp;amp;gt;.12da &amp;amp;lt;Header&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;lt;Header&amp;amp;gt;.mif is any .mif file with the correct projection.&amp;lt;br /&amp;gt;&lt;br /&gt;
Will search input directory for &amp;quot;Header.mif&amp;quot; or &amp;quot;Projection.mif&amp;quot; if omitted.&lt;br /&gt;
&lt;br /&gt;
=== CONVERT FROM 12DA TO SHP ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;6: 12da_to_from_gis.exe -shp &amp;amp;lt;12da_file&amp;amp;gt;.12da &amp;amp;lt;Header&amp;amp;gt;.prj&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;lt;Header&amp;amp;gt;.prj is any .prj file with the correct projection.&amp;lt;br /&amp;gt;&lt;br /&gt;
Will search input directory for &amp;quot;Header.prj&amp;quot; or &amp;quot;Projection.prj&amp;quot; if omitted.&amp;lt;br /&amp;gt;&lt;br /&gt;
.4da extension also accepted.&lt;br /&gt;
&lt;br /&gt;
Options:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;tt&amp;gt;-hip&amp;lt;/tt&amp;gt; includes 12D hipdata polylines.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;tt&amp;gt;-xs&amp;lt;/tt&amp;gt; creates TUFLOW .csv cross-section files and 1d_xs layer.&lt;br /&gt;
&lt;br /&gt;
Output Options:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;lt;tt&amp;gt;-out &amp;amp;lt;output_filename&amp;amp;gt;&amp;lt;/tt&amp;gt; Specify the output file name.&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;For conversions to .12da the &amp;quot;&amp;lt;tt&amp;gt;-model &amp;amp;lt;model_name&amp;amp;gt;&amp;lt;/tt&amp;gt;&amp;quot; option can be used to set the model name.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tt&amp;gt;7: 12da_to_from_gis.exe -out output_file.12da &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;tt&amp;gt;8: 12da_to_from_gis.exe -model 12d_Model_Name &amp;amp;lt;Lines&amp;amp;gt;.mif&amp;lt;/tt&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Frequently Asked Questions (FAQ)=&lt;br /&gt;
==Why are the SHP or MIF files created by the 12da_to_from_GIS utility empty?==&lt;br /&gt;
The reason for empty output files may be that 12D (v10 or later) produces output files in UTF-16 encoding by default. This encoding is not compatible with the utility and can lead to empty SHP or MIF outputs.  The .12da can be exported from 12D into ANSI format, or readily converted in text editor from UTF16 to ANSI making it compatible with TUFLOW and TUFLOW utilities.  Instructions for both methods are below. &amp;lt;br&amp;gt;&lt;br /&gt;
In 12D, when exporting the TIN as a .12da file, make sure to select the &amp;quot;[Ansi format]&amp;quot;&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:12da_TIN_export_screenshot.JPG|500px]] &amp;lt;br&amp;gt;&lt;br /&gt;
This change will be highlighted at the bottom of the Write 12da pop up box. See figure below. &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:12da_TIN_export_screenshot_ANSI_Format_set.JPG|500px]] &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternatively, an existing .12da file can  easily be converted to ANSI encoding in Notepad++, under the Encoding menu: &amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Convert ANSI.jpg|500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[TUFLOW_Utilities | Back to TUFLOW Utilities]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=TUFLOW_1D_Channels_and_Hydraulic_Structures&amp;diff=45420</id>
		<title>TUFLOW 1D Channels and Hydraulic Structures</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=TUFLOW_1D_Channels_and_Hydraulic_Structures&amp;diff=45420"/>
		<updated>2026-01-21T01:26:59Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* How can a flow splitter with a nib wall be modelled? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
The objective of the following pages is to supplement the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt; and provide additional modelling guidance on 1D hydraulic channels. &lt;br /&gt;
=1D Channel Types=&lt;br /&gt;
1d_nwk channels represent open channels, hydraulic structures, operational structures and other flow controls. A channel is either digitised as a line or point with the relevant hydraulic properties entered into the appropriate GIS attributes, details for this can be found within the links below or the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;. &lt;br /&gt;
==Open Channels==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Channel Type&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=75%| Description of page contents&lt;br /&gt;
|-&lt;br /&gt;
| [[ 1D_Open_Channels | Open Channels]]|| This page contains information on basic commands, error checking and common check files used.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Structures==&lt;br /&gt;
The table below contains a complete list of 1D structures available within TUFLOW, including logic control structures.&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Channel Type&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=75%| Description of page contents&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Culverts | Culverts]]|| 1D-2D connections, flow regimes, operational control and common check files used.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Bridges | Bridges]]|| Loss theory, irregular shaped bridges and common check files used.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Weirs | Weirs]]|| Weir types&lt;br /&gt;
|-&lt;br /&gt;
| [[ 1D_Pumps | Pumps]]|| Pump attributes, 2D-2D &amp;amp; 1D-2D configurations, Estry setup, depth-discharge database and 1D results file.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Pits | Pits]]|| Pit inlet types, depth-discharge data sources, modelling advice.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Manholes | Manholes]]|| Losses and storage chambers.&lt;br /&gt;
|-&lt;br /&gt;
|[[1D Syphons|Syphons]]&lt;br /&gt;
|1D configuration, losses.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Common Questions Answered (FAQ)=&lt;br /&gt;
== What is the difference between 1d_pit and 1d_nwk layer for pits? ==&lt;br /&gt;
The 1d_pit layer is a newer and simplified version of the 1d_nwk layer for pits.&amp;lt;br&amp;gt;&lt;br /&gt;
=== 1d_pit ===&lt;br /&gt;
* Assumes default values for any of missing attributes that are described for the 1d_nwk pits layers.&lt;br /&gt;
* Does not have invert attributes. The upstream invert is assumed to be the ZC elevation of the connected 2D SX cell, as such the &amp;quot;L&amp;quot; flag is not supported. The downstream invert needs to retrieve its value from the connected 1d_nwk channel.&lt;br /&gt;
* The nodal area assumes the default, the downstream pit channel node has its nodal area automatically assigned based on the connected 1d_nwk channel segments that have the UCS attribute set to “true”. The applied nodal area can be confirmed in the .eof file.&amp;lt;br&amp;gt;&lt;br /&gt;
* Virtual pipes can only be setup with the 1d_pit layer.&lt;br /&gt;
=== 1d_nwk ===&lt;br /&gt;
* Used for models that needs to deviate from the default approaches.&lt;br /&gt;
&lt;br /&gt;
== How can I read approach-capture flow curves for on-grade pits into TUFLOW? ==&lt;br /&gt;
TUFLOW currently doesn&#039;t support the use of approach-capture flow curves directly. Manning&#039;s equation calculations can be used to convert on-grade approach flow information to a water depth at the pit. For example, &amp;lt;u&amp;gt;[https://www.arr-software.org/arrdocs.html Australian Rainfall and Runoff 2019]&amp;lt;/u&amp;gt; (Engineers Australia) (Book 9, Chapter 5, Section 5.6.1) recommends using the modified Mannings equation, the Izzard&#039;s equation, for gutter and roadway flow.&lt;br /&gt;
&lt;br /&gt;
The pit depth-flow curve relationship can be derived as follows:&lt;br /&gt;
*Select a few representative slope increments for the project area and conduct a Manning&#039;s equation calculation for each slope to calculate the gutter flow rates for incrementally increasing flow depths.&lt;br /&gt;
*Multiply the calculated flows by the % value in the on grade curve. This turns the % capture vs. flow curve into a depth vs. flow relationship.&lt;br /&gt;
*Repeat for different gutter shapes&lt;br /&gt;
&lt;br /&gt;
== Should I model culverts in the 1D or 2D domain? ==&lt;br /&gt;
This largely depends on the size of the culvert in comparison with the cell size. Most commonly culverts are modelled within the 1D domain, however, with more computational power given by GPU devices, cell sizes are getting smaller and it might be beneficial to model bigger culverts in 2D. If the culvert is an important aspect of the study, it is always recommended to model it in number of ways by either using different methods and/or different software and the afflux is cross-checked against a desktop analysis and hand calculations. None will be 100% right, but the intent here is to establish a verification of the preferred approach.&amp;lt;br&amp;gt;&lt;br /&gt;
=== 2D only approach ===&lt;br /&gt;
* Benefits:&lt;br /&gt;
** Good stability and improved hydraulic behaviour at the culvert entrance/exit. &lt;br /&gt;
** The expansion loss (exit loss) can be explicitly handled in 2D provided the 2D cell resolution is sufficiently fine to model the expansion of flow downstream of the culvert.&lt;br /&gt;
* Challenges:&lt;br /&gt;
** The contraction loss (entry loss), which is related to the expansion of water after the vena-contracta and forms inside at the culvert inlet, won&#039;t be picked up well and some additional energy loss (form loss) might be needed to cover this.&lt;br /&gt;
** Side and soffit wall friction are not modelled unless Manning&#039;s n varies with depth, i.e. increase Manning&#039;s n with depth to account for the missing Manning&#039;s n on the side and top surfaces.&lt;br /&gt;
** The vertical walls not only create extra friction but also straightens the flow in the direction of the wall. Thin breaklines can be used to represent these walls in 2D, but it is likely to cause saw-tooth effect if sub-grid sampling (SGS) is not used, i.e. extra numerical head loss, if there are too few cells between the walls. SGS is recommended in this case.  &lt;br /&gt;
** Flow overtopping can be represented to some extent by assuming 100% blockage of layer 2 in a 2d_lfcsh, but the flow upstream and downstream before the culvert is overtopped is hard to model.&lt;br /&gt;
&lt;br /&gt;
=== 2D-1D-2D approach ===&lt;br /&gt;
* Benefits:&lt;br /&gt;
** A more appropriate approach where the 2D cell size is greater than around half the total culvert width.&lt;br /&gt;
** Contraction losses (entry losses) are handled better. &lt;br /&gt;
** Flow overtopping can be modelled in 2D.&lt;br /&gt;
* Challenges:&lt;br /&gt;
** Expansion losses (exit losses) are very dependent on the 2D cell resolution. A 2D cell size much larger than the culvert width will not reproduce the expansion losses very well (even with SGS) and the culvert&#039;s exit loss needs to cover this. A finer 2D cell size (several or more cells across the culvert) will reproduce the expansion losses much better and the culvert&#039;s exit loss need to be reduced to compensate it. This usually only happens for large 1D culverts with high velocities as there can be losses duplicated in the 2D on the exit side as the 2D flow expands (i.e. duplication of the exit/expansion loss). The latest release has a new feature to automatically adjust 1D culvert losses based on the 2D approach/departure velocities as what happens with a 1D-1D-1D arrangement. See this &amp;lt;u&amp;gt;[https://downloads.tuflow.com/_archive/Publications/Modelling%20of%20Bends%20and%20Hydraulic%20Structures%20in%20a%202D%20Scheme,%20Syme,%202001.pdf paper]&amp;lt;/u&amp;gt; for more information.&lt;br /&gt;
** HX connections may cause instability, especially with a skewed culvert outlet, but can produce better velocity patterns downstream of the culvert to model the expansion losses, which will be occurring in the 2D domain.&lt;br /&gt;
** Given that the SX connection applies the flow going out of the 1D culvert as a source term without momentum, it is difficult to completely prevent the water from piling up. If required, wingwalls can be modelled as thin breaklines to help guide the water away. Using the SX boundary Z flag lowers other SX cells below the 1D culvert invert level and it can mitigate the water from piling up.&lt;br /&gt;
&lt;br /&gt;
== What entry/exit loss and contraction coefficients should I use for 1D culverts? ==&lt;br /&gt;
We don’t provide hard recommendations on the exit and entry losses to use for culverts as we have found different organisations around the world, typically government, have their own guidelines for different types of inlets configurations and require these to be used, for example, the &amp;lt;u&amp;gt;[https://www.ipwea-qnt.com/products-resources/qudm/ Queensland Urban Drainage Manual]&amp;lt;/u&amp;gt; (QUDM). However, it is very important to understand how losses are applied and that different 1D solvers may treat them differently. For cross-checking your results from any hydraulic modelling software, a simple calculation applying the entry and exit losses (allowing for any automatic adjustments as discussed below) to the computed head (V2/2g), plus allowing any surface roughness losses (Manning&#039;s equation) for longer culverts, is the best practice for culverts flowing in a sub-critical flow condition (i.e. downstream controlled flow).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the entrance loss values, the approach should be to use values as quoted in the literature or guidelines for the inlet shape and design unless there is evidence to use another value (e.g. comparison with reliable calibration data would indicate different energy losses).&lt;br /&gt;
&lt;br /&gt;
For the exit loss a value of 1.0 is recommended in nearly all situations provided losses are being adjusted every timestep. A value of 1.0 with adjusted losses is derived from the fluid flow physics (momentum or energy conservation) for expanding flow and will be the most precise approach for modelling exit losses or to apply a bend loss to the approach/departure channel if these are modelled in 1D. &lt;br /&gt;
&lt;br /&gt;
Occasionally there are situations where non-standard entrance and exit loss values are needed. A good example is if the approach or departure flow is skewed to the culvert direction. In these situations there may also be a significant bend (energy) loss occurring as the water changes direction entering or leaving the structure. To account for this the modeller may need to increase the entrance and/or exit loss values.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By default, TUFLOW adjusts the entrance and exit losses of 1D structures flowing sub-critical every timestep based on the approach/departure velocities for 1D-1D-1D and with a new feature in the 2020-10-AA build for 2D-1D-2D. The entrance losses are adjusted based on an empirical relationship from flume testing whilst the exit loss equation is theoretically derived as mentioned above - refer to the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;. The modeller should be familiar with the approach taken by the software they are using as some software either don&#039;t adjust for approach/departure velocities at structures (will overestimate losses using standard values) and some may apply a limiting loss thereby not allowing the losses to sufficiently reduce. &lt;br /&gt;
&lt;br /&gt;
TUFLOW, by default, allows the losses to reduce to effectively a zero loss coefficient (i.e. 0.0001).  A zero loss occurs where the approach and departure velocity is the same as the structure velocity.  For example, a clear-spanning bridge over a concrete lined channel with the water level below the bridge deck will experience no energy losses until the bridge deck is surcharged so if your software is applying unadjusted or limited energy loss coefficients there will be an unrealistic energy loss at the structure for flow below the bridge deck. For culverts, in most cases there will be some losses as it is rare that the channel is of identical shape and slope to the culvert with usually the culvert being more constrictive and therefore a higher velocity so the adjusted coefficients are nearly always non-zero.  At the other extreme is flow from or into a near still body of water (e.g. a lake or the ocean).  In this situation the loss coefficient(s) will not be reduced and the maximum energy loss possible should occur.&lt;br /&gt;
&lt;br /&gt;
If the default adjust losses approach is used (&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Structure Losses&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; ADJUST&amp;lt;/tt&amp;gt;) the recommendations are to use industry guidelines for the entrance loss coefficient based on the shape/design of the inlet (these coefficients are typically based on a near zero approach velocity), and to use 1.0 for the exit loss coefficient. This applies to 1D culverts connected to 1D channels. The adjusted entrance and exit losses can be viewed over time in the _TSL layer, refer to the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since the 2020-10-AA release, TUFLOW has a new (beta functionality) to have the losses automatically adjusted for linked 1D culverts and other structures connected to 2D domains through SX links (&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Structure Losses SX&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; ADJUST&amp;lt;/tt&amp;gt;), see Section 6.2 from the &amp;lt;u&amp;gt;[https://downloads.tuflow.com/TUFLOW/Releases/2020-10/TUFLOW%20Release%20Notes.2020-10-AA.pdf 2020-10 Release Notes]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The other values to consider for modelling culverts are the inlet contraction coefficients used when the flow is upstream controlled flow should this occur.  Typically the TUFLOW default values for these values should be used unless the inlet shape and design indicates otherwise.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Should I model pits as R or Q type? ==&lt;br /&gt;
Q pits are recommended for modelling kerb inlets, catchpits, drains, etc., provided that appropriate y-Q curves are available. TUFLOW automatically extends the y-Q curve for higher depths based on the orifice equation. Under downstream controlled flow regime it reverts to a drowned condition.&amp;lt;br&amp;gt;&lt;br /&gt;
When using the R pit, whilst the pit is free-falling into the pipe system below (most of the time until the system surcharges), entrance/exit losses don&#039;t apply, because the flow is inlet controlled. The R pit would be using the weir equation for unsubmerged flow or orifice flow for submerged flow and could be a poor representation of the pit flow behaviour, especially if the pit also has a grate and other non-rectangular characteristics.&lt;br /&gt;
&lt;br /&gt;
== How to model pipe network with some pipe data missing? ==&lt;br /&gt;
In situations where the complete pipe network is not modelled there are numerous common approaches adopted by modellers: &lt;br /&gt;
* Use direct rainfall boundary conditions, model all inlets, only model the larger pipes in the pipe network. Where a small pipe is being omitted, connect the flows from the inlet to the main pipe network using virtual pipes functionality. Only the location of the inlet pits are needed, they can be approximated and sometimes lumped representation of the pits. This approach is especially good if the pipe network does not surcharge back to the overland flow anywhere or only in a minor way.&lt;br /&gt;
* Use lumped hydrology inflows. Only model the main pipe network and connected inlets (excluding the smaller features). Apply the flows directly to the pits either with:&lt;br /&gt;
** 1d_bc QT polygon boundaries with a P flag. This automatically distributes the total flow to all the pits within the polygon.&lt;br /&gt;
** 2d_sa boundaries with a &amp;quot;Read GIS SA PITS&amp;quot; command. The flow is applied to the ground surface rather than directly into the manhole. Some of the flow will surcharge out of the pits if the downstream pipe capacity is exceeded.&lt;br /&gt;
&lt;br /&gt;
== How can I get more inflow into the pipe system? ==&lt;br /&gt;
A shallow depth can occur in the pit inlet cell and underestimate the depth at the entrance to the pit, restricting the amount of flow entering the pit. This can happen specifically for larger cell sizes. Different options to capture more water from 2D cells into the pits are available based on the TUFLOW engine. Both approaches aim to account for changes in ground elevation that occur at a finer scale than the 2D cell resolution:&lt;br /&gt;
*TUFLOW HPC - use Sub-Grid Sampling (SGS) - this approach samples underlying DEM with finer resolution and represents the true topography more accurately guiding water into the pits.&lt;br /&gt;
*TUFLOW Classic - use &amp;quot;Pit Default Road Crossfall&amp;quot; command to increase the depth at Q pits based on the crossfall slope of the road cross section. TUFLOW calculates the water depth that is used by the Pit Inlet Database using an adjacent side triangle depth approach, instead of the actual cell flow depth.&lt;br /&gt;
&lt;br /&gt;
== How is flow through the culvert calculated? ==&lt;br /&gt;
Computationally, information is passed between the 1D and 2D on the half timestep:&lt;br /&gt;
* Flow through the culvert is calculated based on the water levels at the inlet/outlet and the assigned flow regime. The volume is extracted/added to the 2D boundary cells on the half timestep.&lt;br /&gt;
* On the next full timestep the 1D and 2D shallow water equations are applied to move water through their respective domains.&lt;br /&gt;
&lt;br /&gt;
== What should I do if 1D pump doesn&#039;t convey as much flow as expected and/or seems to be unstable? ==&lt;br /&gt;
A couple of things can be checked:&lt;br /&gt;
* The inlet of the pipe has to be fully submerged, otherwise the pump will shut down and there will be no flow through the pump.&lt;br /&gt;
* Add extra storage to the node upstream of the pump with 1d_na table or 1d_nwk type NODE through ANA attribute.&lt;br /&gt;
* Try reasonably smaller 1D timestep.&lt;br /&gt;
* If using non-operational pump (P), check if the depth discharge relationship is appropriate. If outlet of the pipe is lower than inlet, the pump will always try to pump at full capacity.&lt;br /&gt;
* Consider using operational pump (PO), where the pump would switch off if the water level upstream gets below the pump soffit.&lt;br /&gt;
&lt;br /&gt;
== How BB bridges automatically switch between pressure flow and being drowned out? ==&lt;br /&gt;
TUFLOW considers the top of the XZ or HW table as the soffit level. If the downstream water level exceeds the soffit level, TUFLOW does the pressure flow calculation using default K = 1.56. It compares the velocity calculated by the pressure flow equation and by the form loss calculation based on LC table and uses the smaller one.&lt;br /&gt;
The _TSF and _TSL layers can be used to find out the regime/form loss values used for BB bridges:&lt;br /&gt;
*&amp;quot;P&amp;quot;: pressure flow&lt;br /&gt;
*&amp;quot;D&amp;quot;: ds water level &amp;gt; the soffit level, but it applies normal flow because the normal flow equation predicts smaller velocity&lt;br /&gt;
*&amp;quot; &amp;quot;: ds water level &amp;lt; the soffit level, normal flow&lt;br /&gt;
&lt;br /&gt;
== Should I model bridges in the 1D or 2D Domain? ==&lt;br /&gt;
The recommended approach typically depends on the study objectives and if the channel upstream and downstream of the bridge is modelled in 1D or 2D. To preserve the momentum as accurately as possible the bridge should be modelled in the same dimension as the channel, e.g. 1d_nwk bridge if the channels is in 1D and 2d_bg or 2d_lfcsh if the channel is modelled in 2D.&amp;lt;br&amp;gt;&lt;br /&gt;
In 2D, the expansion/contraction losses are modelled based on the topography and don&#039;t need to be estimated as attributes as for 1D modelling. Also, for higher flows where the bridge is overtopped, 2D is preferable approach. &lt;br /&gt;
&lt;br /&gt;
== What is the difference between downstream and upstream controlled flow? ==&lt;br /&gt;
Downstream control means a change in downstream water level will cause a change in upstream water level. Upstream control means the upstream water level is insensitive to the downstream water level and usually indicates the occurrence of supercritical flow.&lt;br /&gt;
&lt;br /&gt;
== How do negative &amp;quot;M&amp;quot;, &amp;quot;N&amp;quot; and &amp;quot;R&amp;quot; values deactivate 1D cross-sections? ==&lt;br /&gt;
When negative “M” values are used to deactivate 1D cross-sections, it changes the flow area, wetted perimeter, hydraulic radius, and the conveyance, while keeping the storage width unchanged. It is like inserting a thin plate at the middle of the channel, as shown in the figure below. This approach is preferred to retain the storage in the system but reduce the conveyance (e.g., off-stream storage not contributing to conveyance or sections either side of a constriction to generate better approach/departure velocities if using the Total Area approach). &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The negative &amp;quot;M&amp;quot; value must be a negative of a valid material ID.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Section deactivation M.png | 200px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
When using negative (-1) “N” (Manning’s n) or “R” (relative resistance factor) to deactivate the 1D cross-sections, it reduces both the flow area and the storage width, as shown in the figure below.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Section deactivation N R.png | 200px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Calculating a 1d_bc head-discharge curve==&lt;br /&gt;
&lt;br /&gt;
As of the 2023-03-AD release, it is possible for TUFLOW to automatically create a Head-Discharge curve for 1d_bc HQ boundaries. For more information see Section 3.5 of the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/release/2023-03-AE/OneDSolv-1.html#Auto1DHQ-2 2023-03 Release Notes]&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
If using older releases, this can be calculated manually as the condition to be satisfied for a normal depth is the Manning’s equation.  The HQ depth should be set up with elevation and the discharge calculated from Manning’s equation (including Area and Hydraulic Radius for each elevation point) and can be calculated in a few steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Set the model up your ESTRY model using a dummy downstream level boundary (e.g. a HQ boundary with no name, an error will be reported however the required check file will have been produced, otherwise any boundary will work) and run the model in test model (-t) so that check files are produced.  &lt;br /&gt;
&amp;lt;li&amp;gt;From the check folder, open the &#039;&#039;&#039;*_1d_ta_tables.csv&#039;&#039;&#039; file.  &lt;br /&gt;
&amp;lt;li&amp;gt;Find the entry for the most downstream cross-section (directly upstream of the 1d_bc HQ point). The &#039;&#039;&#039;*_1d_ta_tables.csv&#039;&#039;&#039; will contain a table of hydraulic parameters. The K entry highlighted is the cross-section conveyance in m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;/s and is calculated as: &amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
K = 1/n * A * R&amp;lt;sup&amp;gt;2/3&amp;lt;/sup&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Where &lt;br /&gt;
* A is the Eff Area&lt;br /&gt;
* R is the Radius&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Ta tables example.png | 800px ]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Determine a representative slope (S), this could be taken from the last two cross-sections.&lt;br /&gt;
&amp;lt;li&amp;gt;Calculate the downstream Discharge (this is the same as calculated discharge from Mannings equation): &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Q = K * SQRT(S)&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Where:&lt;br /&gt;
* S is a representative slope value for the downstream reach.  &lt;br /&gt;
* K is obtained from the &#039;&#039;&#039;1d_ta_tables.csv&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Use the Elevation (Head) vs Discharge pairs to populate the HQ table.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Why is the maximum 1D water level higher than 2D water level?==&lt;br /&gt;
TUFLOW calculates storage at 1D nodes (including manholes) and calculates flux at pipe mid-sections. The storages at the manholes are saved in the format of ‘elevation vs nodal area’ tables, which can be reviewed in the .eof file:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:1DpitHmax 1.png]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The change in water volume in a manhole is calculated based on the inflow from the pit above (if there is one) and the inflow/outflow from the connected pipes. The change in water level is then calculated based on the change in volume and the nodal area at that elevation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:1DpitHmax 2.png | 300px ]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TUFLOW extends the ‘elevation vs nodal area’ table by 5 m (the last 2 numbers in the table above), which allows for the calculation of pressurised pipe flow when a manhole is drowned. If the maximum 1D water level is higher than the DEM, that means the manhole was drowned and pressurised during the peak of the flood. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:1DpitHmax 3.png | 300px ]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to represent the hydraulic behavior at the outlet of a pipe, including headwalls and transitions to open channels? ==&lt;br /&gt;
In general, pipe outlet headwalls affect the exit loss at the pipe outlet, and this can be modeled by changing the 1d_nwk “ExitC_or_WSb” attribute - exit loss coefficient for outlet controlled flow. The default exit loss coefficient is 1.0, assuming there is no headwall.  For more details on these factors, refer to the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;. &lt;br /&gt;
More guidance on applying entry/loss and contraction coefficients is available [[TUFLOW_1D_Channels_and_Hydraulic_Structures#What_entry.2Fexit_loss_and_contraction_coefficients_should_I_use_for_1D_culverts.3F | here]].&lt;br /&gt;
&lt;br /&gt;
Once the water is in the 2D domain, headwalls can also affect the local flow field. The modelled hydraulic behavior depends on the model cell size. If the model has grid size smaller than the length of the headwall, thin breaklines or 2d_zsh tin can be added to represent the geometry in the 2D model. If the grid size is larger than the headwall, it only calculates ‘cell-averaged’ velocity including the impact of the headwall.&lt;br /&gt;
&lt;br /&gt;
==Calculating velocity and bed shear stress at a pipe outlet== &lt;br /&gt;
The velocity and bed shear stress reported in the 2D domain at a pipe outlet depends on the model cell size. If the cell size is small enough and any outlets structures (i.e. wingwalls) are properly represented by the 2d cell/face elevations, TUFLOW can reasonably represent the flow field at the pipe outlet and estimate the bed shear stress base on the manning’s equation. However, be aware that TUFLOW solves 2D depth-averaged shallow water equation, so there is limitation of using it to estimate bed shear stress around complex structures or geometry that could experience vertical acceleration or re-circulation.&lt;br /&gt;
&lt;br /&gt;
== How do I model blockage for irregular shaped culverts or channels? ==&lt;br /&gt;
For irregular shaped culverts and channels (1d_nwk &amp;quot;I&amp;quot; type), it is possible to model blockage by using the Skew (in degrees) attribute in the 1d_xs layer. This reduces the effective flow width of the cross section by rotating it relative to the direction of flow and can be used to approximate reduced capacity.&lt;br /&gt;
&lt;br /&gt;
A skew angle of 0 means the cross section is aligned with the flow. As the angle increases, the effective width is reduced. For example, a skew of 60 degrees results results in a 50% reduction (as cos(60) = 0.5). While this does reduce the effective width of the structure, it isn’t expected to see the same reduction to conveyance as conveyance depends on the Manning’s n value, flow area and hydraulic radius. &lt;br /&gt;
&lt;br /&gt;
== Do calculations differ if I specify multiple culverts using the Number_of attribute, even if the total dimensions are the same as a single culvert? ==&lt;br /&gt;
Yes. This can slightly affect the modelling results. &lt;br /&gt;
&lt;br /&gt;
The key difference between a single wide culvert and multiple culverts with the same total width is the wetted perimeter. Multiple culverts have a slightly larger wetted perimeter due to the internal walls, which increases friction in downstream-controlled regimes. While friction losses are generally small compared to entry and exit losses, the impact on hydraulic behaviour is usually minor. &lt;br /&gt;
&lt;br /&gt;
However, it’s important to model the configuration that best represents the actual structure when assessing culvert performance.&lt;br /&gt;
&lt;br /&gt;
== How do I model a scruffy dome? ==&lt;br /&gt;
A scruffy dome is a type of dome inlet screen installed over a drop inlet, commonly used in stormwater systems. These inlets can be modelled in TUFLOW using a 1D Q type pit with a depth–discharge curve that reflects the hydraulic performance of the dome. &lt;br /&gt;
&lt;br /&gt;
[https://www.ipwea-qnt.com/products-resources/qudm/ &amp;lt;u&amp;gt;QUDM&amp;lt;/u&amp;gt;] recommends using the lesser of the weir flow or orifice flow equations to define inlet capacity (see Section 7.5.4). A blockage factor is also recommended to account for potential debris build-up during flood events (see Table 7.5.1 Provision for blockage at kerb inlets). This factor may vary depending on local guidelines, so regional standards should be consulted.&lt;br /&gt;
&lt;br /&gt;
Once the rating curve is calculated, it can be added to the pit inlet database and linked to the Q type pit.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:How_do_I_model_a_scruffy_dome_in_TUFLOW.png|300x300px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How can trash screens be represented? ==&lt;br /&gt;
A trash screen is a physical barrier, typically made from bars or mesh, placed at the inlet or outlet of a culvert, pipe, or channel to prevent debris from entering or exiting the structure.&lt;br /&gt;
&lt;br /&gt;
Trash screens can be represented by applying additional head losses and blockage effects in accordance with &amp;lt;u&amp;gt;[https://www.ipwea-qnt.com/products-resources/qudm/ QUDM]&amp;lt;/u&amp;gt; guidance. The approach depends on the location of the screen and the degree of blockage.&lt;br /&gt;
&lt;br /&gt;
Possible use cases include:&lt;br /&gt;
&lt;br /&gt;
* Where the screen is attached directly to the culvert inlet or outlet, the losses are applied to the culvert itself.&lt;br /&gt;
* Where the screen is located upstream of a culvert inlet or downstream of a culvert outlet, it can be modelled as a short zero length CF, IF, or RF channel before (upstream) or after (downstream) the culvert.&lt;br /&gt;
* In all cases, the net flow area should be reduced to account for the bars and any debris blockage, either by adjusting the flow area directly or by using the pBlockage attribute.&lt;br /&gt;
&lt;br /&gt;
For example, the image below could be represented as a rectangular shaped screen located upstream or downstream of a culvert, modelled as a short zero length RF (rectangular culvert with fixed losses) channel using a 1d_nwk GIS layer.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Trash_screen_schematic.png|alt=|300x300px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== How can fishway baffles in a culvert be modelled? ==&lt;br /&gt;
&lt;br /&gt;
Fishway baffles are barriers inside a culvert that slow the water and help fish swim through.&lt;br /&gt;
&lt;br /&gt;
These approaches could be used to represent them inside a model:&lt;br /&gt;
&lt;br /&gt;
* Short culvert with smaller opening. &lt;br /&gt;
** A short culvert section is added with its bottom and top levels set to match the fish baffle. The width is set to the total width of the fish passage gaps. This represents the reduced space for water to pass through.&lt;br /&gt;
&lt;br /&gt;
* Two culverts in a row. &lt;br /&gt;
** Two culverts are connected in series. The first is the normal culvert, and the second is a very short culvert with a smaller opening sized to the fish baffle gaps.&lt;br /&gt;
&lt;br /&gt;
For both options, sensitivity testing is recommended because at low flows the way the culvert is defined can change the results. These methods do not include turbulence or detailed 3D water movement around the baffles. If accurate fish passage flows are required, a CFD 3D model can be used to determine the flows and those flows can then be applied using a 1D Q type channel.&lt;br /&gt;
&lt;br /&gt;
[[File:Rectangular culvert baffled.png|300x300px]]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== How can a flow splitter with a nib wall be modelled? ==&lt;br /&gt;
&lt;br /&gt;
A flow splitter with a nib wall can be modelled by introducing a 1D weir between the manhole and the relevant outlet pipe. The weir crest elevation should be set equal to the height of the nib wall within the chamber. This setup allows low flows to discharge through one pipe, while higher flows overtop the weir into a secondary outlet, replicating the behaviour of a physical flow splitter.&lt;br /&gt;
&lt;br /&gt;
The main outlet pipes are connected through a manhole, which automatically applies appropriate entry and exit losses. For outlets that do not connect further downstream, entry and exit losses should be manually defined in the attributes.&lt;br /&gt;
&lt;br /&gt;
Refer to the schematic example below for this configuration.&lt;br /&gt;
&lt;br /&gt;
[[File:Manhole flow splitter topview.png|300x300px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[ TUFLOW_Modelling_Guidance | Back to TUFLOW Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=TUFLOW_1D_Channels_and_Hydraulic_Structures&amp;diff=45419</id>
		<title>TUFLOW 1D Channels and Hydraulic Structures</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=TUFLOW_1D_Channels_and_Hydraulic_Structures&amp;diff=45419"/>
		<updated>2026-01-21T01:26:03Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* How can fishway baffles in a culvert be modelled? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
The objective of the following pages is to supplement the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt; and provide additional modelling guidance on 1D hydraulic channels. &lt;br /&gt;
=1D Channel Types=&lt;br /&gt;
1d_nwk channels represent open channels, hydraulic structures, operational structures and other flow controls. A channel is either digitised as a line or point with the relevant hydraulic properties entered into the appropriate GIS attributes, details for this can be found within the links below or the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;. &lt;br /&gt;
==Open Channels==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Channel Type&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=75%| Description of page contents&lt;br /&gt;
|-&lt;br /&gt;
| [[ 1D_Open_Channels | Open Channels]]|| This page contains information on basic commands, error checking and common check files used.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Structures==&lt;br /&gt;
The table below contains a complete list of 1D structures available within TUFLOW, including logic control structures.&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Channel Type&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=75%| Description of page contents&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Culverts | Culverts]]|| 1D-2D connections, flow regimes, operational control and common check files used.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Bridges | Bridges]]|| Loss theory, irregular shaped bridges and common check files used.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Weirs | Weirs]]|| Weir types&lt;br /&gt;
|-&lt;br /&gt;
| [[ 1D_Pumps | Pumps]]|| Pump attributes, 2D-2D &amp;amp; 1D-2D configurations, Estry setup, depth-discharge database and 1D results file.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Pits | Pits]]|| Pit inlet types, depth-discharge data sources, modelling advice.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Manholes | Manholes]]|| Losses and storage chambers.&lt;br /&gt;
|-&lt;br /&gt;
|[[1D Syphons|Syphons]]&lt;br /&gt;
|1D configuration, losses.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Common Questions Answered (FAQ)=&lt;br /&gt;
== What is the difference between 1d_pit and 1d_nwk layer for pits? ==&lt;br /&gt;
The 1d_pit layer is a newer and simplified version of the 1d_nwk layer for pits.&amp;lt;br&amp;gt;&lt;br /&gt;
=== 1d_pit ===&lt;br /&gt;
* Assumes default values for any of missing attributes that are described for the 1d_nwk pits layers.&lt;br /&gt;
* Does not have invert attributes. The upstream invert is assumed to be the ZC elevation of the connected 2D SX cell, as such the &amp;quot;L&amp;quot; flag is not supported. The downstream invert needs to retrieve its value from the connected 1d_nwk channel.&lt;br /&gt;
* The nodal area assumes the default, the downstream pit channel node has its nodal area automatically assigned based on the connected 1d_nwk channel segments that have the UCS attribute set to “true”. The applied nodal area can be confirmed in the .eof file.&amp;lt;br&amp;gt;&lt;br /&gt;
* Virtual pipes can only be setup with the 1d_pit layer.&lt;br /&gt;
=== 1d_nwk ===&lt;br /&gt;
* Used for models that needs to deviate from the default approaches.&lt;br /&gt;
&lt;br /&gt;
== How can I read approach-capture flow curves for on-grade pits into TUFLOW? ==&lt;br /&gt;
TUFLOW currently doesn&#039;t support the use of approach-capture flow curves directly. Manning&#039;s equation calculations can be used to convert on-grade approach flow information to a water depth at the pit. For example, &amp;lt;u&amp;gt;[https://www.arr-software.org/arrdocs.html Australian Rainfall and Runoff 2019]&amp;lt;/u&amp;gt; (Engineers Australia) (Book 9, Chapter 5, Section 5.6.1) recommends using the modified Mannings equation, the Izzard&#039;s equation, for gutter and roadway flow.&lt;br /&gt;
&lt;br /&gt;
The pit depth-flow curve relationship can be derived as follows:&lt;br /&gt;
*Select a few representative slope increments for the project area and conduct a Manning&#039;s equation calculation for each slope to calculate the gutter flow rates for incrementally increasing flow depths.&lt;br /&gt;
*Multiply the calculated flows by the % value in the on grade curve. This turns the % capture vs. flow curve into a depth vs. flow relationship.&lt;br /&gt;
*Repeat for different gutter shapes&lt;br /&gt;
&lt;br /&gt;
== Should I model culverts in the 1D or 2D domain? ==&lt;br /&gt;
This largely depends on the size of the culvert in comparison with the cell size. Most commonly culverts are modelled within the 1D domain, however, with more computational power given by GPU devices, cell sizes are getting smaller and it might be beneficial to model bigger culverts in 2D. If the culvert is an important aspect of the study, it is always recommended to model it in number of ways by either using different methods and/or different software and the afflux is cross-checked against a desktop analysis and hand calculations. None will be 100% right, but the intent here is to establish a verification of the preferred approach.&amp;lt;br&amp;gt;&lt;br /&gt;
=== 2D only approach ===&lt;br /&gt;
* Benefits:&lt;br /&gt;
** Good stability and improved hydraulic behaviour at the culvert entrance/exit. &lt;br /&gt;
** The expansion loss (exit loss) can be explicitly handled in 2D provided the 2D cell resolution is sufficiently fine to model the expansion of flow downstream of the culvert.&lt;br /&gt;
* Challenges:&lt;br /&gt;
** The contraction loss (entry loss), which is related to the expansion of water after the vena-contracta and forms inside at the culvert inlet, won&#039;t be picked up well and some additional energy loss (form loss) might be needed to cover this.&lt;br /&gt;
** Side and soffit wall friction are not modelled unless Manning&#039;s n varies with depth, i.e. increase Manning&#039;s n with depth to account for the missing Manning&#039;s n on the side and top surfaces.&lt;br /&gt;
** The vertical walls not only create extra friction but also straightens the flow in the direction of the wall. Thin breaklines can be used to represent these walls in 2D, but it is likely to cause saw-tooth effect if sub-grid sampling (SGS) is not used, i.e. extra numerical head loss, if there are too few cells between the walls. SGS is recommended in this case.  &lt;br /&gt;
** Flow overtopping can be represented to some extent by assuming 100% blockage of layer 2 in a 2d_lfcsh, but the flow upstream and downstream before the culvert is overtopped is hard to model.&lt;br /&gt;
&lt;br /&gt;
=== 2D-1D-2D approach ===&lt;br /&gt;
* Benefits:&lt;br /&gt;
** A more appropriate approach where the 2D cell size is greater than around half the total culvert width.&lt;br /&gt;
** Contraction losses (entry losses) are handled better. &lt;br /&gt;
** Flow overtopping can be modelled in 2D.&lt;br /&gt;
* Challenges:&lt;br /&gt;
** Expansion losses (exit losses) are very dependent on the 2D cell resolution. A 2D cell size much larger than the culvert width will not reproduce the expansion losses very well (even with SGS) and the culvert&#039;s exit loss needs to cover this. A finer 2D cell size (several or more cells across the culvert) will reproduce the expansion losses much better and the culvert&#039;s exit loss need to be reduced to compensate it. This usually only happens for large 1D culverts with high velocities as there can be losses duplicated in the 2D on the exit side as the 2D flow expands (i.e. duplication of the exit/expansion loss). The latest release has a new feature to automatically adjust 1D culvert losses based on the 2D approach/departure velocities as what happens with a 1D-1D-1D arrangement. See this &amp;lt;u&amp;gt;[https://downloads.tuflow.com/_archive/Publications/Modelling%20of%20Bends%20and%20Hydraulic%20Structures%20in%20a%202D%20Scheme,%20Syme,%202001.pdf paper]&amp;lt;/u&amp;gt; for more information.&lt;br /&gt;
** HX connections may cause instability, especially with a skewed culvert outlet, but can produce better velocity patterns downstream of the culvert to model the expansion losses, which will be occurring in the 2D domain.&lt;br /&gt;
** Given that the SX connection applies the flow going out of the 1D culvert as a source term without momentum, it is difficult to completely prevent the water from piling up. If required, wingwalls can be modelled as thin breaklines to help guide the water away. Using the SX boundary Z flag lowers other SX cells below the 1D culvert invert level and it can mitigate the water from piling up.&lt;br /&gt;
&lt;br /&gt;
== What entry/exit loss and contraction coefficients should I use for 1D culverts? ==&lt;br /&gt;
We don’t provide hard recommendations on the exit and entry losses to use for culverts as we have found different organisations around the world, typically government, have their own guidelines for different types of inlets configurations and require these to be used, for example, the &amp;lt;u&amp;gt;[https://www.ipwea-qnt.com/products-resources/qudm/ Queensland Urban Drainage Manual]&amp;lt;/u&amp;gt; (QUDM). However, it is very important to understand how losses are applied and that different 1D solvers may treat them differently. For cross-checking your results from any hydraulic modelling software, a simple calculation applying the entry and exit losses (allowing for any automatic adjustments as discussed below) to the computed head (V2/2g), plus allowing any surface roughness losses (Manning&#039;s equation) for longer culverts, is the best practice for culverts flowing in a sub-critical flow condition (i.e. downstream controlled flow).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the entrance loss values, the approach should be to use values as quoted in the literature or guidelines for the inlet shape and design unless there is evidence to use another value (e.g. comparison with reliable calibration data would indicate different energy losses).&lt;br /&gt;
&lt;br /&gt;
For the exit loss a value of 1.0 is recommended in nearly all situations provided losses are being adjusted every timestep. A value of 1.0 with adjusted losses is derived from the fluid flow physics (momentum or energy conservation) for expanding flow and will be the most precise approach for modelling exit losses or to apply a bend loss to the approach/departure channel if these are modelled in 1D. &lt;br /&gt;
&lt;br /&gt;
Occasionally there are situations where non-standard entrance and exit loss values are needed. A good example is if the approach or departure flow is skewed to the culvert direction. In these situations there may also be a significant bend (energy) loss occurring as the water changes direction entering or leaving the structure. To account for this the modeller may need to increase the entrance and/or exit loss values.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By default, TUFLOW adjusts the entrance and exit losses of 1D structures flowing sub-critical every timestep based on the approach/departure velocities for 1D-1D-1D and with a new feature in the 2020-10-AA build for 2D-1D-2D. The entrance losses are adjusted based on an empirical relationship from flume testing whilst the exit loss equation is theoretically derived as mentioned above - refer to the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;. The modeller should be familiar with the approach taken by the software they are using as some software either don&#039;t adjust for approach/departure velocities at structures (will overestimate losses using standard values) and some may apply a limiting loss thereby not allowing the losses to sufficiently reduce. &lt;br /&gt;
&lt;br /&gt;
TUFLOW, by default, allows the losses to reduce to effectively a zero loss coefficient (i.e. 0.0001).  A zero loss occurs where the approach and departure velocity is the same as the structure velocity.  For example, a clear-spanning bridge over a concrete lined channel with the water level below the bridge deck will experience no energy losses until the bridge deck is surcharged so if your software is applying unadjusted or limited energy loss coefficients there will be an unrealistic energy loss at the structure for flow below the bridge deck. For culverts, in most cases there will be some losses as it is rare that the channel is of identical shape and slope to the culvert with usually the culvert being more constrictive and therefore a higher velocity so the adjusted coefficients are nearly always non-zero.  At the other extreme is flow from or into a near still body of water (e.g. a lake or the ocean).  In this situation the loss coefficient(s) will not be reduced and the maximum energy loss possible should occur.&lt;br /&gt;
&lt;br /&gt;
If the default adjust losses approach is used (&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Structure Losses&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; ADJUST&amp;lt;/tt&amp;gt;) the recommendations are to use industry guidelines for the entrance loss coefficient based on the shape/design of the inlet (these coefficients are typically based on a near zero approach velocity), and to use 1.0 for the exit loss coefficient. This applies to 1D culverts connected to 1D channels. The adjusted entrance and exit losses can be viewed over time in the _TSL layer, refer to the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since the 2020-10-AA release, TUFLOW has a new (beta functionality) to have the losses automatically adjusted for linked 1D culverts and other structures connected to 2D domains through SX links (&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Structure Losses SX&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; ADJUST&amp;lt;/tt&amp;gt;), see Section 6.2 from the &amp;lt;u&amp;gt;[https://downloads.tuflow.com/TUFLOW/Releases/2020-10/TUFLOW%20Release%20Notes.2020-10-AA.pdf 2020-10 Release Notes]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The other values to consider for modelling culverts are the inlet contraction coefficients used when the flow is upstream controlled flow should this occur.  Typically the TUFLOW default values for these values should be used unless the inlet shape and design indicates otherwise.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Should I model pits as R or Q type? ==&lt;br /&gt;
Q pits are recommended for modelling kerb inlets, catchpits, drains, etc., provided that appropriate y-Q curves are available. TUFLOW automatically extends the y-Q curve for higher depths based on the orifice equation. Under downstream controlled flow regime it reverts to a drowned condition.&amp;lt;br&amp;gt;&lt;br /&gt;
When using the R pit, whilst the pit is free-falling into the pipe system below (most of the time until the system surcharges), entrance/exit losses don&#039;t apply, because the flow is inlet controlled. The R pit would be using the weir equation for unsubmerged flow or orifice flow for submerged flow and could be a poor representation of the pit flow behaviour, especially if the pit also has a grate and other non-rectangular characteristics.&lt;br /&gt;
&lt;br /&gt;
== How to model pipe network with some pipe data missing? ==&lt;br /&gt;
In situations where the complete pipe network is not modelled there are numerous common approaches adopted by modellers: &lt;br /&gt;
* Use direct rainfall boundary conditions, model all inlets, only model the larger pipes in the pipe network. Where a small pipe is being omitted, connect the flows from the inlet to the main pipe network using virtual pipes functionality. Only the location of the inlet pits are needed, they can be approximated and sometimes lumped representation of the pits. This approach is especially good if the pipe network does not surcharge back to the overland flow anywhere or only in a minor way.&lt;br /&gt;
* Use lumped hydrology inflows. Only model the main pipe network and connected inlets (excluding the smaller features). Apply the flows directly to the pits either with:&lt;br /&gt;
** 1d_bc QT polygon boundaries with a P flag. This automatically distributes the total flow to all the pits within the polygon.&lt;br /&gt;
** 2d_sa boundaries with a &amp;quot;Read GIS SA PITS&amp;quot; command. The flow is applied to the ground surface rather than directly into the manhole. Some of the flow will surcharge out of the pits if the downstream pipe capacity is exceeded.&lt;br /&gt;
&lt;br /&gt;
== How can I get more inflow into the pipe system? ==&lt;br /&gt;
A shallow depth can occur in the pit inlet cell and underestimate the depth at the entrance to the pit, restricting the amount of flow entering the pit. This can happen specifically for larger cell sizes. Different options to capture more water from 2D cells into the pits are available based on the TUFLOW engine. Both approaches aim to account for changes in ground elevation that occur at a finer scale than the 2D cell resolution:&lt;br /&gt;
*TUFLOW HPC - use Sub-Grid Sampling (SGS) - this approach samples underlying DEM with finer resolution and represents the true topography more accurately guiding water into the pits.&lt;br /&gt;
*TUFLOW Classic - use &amp;quot;Pit Default Road Crossfall&amp;quot; command to increase the depth at Q pits based on the crossfall slope of the road cross section. TUFLOW calculates the water depth that is used by the Pit Inlet Database using an adjacent side triangle depth approach, instead of the actual cell flow depth.&lt;br /&gt;
&lt;br /&gt;
== How is flow through the culvert calculated? ==&lt;br /&gt;
Computationally, information is passed between the 1D and 2D on the half timestep:&lt;br /&gt;
* Flow through the culvert is calculated based on the water levels at the inlet/outlet and the assigned flow regime. The volume is extracted/added to the 2D boundary cells on the half timestep.&lt;br /&gt;
* On the next full timestep the 1D and 2D shallow water equations are applied to move water through their respective domains.&lt;br /&gt;
&lt;br /&gt;
== What should I do if 1D pump doesn&#039;t convey as much flow as expected and/or seems to be unstable? ==&lt;br /&gt;
A couple of things can be checked:&lt;br /&gt;
* The inlet of the pipe has to be fully submerged, otherwise the pump will shut down and there will be no flow through the pump.&lt;br /&gt;
* Add extra storage to the node upstream of the pump with 1d_na table or 1d_nwk type NODE through ANA attribute.&lt;br /&gt;
* Try reasonably smaller 1D timestep.&lt;br /&gt;
* If using non-operational pump (P), check if the depth discharge relationship is appropriate. If outlet of the pipe is lower than inlet, the pump will always try to pump at full capacity.&lt;br /&gt;
* Consider using operational pump (PO), where the pump would switch off if the water level upstream gets below the pump soffit.&lt;br /&gt;
&lt;br /&gt;
== How BB bridges automatically switch between pressure flow and being drowned out? ==&lt;br /&gt;
TUFLOW considers the top of the XZ or HW table as the soffit level. If the downstream water level exceeds the soffit level, TUFLOW does the pressure flow calculation using default K = 1.56. It compares the velocity calculated by the pressure flow equation and by the form loss calculation based on LC table and uses the smaller one.&lt;br /&gt;
The _TSF and _TSL layers can be used to find out the regime/form loss values used for BB bridges:&lt;br /&gt;
*&amp;quot;P&amp;quot;: pressure flow&lt;br /&gt;
*&amp;quot;D&amp;quot;: ds water level &amp;gt; the soffit level, but it applies normal flow because the normal flow equation predicts smaller velocity&lt;br /&gt;
*&amp;quot; &amp;quot;: ds water level &amp;lt; the soffit level, normal flow&lt;br /&gt;
&lt;br /&gt;
== Should I model bridges in the 1D or 2D Domain? ==&lt;br /&gt;
The recommended approach typically depends on the study objectives and if the channel upstream and downstream of the bridge is modelled in 1D or 2D. To preserve the momentum as accurately as possible the bridge should be modelled in the same dimension as the channel, e.g. 1d_nwk bridge if the channels is in 1D and 2d_bg or 2d_lfcsh if the channel is modelled in 2D.&amp;lt;br&amp;gt;&lt;br /&gt;
In 2D, the expansion/contraction losses are modelled based on the topography and don&#039;t need to be estimated as attributes as for 1D modelling. Also, for higher flows where the bridge is overtopped, 2D is preferable approach. &lt;br /&gt;
&lt;br /&gt;
== What is the difference between downstream and upstream controlled flow? ==&lt;br /&gt;
Downstream control means a change in downstream water level will cause a change in upstream water level. Upstream control means the upstream water level is insensitive to the downstream water level and usually indicates the occurrence of supercritical flow.&lt;br /&gt;
&lt;br /&gt;
== How do negative &amp;quot;M&amp;quot;, &amp;quot;N&amp;quot; and &amp;quot;R&amp;quot; values deactivate 1D cross-sections? ==&lt;br /&gt;
When negative “M” values are used to deactivate 1D cross-sections, it changes the flow area, wetted perimeter, hydraulic radius, and the conveyance, while keeping the storage width unchanged. It is like inserting a thin plate at the middle of the channel, as shown in the figure below. This approach is preferred to retain the storage in the system but reduce the conveyance (e.g., off-stream storage not contributing to conveyance or sections either side of a constriction to generate better approach/departure velocities if using the Total Area approach). &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The negative &amp;quot;M&amp;quot; value must be a negative of a valid material ID.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Section deactivation M.png | 200px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
When using negative (-1) “N” (Manning’s n) or “R” (relative resistance factor) to deactivate the 1D cross-sections, it reduces both the flow area and the storage width, as shown in the figure below.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Section deactivation N R.png | 200px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Calculating a 1d_bc head-discharge curve==&lt;br /&gt;
&lt;br /&gt;
As of the 2023-03-AD release, it is possible for TUFLOW to automatically create a Head-Discharge curve for 1d_bc HQ boundaries. For more information see Section 3.5 of the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/release/2023-03-AE/OneDSolv-1.html#Auto1DHQ-2 2023-03 Release Notes]&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
If using older releases, this can be calculated manually as the condition to be satisfied for a normal depth is the Manning’s equation.  The HQ depth should be set up with elevation and the discharge calculated from Manning’s equation (including Area and Hydraulic Radius for each elevation point) and can be calculated in a few steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Set the model up your ESTRY model using a dummy downstream level boundary (e.g. a HQ boundary with no name, an error will be reported however the required check file will have been produced, otherwise any boundary will work) and run the model in test model (-t) so that check files are produced.  &lt;br /&gt;
&amp;lt;li&amp;gt;From the check folder, open the &#039;&#039;&#039;*_1d_ta_tables.csv&#039;&#039;&#039; file.  &lt;br /&gt;
&amp;lt;li&amp;gt;Find the entry for the most downstream cross-section (directly upstream of the 1d_bc HQ point). The &#039;&#039;&#039;*_1d_ta_tables.csv&#039;&#039;&#039; will contain a table of hydraulic parameters. The K entry highlighted is the cross-section conveyance in m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;/s and is calculated as: &amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
K = 1/n * A * R&amp;lt;sup&amp;gt;2/3&amp;lt;/sup&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Where &lt;br /&gt;
* A is the Eff Area&lt;br /&gt;
* R is the Radius&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Ta tables example.png | 800px ]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Determine a representative slope (S), this could be taken from the last two cross-sections.&lt;br /&gt;
&amp;lt;li&amp;gt;Calculate the downstream Discharge (this is the same as calculated discharge from Mannings equation): &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Q = K * SQRT(S)&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Where:&lt;br /&gt;
* S is a representative slope value for the downstream reach.  &lt;br /&gt;
* K is obtained from the &#039;&#039;&#039;1d_ta_tables.csv&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Use the Elevation (Head) vs Discharge pairs to populate the HQ table.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Why is the maximum 1D water level higher than 2D water level?==&lt;br /&gt;
TUFLOW calculates storage at 1D nodes (including manholes) and calculates flux at pipe mid-sections. The storages at the manholes are saved in the format of ‘elevation vs nodal area’ tables, which can be reviewed in the .eof file:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:1DpitHmax 1.png]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The change in water volume in a manhole is calculated based on the inflow from the pit above (if there is one) and the inflow/outflow from the connected pipes. The change in water level is then calculated based on the change in volume and the nodal area at that elevation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:1DpitHmax 2.png | 300px ]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TUFLOW extends the ‘elevation vs nodal area’ table by 5 m (the last 2 numbers in the table above), which allows for the calculation of pressurised pipe flow when a manhole is drowned. If the maximum 1D water level is higher than the DEM, that means the manhole was drowned and pressurised during the peak of the flood. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:1DpitHmax 3.png | 300px ]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to represent the hydraulic behavior at the outlet of a pipe, including headwalls and transitions to open channels? ==&lt;br /&gt;
In general, pipe outlet headwalls affect the exit loss at the pipe outlet, and this can be modeled by changing the 1d_nwk “ExitC_or_WSb” attribute - exit loss coefficient for outlet controlled flow. The default exit loss coefficient is 1.0, assuming there is no headwall.  For more details on these factors, refer to the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;. &lt;br /&gt;
More guidance on applying entry/loss and contraction coefficients is available [[TUFLOW_1D_Channels_and_Hydraulic_Structures#What_entry.2Fexit_loss_and_contraction_coefficients_should_I_use_for_1D_culverts.3F | here]].&lt;br /&gt;
&lt;br /&gt;
Once the water is in the 2D domain, headwalls can also affect the local flow field. The modelled hydraulic behavior depends on the model cell size. If the model has grid size smaller than the length of the headwall, thin breaklines or 2d_zsh tin can be added to represent the geometry in the 2D model. If the grid size is larger than the headwall, it only calculates ‘cell-averaged’ velocity including the impact of the headwall.&lt;br /&gt;
&lt;br /&gt;
==Calculating velocity and bed shear stress at a pipe outlet== &lt;br /&gt;
The velocity and bed shear stress reported in the 2D domain at a pipe outlet depends on the model cell size. If the cell size is small enough and any outlets structures (i.e. wingwalls) are properly represented by the 2d cell/face elevations, TUFLOW can reasonably represent the flow field at the pipe outlet and estimate the bed shear stress base on the manning’s equation. However, be aware that TUFLOW solves 2D depth-averaged shallow water equation, so there is limitation of using it to estimate bed shear stress around complex structures or geometry that could experience vertical acceleration or re-circulation.&lt;br /&gt;
&lt;br /&gt;
== How do I model blockage for irregular shaped culverts or channels? ==&lt;br /&gt;
For irregular shaped culverts and channels (1d_nwk &amp;quot;I&amp;quot; type), it is possible to model blockage by using the Skew (in degrees) attribute in the 1d_xs layer. This reduces the effective flow width of the cross section by rotating it relative to the direction of flow and can be used to approximate reduced capacity.&lt;br /&gt;
&lt;br /&gt;
A skew angle of 0 means the cross section is aligned with the flow. As the angle increases, the effective width is reduced. For example, a skew of 60 degrees results results in a 50% reduction (as cos(60) = 0.5). While this does reduce the effective width of the structure, it isn’t expected to see the same reduction to conveyance as conveyance depends on the Manning’s n value, flow area and hydraulic radius. &lt;br /&gt;
&lt;br /&gt;
== Do calculations differ if I specify multiple culverts using the Number_of attribute, even if the total dimensions are the same as a single culvert? ==&lt;br /&gt;
Yes. This can slightly affect the modelling results. &lt;br /&gt;
&lt;br /&gt;
The key difference between a single wide culvert and multiple culverts with the same total width is the wetted perimeter. Multiple culverts have a slightly larger wetted perimeter due to the internal walls, which increases friction in downstream-controlled regimes. While friction losses are generally small compared to entry and exit losses, the impact on hydraulic behaviour is usually minor. &lt;br /&gt;
&lt;br /&gt;
However, it’s important to model the configuration that best represents the actual structure when assessing culvert performance.&lt;br /&gt;
&lt;br /&gt;
== How do I model a scruffy dome? ==&lt;br /&gt;
A scruffy dome is a type of dome inlet screen installed over a drop inlet, commonly used in stormwater systems. These inlets can be modelled in TUFLOW using a 1D Q type pit with a depth–discharge curve that reflects the hydraulic performance of the dome. &lt;br /&gt;
&lt;br /&gt;
[https://www.ipwea-qnt.com/products-resources/qudm/ &amp;lt;u&amp;gt;QUDM&amp;lt;/u&amp;gt;] recommends using the lesser of the weir flow or orifice flow equations to define inlet capacity (see Section 7.5.4). A blockage factor is also recommended to account for potential debris build-up during flood events (see Table 7.5.1 Provision for blockage at kerb inlets). This factor may vary depending on local guidelines, so regional standards should be consulted.&lt;br /&gt;
&lt;br /&gt;
Once the rating curve is calculated, it can be added to the pit inlet database and linked to the Q type pit.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:How_do_I_model_a_scruffy_dome_in_TUFLOW.png|300x300px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How can trash screens be represented? ==&lt;br /&gt;
A trash screen is a physical barrier, typically made from bars or mesh, placed at the inlet or outlet of a culvert, pipe, or channel to prevent debris from entering or exiting the structure.&lt;br /&gt;
&lt;br /&gt;
Trash screens can be represented by applying additional head losses and blockage effects in accordance with &amp;lt;u&amp;gt;[https://www.ipwea-qnt.com/products-resources/qudm/ QUDM]&amp;lt;/u&amp;gt; guidance. The approach depends on the location of the screen and the degree of blockage.&lt;br /&gt;
&lt;br /&gt;
Possible use cases include:&lt;br /&gt;
&lt;br /&gt;
* Where the screen is attached directly to the culvert inlet or outlet, the losses are applied to the culvert itself.&lt;br /&gt;
* Where the screen is located upstream of a culvert inlet or downstream of a culvert outlet, it can be modelled as a short zero length CF, IF, or RF channel before (upstream) or after (downstream) the culvert.&lt;br /&gt;
* In all cases, the net flow area should be reduced to account for the bars and any debris blockage, either by adjusting the flow area directly or by using the pBlockage attribute.&lt;br /&gt;
&lt;br /&gt;
For example, the image below could be represented as a rectangular shaped screen located upstream or downstream of a culvert, modelled as a short zero length RF (rectangular culvert with fixed losses) channel using a 1d_nwk GIS layer.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Trash_screen_schematic.png|alt=|300x300px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== How can fishway baffles in a culvert be modelled? ==&lt;br /&gt;
&lt;br /&gt;
Fishway baffles are barriers inside a culvert that slow the water and help fish swim through.&lt;br /&gt;
&lt;br /&gt;
These approaches could be used to represent them inside a model:&lt;br /&gt;
&lt;br /&gt;
* Short culvert with smaller opening. &lt;br /&gt;
** A short culvert section is added with its bottom and top levels set to match the fish baffle. The width is set to the total width of the fish passage gaps. This represents the reduced space for water to pass through.&lt;br /&gt;
&lt;br /&gt;
* Two culverts in a row. &lt;br /&gt;
** Two culverts are connected in series. The first is the normal culvert, and the second is a very short culvert with a smaller opening sized to the fish baffle gaps.&lt;br /&gt;
&lt;br /&gt;
For both options, sensitivity testing is recommended because at low flows the way the culvert is defined can change the results. These methods do not include turbulence or detailed 3D water movement around the baffles. If accurate fish passage flows are required, a CFD 3D model can be used to determine the flows and those flows can then be applied using a 1D Q type channel.&lt;br /&gt;
&lt;br /&gt;
[[File:Rectangular culvert baffled.png|300x300px]]&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How can a flow splitter with a nib wall be modelled? ==&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red; font-weight:bold;&amp;quot;&amp;gt;UNDER CONSTRUCTION&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A flow splitter with a nib wall can be modelled by introducing a 1D weir between the manhole and the relevant outlet pipe. The weir crest elevation should be set equal to the height of the nib wall within the chamber. This setup allows low flows to discharge through one pipe, while higher flows overtop the weir into a secondary outlet, replicating the behaviour of a physical flow splitter.&lt;br /&gt;
&lt;br /&gt;
The main outlet pipes are connected through a manhole, which automatically applies appropriate entry and exit losses. For outlets that do not connect further downstream, entry and exit losses should be manually defined in the attributes.&lt;br /&gt;
&lt;br /&gt;
Refer to the schematic example below for this configuration.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Manhole flow splitter topview.png|alt=|300x300px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[ TUFLOW_Modelling_Guidance | Back to TUFLOW Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45408</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45408"/>
		<updated>2026-01-19T23:24:58Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* High End GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45325</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45325"/>
		<updated>2026-01-07T22:59:06Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* CPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 2080 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45324</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45324"/>
		<updated>2026-01-07T22:57:49Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* High End GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 2080 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45323</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45323"/>
		<updated>2026-01-07T22:56:41Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot; style=&amp;quot;position:relative;&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white; position:sticky; top:0; z-index:2;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 2080 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45322</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45322"/>
		<updated>2026-01-07T03:58:09Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* High End GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|172.5&lt;br /&gt;
|1343.4&lt;br /&gt;
|15.15.9&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 2080 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45321</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45321"/>
		<updated>2026-01-07T03:49:58Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 5800X 8-Core Processor (~3.8 GHz)&lt;br /&gt;
|NVIDIA GeForce RTX 5070&lt;br /&gt;
|12&lt;br /&gt;
|6144&lt;br /&gt;
|3.9&lt;br /&gt;
|19.07&lt;br /&gt;
|22.97&lt;br /&gt;
|PW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 2080 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45317</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45317"/>
		<updated>2026-01-06T00:37:52Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* High End GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|TM2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 2080 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45316</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45316"/>
		<updated>2026-01-06T00:24:37Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* High End GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|KW3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|134.0&lt;br /&gt;
|1049.9&lt;br /&gt;
|1183.9&lt;br /&gt;
|KW3&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 2080 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45315</id>
		<title>Hardware Benchmarking - Results</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Hardware_Benchmarking_-_Results&amp;diff=45315"/>
		<updated>2026-01-06T00:17:37Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* GPU Results */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m Classic and HPC CPU runtimes, with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for CPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Processor Frequency (GHz)**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM size (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | RAM frequency (MHz)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Classic 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | HPC CPU 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=10% | Runtime Combined (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||128||5200||32.7||108.6||141.3||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||3.2||64||5600||36.7||114.2||150.9||TM1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||2.0||128||4000||41.2||124.1||165.3||AW1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs)||3.2||128||4800||38.5||127.0||165.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz||4.5||64||4800||33.4||136.0||169.4||PSM&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K||3.2||128||3200||40.7||129.9||170.6||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz||2.1||64||4800||41||137.2||178.2||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs) @ ~4.2GHz||4.2||32||4800||35.5||162.8||198.3||LC1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs)||2.5||16||3200||48.4||170.5||218.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz||3.2||64||4800||53.3||169.1||222.4||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900K CPU @ 3.70GHz||3.7||128||3200||56.9||173.8||230.7||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz)||(5.1)||16||4000||58.2||179.9||238.1||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor||4.7||32||4800||39.0||175.7||214.7||HP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||3000||55.7||186.2||241.9||RH1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor||3.8||64||3200||45.9||203.1||249.0||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz||3.1||32||2666||61.7||190.0||251.7||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz||3.6||32||2133||61.4||190.4||251.8||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||3.6||64||2133||62.7||191.1||253.8||PA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||32||2933||62.1||192.8||254.9||DS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||71.2||184.3||255.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||62.1||193.7||255.8||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|3.2&lt;br /&gt;
|450&lt;br /&gt;
|&lt;br /&gt;
|50.0&lt;br /&gt;
|211.6&lt;br /&gt;
|261.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 3970X 32-Core Processor||3.7||256||2400||49.5||212.1||261.6||CH2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor||3.5||128||2800||55.9||210.0||265.9||TRO&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||3.2||56||N/A||49.1||218.9||268||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz||3.7||64||2133||67.0||202.5||269.5||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz||3.5||128||2133||72.7||202.1||274.8||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||67.5||208.6||276.1||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||68.5||208.8||277.3||PM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz||3.6||32||2666||66.8||211.6||278.1||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz||3.2||16||2667||68.2||211.8||280.0||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||68.0||216.0||284.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||32||2113||68.2||217.9||286.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||2.7||32||2667||67.7||219.1||286.8||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz||4.2||64||2133||70.5||218.8||289.3||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||2.9||16||2667||77.5||212.6||290.1||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||3.7||32||2933||75.2||219.8||295||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor||3.5||128||2666||67.9||230.8||298.7||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||3.5||128||2666||66.3||234.7||301||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||32||2400||80.5||221.9||302.4||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz||3.6||16||2400||72.8||230.6||303.4||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||85.4||218.8||304.2||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz||3.6||64||2666||83.7||225.2||308.9||HNM&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|2.6&lt;br /&gt;
|32&lt;br /&gt;
|3200&lt;br /&gt;
|66.6&lt;br /&gt;
|243.3&lt;br /&gt;
|309.9&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz||4.0||32||2400||91.2||223.3||314.5||BRD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz||3.7||64||2400||84.5||236.6||321.2||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz||3.2||128||2133||83.4||243.1||326.5||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz||1.4||16||7467||173.8||152.8||326.6||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||3.7||64||2933||95.4||231.3||326.7||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz||3.4||128||2400||85.3||247.7||332.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2400||106.3||226.7||333.0||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||16||2133||80.7||253.4||334.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz||2.1||64||2666||83.9||251.2||335.1||AR2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 7V12 64-Core Processor (16 CPUs) ||2.4||57||NA||63.5||277.6||341.1||CS2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor||3.4||16||2666||81.9||277.3||359.2||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz||3.0||32||2400||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz||3.4||64||2133||82.3||289.8||372.1||JIW&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz||3.4||32||1666||108.9||270.0||378.9||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||3.8||64||3200||87.8||294.2||382||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor||3.4||32||3400||39.7||343.0||382.7||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4810MQ CPU @ 2.80GHz||2.8||32||1600||119.7||280.8||400.5||SBC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz||3.3||64||2133||118.2||287.8||406.0||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz||2.7||16||2133||90.4||321.7||412.1||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||3.3||16||2133||84.8||336.9||421.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz||3.0||64||2133||100.3||323||423.3||MON&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz||3.4||32||1600||126.4||299.7||426.1||MAV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz ||3.0||4||986||84.0||351.4||435.4||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||3.5||16||1333||125.9||320.5||446.4||EFC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz||1.9||16||1800||100.1||347.0||447.1||SM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||2.9||16||2900||63.3||385.0||448.3||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||4.1||16||4104||62.7||386.6||449.3||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||2.4||128||2394||130.5||331.5||462||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||2.6||24||1600||100.5||378.6||479.1||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz||3.2||32||1600||143.2||343.1||486.3||MPR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz||3.2||8||1600||142.0||349.4||491.4||CR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2667 v2 @ 3.30GHz||3.3||16||N/A||196.8||331.5||528.3||Private Cloud&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4712HQ CPU @ 2.30GHz (Laptop)||2.3||8||1600||145.2||414.4||559.6||MNG&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU X5680  @ 3.33GHz||3.33||72||1333||165.7||400.6||566.3||WTM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||2.4||8||1600||137.8||795.0||932.8||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
=GPU Results=&lt;br /&gt;
The following table summarises the runtimes for a range of computers.  More will be added when additional results are obtained.  The table is ordered based on the combined 20m and 10m runtimes with the fastest computers at the top of the table.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
The HPC GPU benchmark only uses a single GPU card.  TUFLOW HPC GPU can be run across multiple NVIDIA GPU devices.  However, the benefits of these are typically more noticeable for larger models with more than 1 million cells.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Runtimes for GPU benchmarks&#039;&#039;&#039;&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 20m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 10m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|2.5&lt;br /&gt;
|9.5&lt;br /&gt;
|12.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz ||NVIDIA GeForce RTX 4090||24||16384||2.4||11.6||14.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4090||24||16384||2.5||12.1||14.6||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz ||NVIDIA GeForce RTX 4090||24||16384||2.7||12.7||15.4||TA1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||2.9||12.7||15.6||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||3.1||13.3||16.4||CR4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-14900K (32 CPUs) @ ~3.2GHz||NVIDIA GeForce RTX 4080 Super||16||10240||2.8||14.5||17.3||DF2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||TM1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||2.8||14.7||17.5||JM3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900F (32 CPUs) @ 2.0GHz ||NVIDIA GeForce RTX 4080||16||9728||3.2||15.0||18.2||AW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9900X 12-Core Processor (24 CPUs), ~4.4GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5070 Ti&lt;br /&gt;
|16&lt;br /&gt;
|8960&lt;br /&gt;
|3.2&lt;br /&gt;
|15.0&lt;br /&gt;
|18.2&lt;br /&gt;
|KW3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7800X3D 8-Core Processor (16 CPUs)@ ~4.2GHz||NVIDIA GeForce RTX 4080 SUPER||16||10240||3.2||15.7||18.9||LC1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz||NVIDIA RTX 6000 Ada Generation||48||18176||4.9||14.2||19.1||JG3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2697 v4 @ 2.30GHz (72 CPUs)||NVIDIA GeForce RTX 4090||24||16384||3.9||16.2||20.1||CS3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||3.4||18.5||21.9||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 4070 Ti||12||7680||3.4||19.2||22.6||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||3.8||19.2||23.0||RS1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||3.7||19.4||23.1||DD2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R)  Core(TM) i7-12700F&lt;br /&gt;
|NVIDIA GeForce RTX  3080 Ti&lt;br /&gt;
|12&lt;br /&gt;
|10240&lt;br /&gt;
|3.75&lt;br /&gt;
|19.57&lt;br /&gt;
|23.32&lt;br /&gt;
|AUBNE1PC6602&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||4.0||19.6||23.6||GP1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA A40||48||10752||3.5||20.3||23.8||Lenovo SR650 V2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.1||20.1||24.2||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||4.4||20.4||24.8||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz (36 CPUs), ~3.0GHz&lt;br /&gt;
|NVIDIA RTX A6000&lt;br /&gt;
|48&lt;br /&gt;
|10752&lt;br /&gt;
|4.7&lt;br /&gt;
|22.7&lt;br /&gt;
|27.4&lt;br /&gt;
|CB2&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i5-13600HX (20 CPUs) @ ~2.6GHz ||NVIDIA GeForce RTX 4090 Laptop GPU||16||9728||5.3||22.2||27.5||LC2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i7-12700 (20 CPUs) @ ~2.1GHz ||NVIDIA GeForce RTX 3080||10||8704||4.3||23.7||28||RB1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||4.6||23.5||28.1||KW2&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K (24 CPUs) ||NVIDIA RTX A5000||24||8192||4.4||24.1||28.5||SB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 3080||10||8704||4.7||24.0||28.7||CPM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2223 CPU @ 3.60GHz ||NVIDIA GeForce RTX 3090||24||10496||5.3||24.3||29.6||SSM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||4.7||25.7||30.4||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||5.7||25.2||30.9||JGR&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2920X 12-Core Processor (24 CPUs) @ 3.5GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.1||25.9||31||CR5&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2145 CPU @ 3.70GHz (16 CPUs), ~3.7GHz&lt;br /&gt;
|NVIDIA RTX A5000&lt;br /&gt;
|24&lt;br /&gt;
|8192&lt;br /&gt;
|5.2&lt;br /&gt;
|26.3&lt;br /&gt;
|31.5&lt;br /&gt;
|CB3&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3950X 16-Core Processor ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.3||26.4||31.7||TRO&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||27.4||32.8||PY2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||27.7||33.4||VLD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz ||NVIDIA GeForce RTX 3070||8||5888||5.0||28.8||33.8||NCV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.5||28.4||33.9||RL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||5.5||28.7||34.2||RRB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.9||28.4||34.3||HP2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.8||28.8||34.6||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.7||29.2||34.9||MA2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||5.5||29.7||35.2||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900X CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||5.6||29.9||35.5||MBL&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||6.4||29.5||35.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P100||16||3584||6.1||30.8||36.9||Google Cloud: Tesla P100&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||5.7||31.9||37.6||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6230R CPU @ 2.10GHz ||NVIDIA GRID RTX8000P-48Q||48||4608||6.8||31.0||37.8||VJ1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs) ||NVIDIA RTX A4000||16||6144||5.8||32.0||37.8||JS2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700k @ 4.00GHz ||NVIDIA GeForce RTX 2080||8||2944||6.0||31.9||37.9||ANK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||6.0||32.0||38.0||EFC&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|7.2&lt;br /&gt;
|31.4&lt;br /&gt;
|38.6&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs) @ 3.2GHz ||NVIDIA A10-24Q||24||8192||7.2||31.4||38.6||CS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz||NVIDIA GeForce RTX 2080 Ti||11||4352||5.4||33.3||38.7||PA1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce RTX 3060 Ti (LHR) ||8||4864||5.7||33.3||39.0||DF1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i5-10600K CPU @ 4.10GHz ||NVIDIA GeForce RTX 2060 SUPER (core 1647MHz, mem 1750MHz)||8||2176||5.6||33.4||39.1||GZH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||5.6||34.3||40.7||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||6.9||34.6||41.6||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz (20 CPUs)||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||35.1||41.6||JB2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.4||35.8||42.2||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080||8||2944||6.5||36.0||42.5||ABA&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) w5-2455X (24 CPUs) @ ~3.2GHz ||NVIDIA RTX A4000||16||6144||7.2||35.3||42.5||CHR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.1||37.1||43.2||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||6.5||37.4||43.8||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA GeForce GTX 2070||8||2304||7.4||38.8||46.2||MMR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900 CPU @ 3.10GHz ||NVIDIA Quadro RTX 4000||8||2304||6.6||39.8||46.4||CB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.8||39.1||46.9||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||8.0||39.3||47.3||RCD&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 7 7840HS ||NVIDIA GeForce RTX 4060 Laptop GPU||8||3072||7.0||40.6||47.6||CH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||7.6||41.1||48.7||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz ||NVIDIA GRID RTX6000P-4Q||24||4608||10.5||39.3||49.8||VDI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz (Laptop) ||NVIDIA GeForce RTX 2070||8||2304||7.7||42.8||50.5||ERX&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 5317 CPU @ 3.00GHz (48 CPUs) ||NVIDIA Tesla T4||16||2560||6.8||45.2||52.0||RJ1&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R)  Core(TM) i7-11700 @ 2.50GHz&lt;br /&gt;
|NVIDIA GeForce RTX  3060&lt;br /&gt;
|8&lt;br /&gt;
|3584&lt;br /&gt;
|7.68&lt;br /&gt;
|45.92&lt;br /&gt;
|53.6&lt;br /&gt;
|AUBNEW1DQ54G3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||8.0||47.4||55.3||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla T4||16||2560||7.3||48.3||55.6||FM-NODE: Tesla T4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz ||NVIDIA GeForce GTX 1080||8||2560||8.5||48.9||57.3||JM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||8.2||51.9||60.0||SKI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Gold 6130 CPU @ 2.10GHz ||NVIDIA Quadro P5000||16||2560||9.6||51.8||61.4||AR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2235 CPU @ 3.80GHz (12 CPUs)||NVIDIA RTX A2000||6||3328||9.1||54.4||63.5||HDR-A2000&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz ||NVIDIA GeForce GTX 1070||8||1920||8.9||54.9||63.8||PY1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) Ultra 7 155H (22 CPUs) @ 1.4GHz ||NVIDIA GeForce RTX 4050 Laptop GPU||6||2560||7.9||59.4||67.3||AL1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1630 v4 @ 3.70GHz ||NVIDIA GeForce GTX 1070||8||1920||10.3||59.3||69.5||DS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA GeForce GTX 1660||6||1408||9.4||61.0||70.4||JFP&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA Quadro P4000||8||1792||10.0||62.3||72.3||DS2&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i7-11700 @ 2.50GHz (16 CPUs) ||NVIDIA GeForce GTX 1650 SUPER||4||1280||10.3||64.6||74.9||TS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla P4||8||2560||10.4||69.0||79.4||Google Cloud: Tesla P4&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz ||NVIDIA GeForce GTX 980||4||2048||11.8||70.6||82.3||ZDO&lt;br /&gt;
|-&lt;br /&gt;
|11th Gen Intel(R) Core(TM) i9-11950H @ 2.60GHz (16 CPUs), ~2.6GHz&lt;br /&gt;
|NVIDIA RTX A2000 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2560&lt;br /&gt;
|11.4&lt;br /&gt;
|72.6&lt;br /&gt;
|84.0&lt;br /&gt;
|SK1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz ||NVIDIA GeForce GTX TITAN Black||6||2880||13.1||76.1||89.2||AR1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz ||NVIDIA GeForce GTX 1060||6||1280||13.0||77.1||90.1||RSH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-2686 v4 @ 2.30GHz (64 CPUs), ~2.3GHz||NVIDIA Tesla M60||16||4096||12||82.7||94.7||SM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla K80||12||2496||11.3||83.5||94.8||Google Cloud: Tesla K80&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ||NVIDIA Tesla K40c||12||2880||12.3||83.1||95.3||NWE&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5960X CPU @ 3.00GHz ||NVIDIA Quadro T2000||4||1024||13.3||85.2||95.5||SSM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (Laptop) ||NVIDIA GeForce GTX 980||4||2048||17.5||84.2||101.7||MRT&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-10700K CPU @ 3.80GHz (16 CPUs), ~3.8GHz&lt;br /&gt;
|NVIDIA Quadro T1000&lt;br /&gt;
|4&lt;br /&gt;
|896&lt;br /&gt;
|13.6&lt;br /&gt;
|91.3&lt;br /&gt;
|104.9&lt;br /&gt;
|CB4&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13800H (20 CPUs), ~2.5GHz&lt;br /&gt;
|NVIDIA RTX A500 Laptop GPU&lt;br /&gt;
|4&lt;br /&gt;
|2048&lt;br /&gt;
|14.8&lt;br /&gt;
|93.9&lt;br /&gt;
|108.7&lt;br /&gt;
|YB1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) W-2255 CPU @ 3.70GHz||NVIDIA Quadro P2000||5||1024||14.2||96||110.2||BL-DT01001&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz ||NVIDIA Quadro P2000||5||1024||15.8||100.1||115.9||CR2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1240 V2 @ 3.40GHz ||NVIDIA GeForce GTX 690||2||3072||18.4||114.4||132.8||MAV&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 1950X 16-Core Processor ||NVIDIA GeForce GTX 960||4||1024||18.6||123.3||141.6||CEV&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA GeForce GTX 960||4||1024||19.9||127.2||147.1||VHD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz||NVIDIA GeForce GTX 1050 Ti||4||768||21.1||133.8||154.9||MJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-7900X CPU @ 3.30GHz||NVIDIA GeForce GTX 1050||2||640||20.6||139.1||159.7||JM2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-8950HK CPU @ 2.90GHz||NVIDIA Quadro P2000||5||1024||22.1||142.5||164.6||KTC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz||NVIDIA Quadro P2000||5||1024||23.0||149.3||172.3||RL2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz||NVIDIA Quadro M2200||4||1024||23.2||198.7||222.0||GYB&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-1185G7 @ 3.00GHz||NVIDIA T500||4||986||29.3||197.5||226.8||TJS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) E-2176M  CPU @ 2.70GHz ||NVIDIA Quadro P1000||4||640||30.3||203.7||234.0||RL3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz ||NVIDIA Quadro K2200||4||640||32.5||211.3||243.8||JIW&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (6 CPUs) @ 3.2GHz||NVIDIA A10-4Q||24||8192||44.5||212.6||257.1||RBR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E3-1505M v6 @ 3.00GHz ||NVIDIA Quadro M1200||4||640||84.9||278.4||363.3||GHY&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz ||NVIDIA GeForce GTX 940MX||2||384||65.6||479.0||544.6||EAS&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz||NVIDIA GeForce 840M||2||384||70.6||526.3||595.9||CDH&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (Laptop)||NVIDIA GeForce GT 740M||2||384||102.3||694.0||796.3||HMM&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=High End GPU Results=&lt;br /&gt;
A number of additional benchmarking tests have been completed on a 5m and 2.5m model on a single GPU card. &lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;center&amp;quot; class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; | Processor Name&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=24% | Graphics Card**&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | GPU RAM (GB)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Number of CUDA Cores*&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Runtime 2.5m (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=8% | Combined Runtime (mins)&lt;br /&gt;
! style=&amp;quot;background-color:#C5C5C5; font-weight:bold; color:white;&amp;quot; width=12% | System Name&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 9950X3D 16-Core Processor (32 CPUs), ~4.3GHz&lt;br /&gt;
|NVIDIA GeForce RTX 5090&lt;br /&gt;
|32&lt;br /&gt;
|21760&lt;br /&gt;
|73.3&lt;br /&gt;
|568.7&lt;br /&gt;
|642.0&lt;br /&gt;
|JW3&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900KS (32 CPUs) @ 3.2GHz||NVIDIA GeForce RTX 4090||24||16384||103.3||811.2||914.5||JB1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i9-13900K (32 CPUs) @ 3.0GHz||NVIDIA GeForce RTX 4090||24||16384||105.9||813.7||919.6||TA1&lt;br /&gt;
|-&lt;br /&gt;
|13th Gen Intel(R) Core(TM) i7-13700KF (24 CPUs), @ 3.4GHz||NVIDIA GeForce RTX 4090||24||16384||103.7||824.3||928.0||JW1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 7950X 16-Core Processor (32 CPUs) @ 4.5GHz ||NVIDIA GeForce RTX 4090||24||16384||108.2||821.5||929.7||PSM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor (24 CPUs) @ 3.8GHz ||NVIDIA GeForce RTX 4090||24||16384||106.8||875.5||982.3||CR4&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor  (32 CPUs) @ 3.5GHz ||NVIDIA RTX 6000 Ada Generation||48||18176||119.6||877.8||997.4||JG3&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900 (24 CPUs) @ 2.4GHz ||NVIDIA GeForce RTX 4080||16||9728||139.5||1115.1||1254.6||JM3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU @ 2.30GHz ||NVIDIA Tesla V100||16||5120||155.2||1172.9||1328.1||FM-NODE: Tesla V100&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||155.5||1176.2||1331.7||JMM&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3090||24||10496||158||1192.2||1350.2||CH3&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-10900F CPU @ 3.70GHz  ||NVIDIA GeForce RTX 3090||24||10496||162.3||1192.4||1354.7||LJA&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5900X 12-Core Processor ||NVIDIA GeForce RTX 3080 Ti||12||10240||159.7||1216.2||1375.9||GP1&lt;br /&gt;
|-&lt;br /&gt;
|12th Gen Intel(R) Core(TM) i9-12900K ||NVIDIA GeForce RTX 3090||24||10496||160.9||1240||1400.9||DD2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) Silver 4114 CPU @ 2.20GHz  ||NVIDIA GeForce RTX 3090||24||10496||172.9||1249.8||1422.7||SIP&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 3900X 12-Core Processor ||NVIDIA GeForce RTX 3080||10||8704||178.9||1363.9||1542.8||KW2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||203.8||1523.9||1727.7||ACH&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 5 7600X 6-Core Processor ||NVIDIA GeForce RTX 2080 Ti||12||7680||190.2||1493.2||1683.4||HP1&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2950X 16-Core Processor ||NVIDIA TITAN RTX||24||4608||201.2||1548.1||1749.3||JGR&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||220.0||1634.5||1854.5||MA1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||222.2||1648.7||1870.9||JPI&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz (8 CPUs), ~3.6GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||215.9||1678.7||1894.6||PA2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080 Ti||11||4352||255.4||1691.7||1947.1||HP2&lt;br /&gt;
|-&lt;br /&gt;
|AMD EPYC 74F3 24-Core Processor (36 CPUs), ~3.2GHz&lt;br /&gt;
|NVIDIA A10-24Q&lt;br /&gt;
|22&lt;br /&gt;
|9216&lt;br /&gt;
|242.3&lt;br /&gt;
|1856.5&lt;br /&gt;
|2098.8&lt;br /&gt;
|YW1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900K CPU @ (5.10GHz) ||NVIDIA GeForce RTX 2080 (core 2100MHz, mem 8000MHz)||8||2944||241.2||1863.5||2104.7||RRB&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen 9 5950X 16-Core Processor ||NVIDIA GeForce RTX 3070||8||5888||248.7||1928.6||2177.3||JG2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i9-9900KF CPU @ 3.60GHz ||NVIDIA GeForce RTX 2080 SUPER||8||3072||257.3||1957.7||2215.0||RH2&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce RTX 2080||8||2944||275.1||2147.4||2422.5||PM2&lt;br /&gt;
|-&lt;br /&gt;
|AMD Ryzen Threadripper 2990WX 32-Core Processor ||NVIDIA TITAN Xp||12||3840||296.0||2218.4||2514.4||FLC&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Xeon(R) CPU E5-1620 v3 @ 3.50GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||298.9||2290.1||2589.0||JS1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6800K CPU @ 3.40GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.3||2345.1||2656.4||615&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6850K CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||310.3||2377.2||2687.5||RCD&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||308.7||2384.7||2693.4||RH1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||311.9||2404.9||2716.7||PM1&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7820X CPU @ 3.60GHz ||NVIDIA GeForce GTX 1080 Ti||11||3584||324.8||2475.3||2800.1||HNM&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz ||NVIDIA GeForce GTX 1080||8||2560||439.0||3379.3||3818.2||BLK&lt;br /&gt;
|-&lt;br /&gt;
|Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz ||NVIDIA GeForce GTX 1070||8||1920||475.5||3788.2||4263.7||SKI&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;pre&amp;gt; * it is noted that the number of CUDA cores is not provided as an output from the &#039;&#039;&#039;dxdiag&#039;&#039;&#039; command and this information has been sourced from the nvidia website.&lt;br /&gt;
** The output cpu.txt only provides the &#039;out of the box&#039; processor speed. If you have overclocked your cpu and/or gpu, please send these details to TUFLOW Support so we can add the overclocked data in brackets.  &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Hardware_Benchmarking | Back to TUFLOW Benchmarking]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Tutorial_M09&amp;diff=45314</id>
		<title>Tutorial M09</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Tutorial_M09&amp;diff=45314"/>
		<updated>2026-01-05T05:13:02Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Variables (Optional) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
In this module, event management is introduced. This is a powerful functionality running multiple event combinations (e.g. magnitude, duration, temporal patterns, climate change) using a single set of control files rather than creating a new set of control files for every simulation. This makes the management of the model easier, ensures consistency between the simulations and better quality control. Without implementing event management, six TCFs and six bc_dbase files are required to run this module, using event management, only one each is needed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M09 EventManagement 01a.png]]&amp;lt;br&amp;gt;Events are set up using a define event block in TUFLOW Event File (TEF) - &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command terminated by &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Note: If Event logic can be added into most of TUFLOW’s control files where model inputs or parameters may vary between events. The only control files not supporting event logic are the TUFLOW Rainfall Control File (.trcf), TUFLOW External Stress File (.tesf), Advection Control File (.adcf) and within a Define Control command inside a TUFLOW Operational Control (.toc) file.&lt;br /&gt;
&lt;br /&gt;
The TUFLOW control files are:&lt;br /&gt;
:*TUFLOW Events File (TEF): A database of TCF and ECF commands for different events.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Module 9 builds from the model created in &amp;lt;u&amp;gt;[[Tutorial_M02 | Module 2]]&amp;lt;/u&amp;gt;. The completed Module 2 model is provided in the Module_09\TUFLOW folder.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Simulation Control Files =&lt;br /&gt;
=== TUFLOW Event File (TEF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_09\Tutorial_Data&#039;&#039;&#039; folder. Copy the &#039;&#039;&#039;Event_File.tef&#039;&#039;&#039; in to the &#039;&#039;&#039; Module_09\TUFLOW\runs&#039;&#039;&#039; folder. &lt;br /&gt;
&amp;lt;li&amp;gt;Open the TEF in a text editor. There are three event magnitudes and two event durations listed:&lt;br /&gt;
:*Event Magnitudes: 5% AEP, 2% AEP and 1% AEP&lt;br /&gt;
:*Event Durations: 1hr and 2hr &lt;br /&gt;
&amp;lt;li&amp;gt;The event specific commands are contained between the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; commands. &lt;br /&gt;
&amp;lt;li&amp;gt;The &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;BC Event Source&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command is linked to the bc_dbase file. In the below examples, any occurrence of &#039;~AEP~&#039; in the bc_dbase is replaced with &#039;05p&#039; and any occurrence of &#039;~DUR~&#039; in the bc_dbase is replaced with &#039;1hr&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! EVENT MAGNITUDES&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; == &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;05p&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
 &amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;   BC Event Source &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ~AEP~ | 05p&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! EVENT DURATIONS&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; == &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;1hr&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
 &amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;   BC Event Source &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ~DUR~ | 1hr&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
Note: The &#039;AEP&#039; and &#039;DUR&#039; are user defined variables. The &#039;AEP&#039; refers to an event magnitude (Annual Exceedance Probability) and &#039;DUR&#039; refers to an event duration.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;TUFLOW reads all of the defined events in the TEF and selects the ones specified in the batch file. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Boundary Condition Database (bc_dbase) ===&lt;br /&gt;
Update the bc_dbase with event magnitude and event duration placeholders:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_09\Tutorial_Data&#039;&#039;&#039; folder. Copy and paste the following files to the &#039;&#039;&#039; Module_09\TUFLOW\bc_dbase&#039;&#039;&#039; folder. These files contains the inflows for each event magnitude and duration. &lt;br /&gt;
:*05p1hr.csv&lt;br /&gt;
:*05p2hr.csv&lt;br /&gt;
:*02p1hr.csv&lt;br /&gt;
:*02p2hr.csv&lt;br /&gt;
:*01p1hr.csv&lt;br /&gt;
:*01p2hr.csv&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of the &#039;&#039;&#039;bc_dbase.csv&#039;&#039;&#039; as &#039;&#039;&#039;bc_dbase_M09_001.csv&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file and make the following updates to the &#039;Source&#039; column:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M09 bc dbase 02.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the bc_dbase.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Control File (TCF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M02_5m_001.tcf&#039;&#039;&#039; as &#039;&#039;&#039;M09_5m_~e1~_~e2~_001.tcf&#039;&#039;&#039; in the &#039;&#039;&#039;Module_09\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file &#039;&#039;&#039;M09_5m_~e1~_~e2~_001.tcf&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the reference to the bc_dbase:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;BC Database &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ..\bc_dbase\bc_dbase_M09_001.csv	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the Boundary Conditions Database&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following command to reference the TEF at the end of the TCF:  &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! EVENTS&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Event File &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; Event_File.tef	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the TUFLOW Event File&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TCF.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Running the Simulation =&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M02_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M09_HPC.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_09\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the batch file to reference the &#039;&#039;&#039;M09_5m_~e1~_~e2~_001.tcf&#039;&#039;&#039; and include event switches (-e1, -e2) defining event magnitude and event duration:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; %exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 05p -e2 1hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 05p -e2 2hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 02p -e2 1hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 02p -e2 2hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 01p -e2 1hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 01p -e2 2hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting = &lt;br /&gt;
See tips on common mistakes and troubleshooting steps if the model doesn&#039;t run:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_Troubleshooting_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Check Files =&lt;br /&gt;
While the model is running, review the added features are specified correctly:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the &#039;&#039;&#039;M09_5m_05p_1hr_001.tlf&#039;&#039;&#039; from the &#039;&#039;&#039;Module_09\TUFLOW\runs\log&#039;&#039;&#039; folder in a text editor. &lt;br /&gt;
&amp;lt;li&amp;gt;The name of the events replaced the placeholders in the TCF name.&lt;br /&gt;
&amp;lt;li&amp;gt;Confirm the specified events and event sources:&amp;lt;br&amp;gt;&lt;br /&gt;
{{Video|name=Animation_M09_Check_01c.mp4|width=928}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Results=&lt;br /&gt;
When the model is finished, review the results:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M09_Results_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conclusion =&lt;br /&gt;
&lt;br /&gt;
* Multiple events were set up in the TUFLOW Event File (TEF) with define event blocks.&lt;br /&gt;
&lt;br /&gt;
*TUFLOW Log Files (TLF) were reviewed.&lt;br /&gt;
*Multiple event results were inspected using the TUFLOW Viewer.&lt;br /&gt;
*For further training opportunities see &amp;lt;u&amp;gt;[https://tuflow.com/training/training-course-catalogue/ TUFLOW Training Catalogue]&amp;lt;/u&amp;gt; and/or contact &amp;lt;u&amp;gt;[mailto:training@tuflow.com training@tuflow.com]&amp;lt;/u&amp;gt;. &lt;br /&gt;
*Alternatively, see the &amp;lt;u&amp;gt;[[TUFLOW_Example_Models#Example_Model_Catalogue | TUFLOW Example Models]]&amp;lt;/u&amp;gt; to explore the full list of TUFLOW features.&lt;br /&gt;
=Looping Batch File (Optional)=&lt;br /&gt;
Looping batch file is a powerful tool running large number of simulations with the least amount of batch file text:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M09_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M09_HPC_loop.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_09\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following commands. Indentation is important in batch files, insert tabs to match the below spacing:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;off&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; AEP&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;05p 02p 01p&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; DUR&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;1hr 2hr&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%AEP%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%DUR%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;( &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;		echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Running &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a %%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;-e1 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e2 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;M09_5m_~e1~_~e2~_001.tcf&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;	)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Note: The &#039;AEP&#039; and &#039;DUR&#039; are user defined batch file variables. The &#039;AEP&#039; refers to an event magnitude (Annual Exceedance Probability) and &#039;DUR&#039; refers to an event duration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Variables (Optional) =&lt;br /&gt;
Variables provide a way to define values once and reuse them across control files, which helps manage models with multiple scenarios and events.&lt;br /&gt;
&lt;br /&gt;
Scenarios and events are automatically available as variables. Variables can also be defined using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Set Variable &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;command as described in Section 13.2.3 Variables of the TUFLOW manual. They are referenced by enclosing the variable name within &amp;lt;&amp;lt; and &amp;gt;&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
Note: The &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Set Variable &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;command can only be specified in the .tcf or within a read file (.trd) referenced from the .tcf. The variables can then be used in all control files (.tcf, .tgc, .tbc, .ecf, etc).&lt;br /&gt;
&lt;br /&gt;
Example models using variables are provided in the [[TUFLOW Example Models#Bulk Simulation Management|Bulk Simulation Management Example Model Dataset]] on the TUFLOW Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Tutorial_Introduction| Back to Tutorial Introduction Main Page]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Tutorial_M08&amp;diff=45313</id>
		<title>Tutorial M08</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Tutorial_M08&amp;diff=45313"/>
		<updated>2026-01-05T05:12:58Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Variables (Optional) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
In this module, scenario management is introduced. This is a powerful functionality running different simulations using a single set of control files rather than creating a new set of control files for every simulation. This makes the management of the model easier, ensures consistency between the simulations and better quality control. Without implementing scenario management, six TCFs and six TGC files are required to run this module, using scenario management, only one each is needed:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M08 ScenarioManagement 02.png]]&amp;lt;br&amp;gt;Scenarios are set up using an if scenario logic block - &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command followed by &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; commands adding on different scenarios and terminated by &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Note: Scenarios can be added to most of TUFLOW’s control files. The only control files that do not support scenarios are the TUFLOW Rainfall Control File (.trcf), TUFLOW External Stress File (.tesf), Advection Control File (.adcf), or within a Define Control command inside a TUFLOW Operational Control (.toc) file.&lt;br /&gt;
&lt;br /&gt;
The tutorial demonstrates two ways of using scenarios:&lt;br /&gt;
:*Part 1: Single Scenario - cell size.&lt;br /&gt;
:*Part 2: Multiple Scenarios - cell size and topography updates.&lt;br /&gt;
&lt;br /&gt;
The GIS layers are:&lt;br /&gt;
:*TGC layers:&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;2d_zsh: A layer used to modify Zpt elevations using points, lines and polygons.&lt;br /&gt;
&amp;lt;li&amp;gt;2d_mat: A layer used to define the land use (material) types within the developmental area.&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Module 8 builds from the model created in &amp;lt;u&amp;gt;[[Tutorial_M02 | Module 2]]&amp;lt;/u&amp;gt;. The completed Module 2 model is provided in the Module_08\TUFLOW folder.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
=Part 1 - Single Scenario=&lt;br /&gt;
Use scenario management to run the model with a range of different cell sizes, initial timesteps and SGS sample frequency within a single TCF. These steps are often used to conduct a cell size convergence sensitivity testing. &lt;br /&gt;
&lt;br /&gt;
== Simulation Control Files ==&lt;br /&gt;
=== TUFLOW Geometry Control File (TGC) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M02_001.tgc&#039;&#039;&#039; as &#039;&#039;&#039;M08_001.tgc&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\model&#039;&#039;&#039; folder. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the &#039;&#039;&#039;M08_001.tgc&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Comment out or delete the &#039;cell size&#039; command and add the following if scenario logic block:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! Cell Size == 5		! 2D cell size in metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - 10m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Cell Size &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! 2D cell size in metres - 10 metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;      ! 5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Cell Size &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;5 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! 2D cell size in metres - 5 metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2.5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;    ! 2.5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Cell Size &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2.5 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;        ! 2D cell size in metres - 2.5 metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TGC.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
Note: The &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command causes TUFLOW to stop every time it encounters it. In the example above, if a cell size was specified other than 10m, 5m, or 2.5m, &#039;Error: Scenario Name Not Valid&#039; would be displayed. The simulation can then be continued or discontinued via a dialog window.&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Control File (TCF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M02_5m_001.tcf&#039;&#039;&#039; as &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Update the TGC reference: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Geometry Control File &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;..\model\M08_001.tgc &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the TUFLOW Geometry Control File&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The Timestep is dependent on the model cell size. A general guide is to use 1/2 to 1/5 of the model cell size in metres. Comment out or delete the &#039;Timestep&#039; command and add the following if scenario logic block:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! Timestep == 1		! Specifies the first 2D computational timestep of 1 second&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - 10m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	! Specifies the first 2D computational timestep of 2 seconds&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;      ! 5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;1 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Specifies the first 2D computational timestep of 1 second&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2.5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;    ! 2.5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;0.5 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;   ! Specifies the first 2D computational timestep of 0.5 seconds&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TCF.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Running the Simulation ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M02_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M08_HPC.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the batch file to reference the &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; and include a scenario switch (-s1) defining cell size:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; %exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 10m M08_~s1~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 5m M08_~s1~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 2.5m M08_~s1~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting == &lt;br /&gt;
See tips on common mistakes and troubleshooting steps if the model doesn&#039;t run:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_Troubleshooting_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check Files ==&lt;br /&gt;
While the model is running, review the added features are specified correctly:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_001_Check_Files_QGIS | QGIS - SHP]]&amp;lt;/u&amp;gt;&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_001_Check_Files_QGIS_GPKG | QGIS - GPKG]]&amp;lt;/u&amp;gt;&lt;br /&gt;
Compare the model cell count:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_08\TUFLOW\runs\log&#039;&#039;&#039; folder and open the following files in a text editor:&lt;br /&gt;
:*&#039;&#039;&#039;M08_10m_001.tlf&#039;&#039;&#039;&lt;br /&gt;
:*&#039;&#039;&#039;M08_5m_001.tlf&#039;&#039;&#039;&lt;br /&gt;
:*&#039;&#039;&#039;M08_2.5m_001.tlf&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;li&amp;gt;Search for &#039;Number 2D Cells&#039; and view the number of active cells for each model. This is the number of active cells as specified by the 2d_code layer. There are approximately 16 times more cells in the 2.5m model compared to the 10m model:&lt;br /&gt;
:*M08_10m_001: 5122&lt;br /&gt;
:*M08_5m_001: 20486&lt;br /&gt;
:*M08_2.5m_001: 81869&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Results==&lt;br /&gt;
When the model is finished, review the results:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_001_Results_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
Compare the model run times:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder and open the &#039;&#039;&#039;_TUFLOW Simulations.log&#039;&#039;&#039;  in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;The file shows the simulation times for all the simulations.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M08_TUFLOW_Simulations_f.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Part 2 - Multiple Scenarios=&lt;br /&gt;
Use scenario management to run the model with a range of different cell sizes and topography changes within a single TCF. These steps are often used to conduct an impact assessment.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== GIS Inputs ==&lt;br /&gt;
Create, import and view input data:&amp;lt;br&amp;gt;&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_GIS_Inputs_QGIS | QGIS - SHP]]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_GIS_Inputs_QGIS_GPKG | QGIS - GPKG]]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Simulation Control Files == &lt;br /&gt;
=== TUFLOW Geometry Control File (TGC) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M08_001.tgc&#039;&#039;&#039; as &#039;&#039;&#039;M08_002.tgc&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\model&#039;&#039;&#039; folder. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the &#039;&#039;&#039;M08_002.tgc&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Include the following if scenario logic block for existing and developed case after the &#039;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Z Shape&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&#039; command:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - SHP&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Z Shape &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;gis\2d_zsh_M02_landscape_002_R.shp | gis\2d_zsh_M02_landscape_002_L.shp | gis\2d_zsh_M02_landscape_002_P.shp &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Defines areas of complex landscaping&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - GPKG&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Z Shape &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2d_zsh_M02_landscape_002_R | 2d_zsh_M02_landscape_002_L | 2d_zsh_M02_landscape_002_P &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Defines areas of complex landscaping&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Include the following if scenario logic block for existing and developed case after the &#039;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Mat&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&#039; command:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - SHP&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Mat &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;gis\2d_mat_M02_landscape_002_R.shp &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Sets material values according to attributes in the GIS layer&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - GPKG&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Mat &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2d_mat_M02_landscape_002_R &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Sets material values according to attributes in the GIS layer&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TGC.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Control File (TCF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; as &#039;&#039;&#039;M08_~s1~_~s2~_002.tcf&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file &#039;&#039;&#039;M08_~s1~_~s2~_002.tcf&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the TGC reference: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Geometry Control File &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;..\model\M08_002.tgc &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the TUFLOW Geometry Control File&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;For GeoPackage users, update the Spatial Database reference: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - GPKG&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Spatial Database &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;..\model\gis\M08_002.gpkg&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Specify the location of the GeoPackage Spatial Database&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TCF.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Running the Simulation ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open &#039;&#039;&#039;_run_M08_HPC.bat&#039;&#039;&#039; from the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the batch file to reference the &#039;&#039;&#039;M08_~s1~_~s2~_002.tcf&#039;&#039;&#039; and in addition to cell size scenario switch (-s1) include second scenario switch (-s2) defining topography:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; %exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 2.5m -s2 EXG M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 2.5m -s2 DEV M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 5m -s2 EXG M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 5m -s2 DEV M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 10m -s2 EXG M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 10m -s2 DEV M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting == &lt;br /&gt;
See tips on common mistakes and troubleshooting steps if the model doesn&#039;t run:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_Troubleshooting_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check Files ==&lt;br /&gt;
While the model is running, review the added features are specified correctly:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_Check_Files_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Results==&lt;br /&gt;
When the model is finished, review the results:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_Results_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conclusion =&lt;br /&gt;
:*Single and multiple scenarios were set up and run with a range of cell sizes and designs.&lt;br /&gt;
:*Check files were assessed to view the changes based on each scenario.&lt;br /&gt;
:*Multiple scenario results were viewed using the TUFLOW Viewer.&lt;br /&gt;
:*For further training opportunities see &amp;lt;u&amp;gt;[https://tuflow.com/training/training-course-catalogue/ TUFLOW Training Catalogue]&amp;lt;/u&amp;gt; and/or contact &amp;lt;u&amp;gt;[mailto:training@tuflow.com training@tuflow.com]&amp;lt;/u&amp;gt;. &lt;br /&gt;
:*Alternatively, see the &amp;lt;u&amp;gt;[[TUFLOW_Example_Models#Example_Model_Catalogue | TUFLOW Example Models]]&amp;lt;/u&amp;gt; to explore the full list of TUFLOW features.&lt;br /&gt;
=Looping Batch File (Optional)=&lt;br /&gt;
Looping batch file is a powerful tool running large number of simulations with the least amount of batch file text:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M08_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M08_HPC_loop.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following commands. Indentation is important in batch files, insert tabs to match the below spacing:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;off&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; CSZ&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10m 5m 2.5m&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; DES&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG DEV&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%CSZ%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%DES%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;( &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;		echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Running &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a %%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;-s1 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s2 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;M08_~s1~_~s2~_002.tcf&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;	)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Note: The &#039;CSZ&#039; and &#039;DES&#039; are user defined batch file variables. The &#039;CSZ&#039; refers to a cell size and &#039;DES&#039; refers to a design scenario. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Variables (Optional) =&lt;br /&gt;
Variables provide a way to define values once and reuse them across control files, which helps manage models with multiple scenarios and events.&lt;br /&gt;
&lt;br /&gt;
Scenarios and events are automatically available as variables. Variables can also be defined using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Set Variable &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;command as described in Section 13.2.3 Variables of the [https://docs.tuflow.com/classic-hpc/manual/latest/ &amp;lt;u&amp;gt;TUFLOW manual&amp;lt;/u&amp;gt;]. They are referenced by enclosing the variable name within &amp;lt;&amp;lt; and &amp;gt;&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
Note: The &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Set Variable &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;command can only be specified in the .tcf or within a read file (.trd) referenced from the .tcf. The variables can then be used in all control files (.tcf, .tgc, .tbc, .ecf, etc).&lt;br /&gt;
&lt;br /&gt;
Example models using variables are provided in the [[TUFLOW Example Models#Bulk Simulation Management|&amp;lt;u&amp;gt;Bulk Simulation Management Example Model Dataset&amp;lt;/u&amp;gt;]] on the TUFLOW Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Tutorial_Introduction| Back to Tutorial Introduction Main Page]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Tutorial_M09&amp;diff=45312</id>
		<title>Tutorial M09</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Tutorial_M09&amp;diff=45312"/>
		<updated>2026-01-05T04:52:08Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Variables (Optional) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
In this module, event management is introduced. This is a powerful functionality running multiple event combinations (e.g. magnitude, duration, temporal patterns, climate change) using a single set of control files rather than creating a new set of control files for every simulation. This makes the management of the model easier, ensures consistency between the simulations and better quality control. Without implementing event management, six TCFs and six bc_dbase files are required to run this module, using event management, only one each is needed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M09 EventManagement 01a.png]]&amp;lt;br&amp;gt;Events are set up using a define event block in TUFLOW Event File (TEF) - &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command terminated by &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Note: If Event logic can be added into most of TUFLOW’s control files where model inputs or parameters may vary between events. The only control files not supporting event logic are the TUFLOW Rainfall Control File (.trcf), TUFLOW External Stress File (.tesf), Advection Control File (.adcf) and within a Define Control command inside a TUFLOW Operational Control (.toc) file.&lt;br /&gt;
&lt;br /&gt;
The TUFLOW control files are:&lt;br /&gt;
:*TUFLOW Events File (TEF): A database of TCF and ECF commands for different events.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Module 9 builds from the model created in &amp;lt;u&amp;gt;[[Tutorial_M02 | Module 2]]&amp;lt;/u&amp;gt;. The completed Module 2 model is provided in the Module_09\TUFLOW folder.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Simulation Control Files =&lt;br /&gt;
=== TUFLOW Event File (TEF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_09\Tutorial_Data&#039;&#039;&#039; folder. Copy the &#039;&#039;&#039;Event_File.tef&#039;&#039;&#039; in to the &#039;&#039;&#039; Module_09\TUFLOW\runs&#039;&#039;&#039; folder. &lt;br /&gt;
&amp;lt;li&amp;gt;Open the TEF in a text editor. There are three event magnitudes and two event durations listed:&lt;br /&gt;
:*Event Magnitudes: 5% AEP, 2% AEP and 1% AEP&lt;br /&gt;
:*Event Durations: 1hr and 2hr &lt;br /&gt;
&amp;lt;li&amp;gt;The event specific commands are contained between the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; commands. &lt;br /&gt;
&amp;lt;li&amp;gt;The &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;BC Event Source&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command is linked to the bc_dbase file. In the below examples, any occurrence of &#039;~AEP~&#039; in the bc_dbase is replaced with &#039;05p&#039; and any occurrence of &#039;~DUR~&#039; in the bc_dbase is replaced with &#039;1hr&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! EVENT MAGNITUDES&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; == &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;05p&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
 &amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;   BC Event Source &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ~AEP~ | 05p&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! EVENT DURATIONS&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; == &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;1hr&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
 &amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;   BC Event Source &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ~DUR~ | 1hr&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
Note: The &#039;AEP&#039; and &#039;DUR&#039; are user defined variables. The &#039;AEP&#039; refers to an event magnitude (Annual Exceedance Probability) and &#039;DUR&#039; refers to an event duration.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;TUFLOW reads all of the defined events in the TEF and selects the ones specified in the batch file. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Boundary Condition Database (bc_dbase) ===&lt;br /&gt;
Update the bc_dbase with event magnitude and event duration placeholders:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_09\Tutorial_Data&#039;&#039;&#039; folder. Copy and paste the following files to the &#039;&#039;&#039; Module_09\TUFLOW\bc_dbase&#039;&#039;&#039; folder. These files contains the inflows for each event magnitude and duration. &lt;br /&gt;
:*05p1hr.csv&lt;br /&gt;
:*05p2hr.csv&lt;br /&gt;
:*02p1hr.csv&lt;br /&gt;
:*02p2hr.csv&lt;br /&gt;
:*01p1hr.csv&lt;br /&gt;
:*01p2hr.csv&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of the &#039;&#039;&#039;bc_dbase.csv&#039;&#039;&#039; as &#039;&#039;&#039;bc_dbase_M09_001.csv&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file and make the following updates to the &#039;Source&#039; column:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M09 bc dbase 02.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the bc_dbase.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Control File (TCF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M02_5m_001.tcf&#039;&#039;&#039; as &#039;&#039;&#039;M09_5m_~e1~_~e2~_001.tcf&#039;&#039;&#039; in the &#039;&#039;&#039;Module_09\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file &#039;&#039;&#039;M09_5m_~e1~_~e2~_001.tcf&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the reference to the bc_dbase:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;BC Database &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ..\bc_dbase\bc_dbase_M09_001.csv	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the Boundary Conditions Database&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following command to reference the TEF at the end of the TCF:  &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! EVENTS&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Event File &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; Event_File.tef	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the TUFLOW Event File&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TCF.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Running the Simulation =&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M02_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M09_HPC.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_09\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the batch file to reference the &#039;&#039;&#039;M09_5m_~e1~_~e2~_001.tcf&#039;&#039;&#039; and include event switches (-e1, -e2) defining event magnitude and event duration:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; %exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 05p -e2 1hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 05p -e2 2hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 02p -e2 1hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 02p -e2 2hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 01p -e2 1hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 01p -e2 2hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting = &lt;br /&gt;
See tips on common mistakes and troubleshooting steps if the model doesn&#039;t run:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_Troubleshooting_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Check Files =&lt;br /&gt;
While the model is running, review the added features are specified correctly:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the &#039;&#039;&#039;M09_5m_05p_1hr_001.tlf&#039;&#039;&#039; from the &#039;&#039;&#039;Module_09\TUFLOW\runs\log&#039;&#039;&#039; folder in a text editor. &lt;br /&gt;
&amp;lt;li&amp;gt;The name of the events replaced the placeholders in the TCF name.&lt;br /&gt;
&amp;lt;li&amp;gt;Confirm the specified events and event sources:&amp;lt;br&amp;gt;&lt;br /&gt;
{{Video|name=Animation_M09_Check_01c.mp4|width=928}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Results=&lt;br /&gt;
When the model is finished, review the results:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M09_Results_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conclusion =&lt;br /&gt;
&lt;br /&gt;
* Multiple events were set up in the TUFLOW Event File (TEF) with define event blocks.&lt;br /&gt;
&lt;br /&gt;
*TUFLOW Log Files (TLF) were reviewed.&lt;br /&gt;
*Multiple event results were inspected using the TUFLOW Viewer.&lt;br /&gt;
*For further training opportunities see &amp;lt;u&amp;gt;[https://tuflow.com/training/training-course-catalogue/ TUFLOW Training Catalogue]&amp;lt;/u&amp;gt; and/or contact &amp;lt;u&amp;gt;[mailto:training@tuflow.com training@tuflow.com]&amp;lt;/u&amp;gt;. &lt;br /&gt;
*Alternatively, see the &amp;lt;u&amp;gt;[[TUFLOW_Example_Models#Example_Model_Catalogue | TUFLOW Example Models]]&amp;lt;/u&amp;gt; to explore the full list of TUFLOW features.&lt;br /&gt;
=Looping Batch File (Optional)=&lt;br /&gt;
Looping batch file is a powerful tool running large number of simulations with the least amount of batch file text:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M09_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M09_HPC_loop.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_09\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following commands. Indentation is important in batch files, insert tabs to match the below spacing:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;off&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; AEP&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;05p 02p 01p&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; DUR&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;1hr 2hr&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%AEP%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%DUR%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;( &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;		echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Running &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a %%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;-e1 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e2 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;M09_5m_~e1~_~e2~_001.tcf&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;	)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Note: The &#039;AEP&#039; and &#039;DUR&#039; are user defined batch file variables. The &#039;AEP&#039; refers to an event magnitude (Annual Exceedance Probability) and &#039;DUR&#039; refers to an event duration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Variables (Optional) =&lt;br /&gt;
Variables provide a way to define values once and reuse them across control files, which helps manage models with multiple scenarios and events.&lt;br /&gt;
&lt;br /&gt;
Scenarios and events are automatically available as variables. Variables can also be defined using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Set Variable &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;command as described in Section 13.2.3 Variables of the TUFLOW manual. They are referenced by enclosing the variable name within &amp;lt;&amp;lt; and &amp;gt;&amp;gt;. Example models using variables are provided in the [[TUFLOW Example Models#Bulk Simulation Management|Bulk Simulation Management Example Model Dataset]] on the TUFLOW Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Tutorial_Introduction| Back to Tutorial Introduction Main Page]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Tutorial_M09&amp;diff=45311</id>
		<title>Tutorial M09</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Tutorial_M09&amp;diff=45311"/>
		<updated>2026-01-05T04:52:00Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Looping Batch File (Optional) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
In this module, event management is introduced. This is a powerful functionality running multiple event combinations (e.g. magnitude, duration, temporal patterns, climate change) using a single set of control files rather than creating a new set of control files for every simulation. This makes the management of the model easier, ensures consistency between the simulations and better quality control. Without implementing event management, six TCFs and six bc_dbase files are required to run this module, using event management, only one each is needed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M09 EventManagement 01a.png]]&amp;lt;br&amp;gt;Events are set up using a define event block in TUFLOW Event File (TEF) - &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command terminated by &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Note: If Event logic can be added into most of TUFLOW’s control files where model inputs or parameters may vary between events. The only control files not supporting event logic are the TUFLOW Rainfall Control File (.trcf), TUFLOW External Stress File (.tesf), Advection Control File (.adcf) and within a Define Control command inside a TUFLOW Operational Control (.toc) file.&lt;br /&gt;
&lt;br /&gt;
The TUFLOW control files are:&lt;br /&gt;
:*TUFLOW Events File (TEF): A database of TCF and ECF commands for different events.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Module 9 builds from the model created in &amp;lt;u&amp;gt;[[Tutorial_M02 | Module 2]]&amp;lt;/u&amp;gt;. The completed Module 2 model is provided in the Module_09\TUFLOW folder.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Simulation Control Files =&lt;br /&gt;
=== TUFLOW Event File (TEF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_09\Tutorial_Data&#039;&#039;&#039; folder. Copy the &#039;&#039;&#039;Event_File.tef&#039;&#039;&#039; in to the &#039;&#039;&#039; Module_09\TUFLOW\runs&#039;&#039;&#039; folder. &lt;br /&gt;
&amp;lt;li&amp;gt;Open the TEF in a text editor. There are three event magnitudes and two event durations listed:&lt;br /&gt;
:*Event Magnitudes: 5% AEP, 2% AEP and 1% AEP&lt;br /&gt;
:*Event Durations: 1hr and 2hr &lt;br /&gt;
&amp;lt;li&amp;gt;The event specific commands are contained between the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; commands. &lt;br /&gt;
&amp;lt;li&amp;gt;The &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;BC Event Source&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command is linked to the bc_dbase file. In the below examples, any occurrence of &#039;~AEP~&#039; in the bc_dbase is replaced with &#039;05p&#039; and any occurrence of &#039;~DUR~&#039; in the bc_dbase is replaced with &#039;1hr&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! EVENT MAGNITUDES&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; == &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;05p&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
 &amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;   BC Event Source &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ~AEP~ | 05p&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! EVENT DURATIONS&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; == &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;1hr&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
 &amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;   BC Event Source &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ~DUR~ | 1hr&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
Note: The &#039;AEP&#039; and &#039;DUR&#039; are user defined variables. The &#039;AEP&#039; refers to an event magnitude (Annual Exceedance Probability) and &#039;DUR&#039; refers to an event duration.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;TUFLOW reads all of the defined events in the TEF and selects the ones specified in the batch file. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Boundary Condition Database (bc_dbase) ===&lt;br /&gt;
Update the bc_dbase with event magnitude and event duration placeholders:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_09\Tutorial_Data&#039;&#039;&#039; folder. Copy and paste the following files to the &#039;&#039;&#039; Module_09\TUFLOW\bc_dbase&#039;&#039;&#039; folder. These files contains the inflows for each event magnitude and duration. &lt;br /&gt;
:*05p1hr.csv&lt;br /&gt;
:*05p2hr.csv&lt;br /&gt;
:*02p1hr.csv&lt;br /&gt;
:*02p2hr.csv&lt;br /&gt;
:*01p1hr.csv&lt;br /&gt;
:*01p2hr.csv&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of the &#039;&#039;&#039;bc_dbase.csv&#039;&#039;&#039; as &#039;&#039;&#039;bc_dbase_M09_001.csv&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file and make the following updates to the &#039;Source&#039; column:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M09 bc dbase 02.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the bc_dbase.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Control File (TCF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M02_5m_001.tcf&#039;&#039;&#039; as &#039;&#039;&#039;M09_5m_~e1~_~e2~_001.tcf&#039;&#039;&#039; in the &#039;&#039;&#039;Module_09\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file &#039;&#039;&#039;M09_5m_~e1~_~e2~_001.tcf&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the reference to the bc_dbase:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;BC Database &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ..\bc_dbase\bc_dbase_M09_001.csv	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the Boundary Conditions Database&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following command to reference the TEF at the end of the TCF:  &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! EVENTS&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Event File &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; Event_File.tef	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the TUFLOW Event File&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TCF.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Running the Simulation =&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M02_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M09_HPC.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_09\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the batch file to reference the &#039;&#039;&#039;M09_5m_~e1~_~e2~_001.tcf&#039;&#039;&#039; and include event switches (-e1, -e2) defining event magnitude and event duration:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; %exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 05p -e2 1hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 05p -e2 2hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 02p -e2 1hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 02p -e2 2hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 01p -e2 1hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 01p -e2 2hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting = &lt;br /&gt;
See tips on common mistakes and troubleshooting steps if the model doesn&#039;t run:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_Troubleshooting_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Check Files =&lt;br /&gt;
While the model is running, review the added features are specified correctly:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the &#039;&#039;&#039;M09_5m_05p_1hr_001.tlf&#039;&#039;&#039; from the &#039;&#039;&#039;Module_09\TUFLOW\runs\log&#039;&#039;&#039; folder in a text editor. &lt;br /&gt;
&amp;lt;li&amp;gt;The name of the events replaced the placeholders in the TCF name.&lt;br /&gt;
&amp;lt;li&amp;gt;Confirm the specified events and event sources:&amp;lt;br&amp;gt;&lt;br /&gt;
{{Video|name=Animation_M09_Check_01c.mp4|width=928}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Results=&lt;br /&gt;
When the model is finished, review the results:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M09_Results_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conclusion =&lt;br /&gt;
&lt;br /&gt;
* Multiple events were set up in the TUFLOW Event File (TEF) with define event blocks.&lt;br /&gt;
&lt;br /&gt;
*TUFLOW Log Files (TLF) were reviewed.&lt;br /&gt;
*Multiple event results were inspected using the TUFLOW Viewer.&lt;br /&gt;
*For further training opportunities see &amp;lt;u&amp;gt;[https://tuflow.com/training/training-course-catalogue/ TUFLOW Training Catalogue]&amp;lt;/u&amp;gt; and/or contact &amp;lt;u&amp;gt;[mailto:training@tuflow.com training@tuflow.com]&amp;lt;/u&amp;gt;. &lt;br /&gt;
*Alternatively, see the &amp;lt;u&amp;gt;[[TUFLOW_Example_Models#Example_Model_Catalogue | TUFLOW Example Models]]&amp;lt;/u&amp;gt; to explore the full list of TUFLOW features.&lt;br /&gt;
=Looping Batch File (Optional)=&lt;br /&gt;
Looping batch file is a powerful tool running large number of simulations with the least amount of batch file text:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M09_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M09_HPC_loop.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_09\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following commands. Indentation is important in batch files, insert tabs to match the below spacing:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;off&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; AEP&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;05p 02p 01p&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; DUR&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;1hr 2hr&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%AEP%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%DUR%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;( &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;		echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Running &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a %%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;-e1 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e2 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;M09_5m_~e1~_~e2~_001.tcf&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;	)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Note: The &#039;AEP&#039; and &#039;DUR&#039; are user defined batch file variables. The &#039;AEP&#039; refers to an event magnitude (Annual Exceedance Probability) and &#039;DUR&#039; refers to an event duration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Variables (Optional) =&lt;br /&gt;
Variables provide a way to define values once and reuse them across control files, which helps manage models with multiple scenarios and events.&lt;br /&gt;
&lt;br /&gt;
Scenarios and events are automatically available as variables. Variables can also be defined using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Set Variable &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;command as described in Section 13.2.3 Variables of the TUFLOW manual. They are referenced by enclosing the variable name within &amp;lt;&amp;lt; and &amp;gt;&amp;gt;. Example models using variables are provided in the [[TUFLOW Example Models#Bulk Simulation Management|Bulk Simulation Management Example Model Dataset]] on the TUFLOW Wiki.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Tutorial_Introduction| Back to Tutorial Introduction Main Page]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Tutorial_M08&amp;diff=45310</id>
		<title>Tutorial M08</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Tutorial_M08&amp;diff=45310"/>
		<updated>2026-01-05T04:46:48Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Variables (Optional) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
In this module, scenario management is introduced. This is a powerful functionality running different simulations using a single set of control files rather than creating a new set of control files for every simulation. This makes the management of the model easier, ensures consistency between the simulations and better quality control. Without implementing scenario management, six TCFs and six TGC files are required to run this module, using scenario management, only one each is needed:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M08 ScenarioManagement 02.png]]&amp;lt;br&amp;gt;Scenarios are set up using an if scenario logic block - &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command followed by &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; commands adding on different scenarios and terminated by &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Note: Scenarios can be added to most of TUFLOW’s control files. The only control files that do not support scenarios are the TUFLOW Rainfall Control File (.trcf), TUFLOW External Stress File (.tesf), Advection Control File (.adcf), or within a Define Control command inside a TUFLOW Operational Control (.toc) file.&lt;br /&gt;
&lt;br /&gt;
The tutorial demonstrates two ways of using scenarios:&lt;br /&gt;
:*Part 1: Single Scenario - cell size.&lt;br /&gt;
:*Part 2: Multiple Scenarios - cell size and topography updates.&lt;br /&gt;
&lt;br /&gt;
The GIS layers are:&lt;br /&gt;
:*TGC layers:&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;2d_zsh: A layer used to modify Zpt elevations using points, lines and polygons.&lt;br /&gt;
&amp;lt;li&amp;gt;2d_mat: A layer used to define the land use (material) types within the developmental area.&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Module 8 builds from the model created in &amp;lt;u&amp;gt;[[Tutorial_M02 | Module 2]]&amp;lt;/u&amp;gt;. The completed Module 2 model is provided in the Module_08\TUFLOW folder.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
=Part 1 - Single Scenario=&lt;br /&gt;
Use scenario management to run the model with a range of different cell sizes, initial timesteps and SGS sample frequency within a single TCF. These steps are often used to conduct a cell size convergence sensitivity testing. &lt;br /&gt;
&lt;br /&gt;
== Simulation Control Files ==&lt;br /&gt;
=== TUFLOW Geometry Control File (TGC) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M02_001.tgc&#039;&#039;&#039; as &#039;&#039;&#039;M08_001.tgc&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\model&#039;&#039;&#039; folder. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the &#039;&#039;&#039;M08_001.tgc&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Comment out or delete the &#039;cell size&#039; command and add the following if scenario logic block:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! Cell Size == 5		! 2D cell size in metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - 10m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Cell Size &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! 2D cell size in metres - 10 metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;      ! 5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Cell Size &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;5 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! 2D cell size in metres - 5 metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2.5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;    ! 2.5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Cell Size &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2.5 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;        ! 2D cell size in metres - 2.5 metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TGC.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
Note: The &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command causes TUFLOW to stop every time it encounters it. In the example above, if a cell size was specified other than 10m, 5m, or 2.5m, &#039;Error: Scenario Name Not Valid&#039; would be displayed. The simulation can then be continued or discontinued via a dialog window.&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Control File (TCF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M02_5m_001.tcf&#039;&#039;&#039; as &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Update the TGC reference: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Geometry Control File &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;..\model\M08_001.tgc &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the TUFLOW Geometry Control File&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The Timestep is dependent on the model cell size. A general guide is to use 1/2 to 1/5 of the model cell size in metres. Comment out or delete the &#039;Timestep&#039; command and add the following if scenario logic block:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! Timestep == 1		! Specifies the first 2D computational timestep of 1 second&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - 10m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	! Specifies the first 2D computational timestep of 2 seconds&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;      ! 5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;1 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Specifies the first 2D computational timestep of 1 second&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2.5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;    ! 2.5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;0.5 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;   ! Specifies the first 2D computational timestep of 0.5 seconds&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TCF.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Running the Simulation ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M02_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M08_HPC.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the batch file to reference the &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; and include a scenario switch (-s1) defining cell size:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; %exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 10m M08_~s1~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 5m M08_~s1~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 2.5m M08_~s1~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting == &lt;br /&gt;
See tips on common mistakes and troubleshooting steps if the model doesn&#039;t run:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_Troubleshooting_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check Files ==&lt;br /&gt;
While the model is running, review the added features are specified correctly:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_001_Check_Files_QGIS | QGIS - SHP]]&amp;lt;/u&amp;gt;&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_001_Check_Files_QGIS_GPKG | QGIS - GPKG]]&amp;lt;/u&amp;gt;&lt;br /&gt;
Compare the model cell count:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_08\TUFLOW\runs\log&#039;&#039;&#039; folder and open the following files in a text editor:&lt;br /&gt;
:*&#039;&#039;&#039;M08_10m_001.tlf&#039;&#039;&#039;&lt;br /&gt;
:*&#039;&#039;&#039;M08_5m_001.tlf&#039;&#039;&#039;&lt;br /&gt;
:*&#039;&#039;&#039;M08_2.5m_001.tlf&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;li&amp;gt;Search for &#039;Number 2D Cells&#039; and view the number of active cells for each model. This is the number of active cells as specified by the 2d_code layer. There are approximately 16 times more cells in the 2.5m model compared to the 10m model:&lt;br /&gt;
:*M08_10m_001: 5122&lt;br /&gt;
:*M08_5m_001: 20486&lt;br /&gt;
:*M08_2.5m_001: 81869&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Results==&lt;br /&gt;
When the model is finished, review the results:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_001_Results_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
Compare the model run times:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder and open the &#039;&#039;&#039;_TUFLOW Simulations.log&#039;&#039;&#039;  in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;The file shows the simulation times for all the simulations.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M08_TUFLOW_Simulations_f.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Part 2 - Multiple Scenarios=&lt;br /&gt;
Use scenario management to run the model with a range of different cell sizes and topography changes within a single TCF. These steps are often used to conduct an impact assessment.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== GIS Inputs ==&lt;br /&gt;
Create, import and view input data:&amp;lt;br&amp;gt;&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_GIS_Inputs_QGIS | QGIS - SHP]]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_GIS_Inputs_QGIS_GPKG | QGIS - GPKG]]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Simulation Control Files == &lt;br /&gt;
=== TUFLOW Geometry Control File (TGC) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M08_001.tgc&#039;&#039;&#039; as &#039;&#039;&#039;M08_002.tgc&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\model&#039;&#039;&#039; folder. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the &#039;&#039;&#039;M08_002.tgc&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Include the following if scenario logic block for existing and developed case after the &#039;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Z Shape&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&#039; command:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - SHP&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Z Shape &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;gis\2d_zsh_M02_landscape_002_R.shp | gis\2d_zsh_M02_landscape_002_L.shp | gis\2d_zsh_M02_landscape_002_P.shp &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Defines areas of complex landscaping&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - GPKG&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Z Shape &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2d_zsh_M02_landscape_002_R | 2d_zsh_M02_landscape_002_L | 2d_zsh_M02_landscape_002_P &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Defines areas of complex landscaping&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Include the following if scenario logic block for existing and developed case after the &#039;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Mat&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&#039; command:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - SHP&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Mat &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;gis\2d_mat_M02_landscape_002_R.shp &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Sets material values according to attributes in the GIS layer&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - GPKG&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Mat &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2d_mat_M02_landscape_002_R &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Sets material values according to attributes in the GIS layer&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TGC.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Control File (TCF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; as &#039;&#039;&#039;M08_~s1~_~s2~_002.tcf&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file &#039;&#039;&#039;M08_~s1~_~s2~_002.tcf&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the TGC reference: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Geometry Control File &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;..\model\M08_002.tgc &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the TUFLOW Geometry Control File&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;For GeoPackage users, update the Spatial Database reference: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - GPKG&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Spatial Database &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;..\model\gis\M08_002.gpkg&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Specify the location of the GeoPackage Spatial Database&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TCF.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Running the Simulation ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open &#039;&#039;&#039;_run_M08_HPC.bat&#039;&#039;&#039; from the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the batch file to reference the &#039;&#039;&#039;M08_~s1~_~s2~_002.tcf&#039;&#039;&#039; and in addition to cell size scenario switch (-s1) include second scenario switch (-s2) defining topography:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; %exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 2.5m -s2 EXG M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 2.5m -s2 DEV M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 5m -s2 EXG M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 5m -s2 DEV M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 10m -s2 EXG M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 10m -s2 DEV M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting == &lt;br /&gt;
See tips on common mistakes and troubleshooting steps if the model doesn&#039;t run:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_Troubleshooting_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check Files ==&lt;br /&gt;
While the model is running, review the added features are specified correctly:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_Check_Files_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Results==&lt;br /&gt;
When the model is finished, review the results:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_Results_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conclusion =&lt;br /&gt;
:*Single and multiple scenarios were set up and run with a range of cell sizes and designs.&lt;br /&gt;
:*Check files were assessed to view the changes based on each scenario.&lt;br /&gt;
:*Multiple scenario results were viewed using the TUFLOW Viewer.&lt;br /&gt;
:*For further training opportunities see &amp;lt;u&amp;gt;[https://tuflow.com/training/training-course-catalogue/ TUFLOW Training Catalogue]&amp;lt;/u&amp;gt; and/or contact &amp;lt;u&amp;gt;[mailto:training@tuflow.com training@tuflow.com]&amp;lt;/u&amp;gt;. &lt;br /&gt;
:*Alternatively, see the &amp;lt;u&amp;gt;[[TUFLOW_Example_Models#Example_Model_Catalogue | TUFLOW Example Models]]&amp;lt;/u&amp;gt; to explore the full list of TUFLOW features.&lt;br /&gt;
=Looping Batch File (Optional)=&lt;br /&gt;
Looping batch file is a powerful tool running large number of simulations with the least amount of batch file text:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M08_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M08_HPC_loop.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following commands. Indentation is important in batch files, insert tabs to match the below spacing:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;off&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; CSZ&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10m 5m 2.5m&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; DES&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG DEV&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%CSZ%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%DES%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;( &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;		echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Running &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a %%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;-s1 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s2 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;M08_~s1~_~s2~_002.tcf&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;	)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Note: The &#039;CSZ&#039; and &#039;DES&#039; are user defined batch file variables. The &#039;CSZ&#039; refers to a cell size and &#039;DES&#039; refers to a design scenario. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Variables (Optional) =&lt;br /&gt;
Variables provide a way to define values once and reuse them across control files, which helps manage models with multiple scenarios and events.&lt;br /&gt;
&lt;br /&gt;
Scenarios and events are automatically available as variables. Variables can also be defined using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Set Variable &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;command as described in Section 13.2.3 Variables of the [https://docs.tuflow.com/classic-hpc/manual/latest/ &amp;lt;u&amp;gt;TUFLOW manual&amp;lt;/u&amp;gt;]. They are referenced by enclosing the variable name within &amp;lt;&amp;lt; and &amp;gt;&amp;gt;. Example models using variables are provided in the [[TUFLOW Example Models#Bulk Simulation Management|&amp;lt;u&amp;gt;Bulk Simulation Management Example Model Dataset&amp;lt;/u&amp;gt;]] on the TUFLOW Wiki.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Tutorial_Introduction| Back to Tutorial Introduction Main Page]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Tutorial_M08&amp;diff=45302</id>
		<title>Tutorial M08</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Tutorial_M08&amp;diff=45302"/>
		<updated>2026-01-05T03:55:10Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Looping Batch File (Optional) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
In this module, scenario management is introduced. This is a powerful functionality running different simulations using a single set of control files rather than creating a new set of control files for every simulation. This makes the management of the model easier, ensures consistency between the simulations and better quality control. Without implementing scenario management, six TCFs and six TGC files are required to run this module, using scenario management, only one each is needed:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M08 ScenarioManagement 02.png]]&amp;lt;br&amp;gt;Scenarios are set up using an if scenario logic block - &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command followed by &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; commands adding on different scenarios and terminated by &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Note: Scenarios can be added to most of TUFLOW’s control files. The only control files that do not support scenarios are the TUFLOW Rainfall Control File (.trcf), TUFLOW External Stress File (.tesf), Advection Control File (.adcf), or within a Define Control command inside a TUFLOW Operational Control (.toc) file.&lt;br /&gt;
&lt;br /&gt;
The tutorial demonstrates two ways of using scenarios:&lt;br /&gt;
:*Part 1: Single Scenario - cell size.&lt;br /&gt;
:*Part 2: Multiple Scenarios - cell size and topography updates.&lt;br /&gt;
&lt;br /&gt;
The GIS layers are:&lt;br /&gt;
:*TGC layers:&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;2d_zsh: A layer used to modify Zpt elevations using points, lines and polygons.&lt;br /&gt;
&amp;lt;li&amp;gt;2d_mat: A layer used to define the land use (material) types within the developmental area.&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Module 8 builds from the model created in &amp;lt;u&amp;gt;[[Tutorial_M02 | Module 2]]&amp;lt;/u&amp;gt;. The completed Module 2 model is provided in the Module_08\TUFLOW folder.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
=Part 1 - Single Scenario=&lt;br /&gt;
Use scenario management to run the model with a range of different cell sizes, initial timesteps and SGS sample frequency within a single TCF. These steps are often used to conduct a cell size convergence sensitivity testing. &lt;br /&gt;
&lt;br /&gt;
== Simulation Control Files ==&lt;br /&gt;
=== TUFLOW Geometry Control File (TGC) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M02_001.tgc&#039;&#039;&#039; as &#039;&#039;&#039;M08_001.tgc&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\model&#039;&#039;&#039; folder. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the &#039;&#039;&#039;M08_001.tgc&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Comment out or delete the &#039;cell size&#039; command and add the following if scenario logic block:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! Cell Size == 5		! 2D cell size in metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - 10m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Cell Size &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! 2D cell size in metres - 10 metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;      ! 5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Cell Size &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;5 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! 2D cell size in metres - 5 metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2.5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;    ! 2.5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Cell Size &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2.5 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;        ! 2D cell size in metres - 2.5 metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TGC.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
Note: The &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command causes TUFLOW to stop every time it encounters it. In the example above, if a cell size was specified other than 10m, 5m, or 2.5m, &#039;Error: Scenario Name Not Valid&#039; would be displayed. The simulation can then be continued or discontinued via a dialog window.&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Control File (TCF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M02_5m_001.tcf&#039;&#039;&#039; as &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Update the TGC reference: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Geometry Control File &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;..\model\M08_001.tgc &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the TUFLOW Geometry Control File&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The Timestep is dependent on the model cell size. A general guide is to use 1/2 to 1/5 of the model cell size in metres. Comment out or delete the &#039;Timestep&#039; command and add the following if scenario logic block:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! Timestep == 1		! Specifies the first 2D computational timestep of 1 second&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - 10m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	! Specifies the first 2D computational timestep of 2 seconds&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;      ! 5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;1 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Specifies the first 2D computational timestep of 1 second&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2.5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;    ! 2.5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;0.5 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;   ! Specifies the first 2D computational timestep of 0.5 seconds&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TCF.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Running the Simulation ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M02_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M08_HPC.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the batch file to reference the &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; and include a scenario switch (-s1) defining cell size:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; %exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 10m M08_~s1~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 5m M08_~s1~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 2.5m M08_~s1~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting == &lt;br /&gt;
See tips on common mistakes and troubleshooting steps if the model doesn&#039;t run:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_Troubleshooting_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check Files ==&lt;br /&gt;
While the model is running, review the added features are specified correctly:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_001_Check_Files_QGIS | QGIS - SHP]]&amp;lt;/u&amp;gt;&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_001_Check_Files_QGIS_GPKG | QGIS - GPKG]]&amp;lt;/u&amp;gt;&lt;br /&gt;
Compare the model cell count:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_08\TUFLOW\runs\log&#039;&#039;&#039; folder and open the following files in a text editor:&lt;br /&gt;
:*&#039;&#039;&#039;M08_10m_001.tlf&#039;&#039;&#039;&lt;br /&gt;
:*&#039;&#039;&#039;M08_5m_001.tlf&#039;&#039;&#039;&lt;br /&gt;
:*&#039;&#039;&#039;M08_2.5m_001.tlf&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;li&amp;gt;Search for &#039;Number 2D Cells&#039; and view the number of active cells for each model. This is the number of active cells as specified by the 2d_code layer. There are approximately 16 times more cells in the 2.5m model compared to the 10m model:&lt;br /&gt;
:*M08_10m_001: 5122&lt;br /&gt;
:*M08_5m_001: 20486&lt;br /&gt;
:*M08_2.5m_001: 81869&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Results==&lt;br /&gt;
When the model is finished, review the results:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_001_Results_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
Compare the model run times:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder and open the &#039;&#039;&#039;_TUFLOW Simulations.log&#039;&#039;&#039;  in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;The file shows the simulation times for all the simulations.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M08_TUFLOW_Simulations_f.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Part 2 - Multiple Scenarios=&lt;br /&gt;
Use scenario management to run the model with a range of different cell sizes and topography changes within a single TCF. These steps are often used to conduct an impact assessment.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== GIS Inputs ==&lt;br /&gt;
Create, import and view input data:&amp;lt;br&amp;gt;&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_GIS_Inputs_QGIS | QGIS - SHP]]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_GIS_Inputs_QGIS_GPKG | QGIS - GPKG]]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Simulation Control Files == &lt;br /&gt;
=== TUFLOW Geometry Control File (TGC) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M08_001.tgc&#039;&#039;&#039; as &#039;&#039;&#039;M08_002.tgc&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\model&#039;&#039;&#039; folder. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the &#039;&#039;&#039;M08_002.tgc&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Include the following if scenario logic block for existing and developed case after the &#039;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Z Shape&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&#039; command:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - SHP&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Z Shape &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;gis\2d_zsh_M02_landscape_002_R.shp | gis\2d_zsh_M02_landscape_002_L.shp | gis\2d_zsh_M02_landscape_002_P.shp &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Defines areas of complex landscaping&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - GPKG&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Z Shape &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2d_zsh_M02_landscape_002_R | 2d_zsh_M02_landscape_002_L | 2d_zsh_M02_landscape_002_P &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Defines areas of complex landscaping&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Include the following if scenario logic block for existing and developed case after the &#039;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Mat&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&#039; command:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - SHP&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Mat &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;gis\2d_mat_M02_landscape_002_R.shp &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Sets material values according to attributes in the GIS layer&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - GPKG&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Mat &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2d_mat_M02_landscape_002_R &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Sets material values according to attributes in the GIS layer&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TGC.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Control File (TCF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; as &#039;&#039;&#039;M08_~s1~_~s2~_002.tcf&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file &#039;&#039;&#039;M08_~s1~_~s2~_002.tcf&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the TGC reference: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Geometry Control File &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;..\model\M08_002.tgc &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the TUFLOW Geometry Control File&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;For GeoPackage users, update the Spatial Database reference: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - GPKG&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Spatial Database &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;..\model\gis\M08_002.gpkg&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Specify the location of the GeoPackage Spatial Database&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TCF.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Running the Simulation ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open &#039;&#039;&#039;_run_M08_HPC.bat&#039;&#039;&#039; from the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the batch file to reference the &#039;&#039;&#039;M08_~s1~_~s2~_002.tcf&#039;&#039;&#039; and in addition to cell size scenario switch (-s1) include second scenario switch (-s2) defining topography:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; %exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 2.5m -s2 EXG M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 2.5m -s2 DEV M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 5m -s2 EXG M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 5m -s2 DEV M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 10m -s2 EXG M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 10m -s2 DEV M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting == &lt;br /&gt;
See tips on common mistakes and troubleshooting steps if the model doesn&#039;t run:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_Troubleshooting_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check Files ==&lt;br /&gt;
While the model is running, review the added features are specified correctly:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_Check_Files_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Results==&lt;br /&gt;
When the model is finished, review the results:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_Results_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conclusion =&lt;br /&gt;
:*Single and multiple scenarios were set up and run with a range of cell sizes and designs.&lt;br /&gt;
:*Check files were assessed to view the changes based on each scenario.&lt;br /&gt;
:*Multiple scenario results were viewed using the TUFLOW Viewer.&lt;br /&gt;
:*For further training opportunities see &amp;lt;u&amp;gt;[https://tuflow.com/training/training-course-catalogue/ TUFLOW Training Catalogue]&amp;lt;/u&amp;gt; and/or contact &amp;lt;u&amp;gt;[mailto:training@tuflow.com training@tuflow.com]&amp;lt;/u&amp;gt;. &lt;br /&gt;
:*Alternatively, see the &amp;lt;u&amp;gt;[[TUFLOW_Example_Models#Example_Model_Catalogue | TUFLOW Example Models]]&amp;lt;/u&amp;gt; to explore the full list of TUFLOW features.&lt;br /&gt;
=Looping Batch File (Optional)=&lt;br /&gt;
Looping batch file is a powerful tool running large number of simulations with the least amount of batch file text:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M08_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M08_HPC_loop.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following commands. Indentation is important in batch files, insert tabs to match the below spacing:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;off&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; CSZ&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10m 5m 2.5m&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; DES&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG DEV&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%CSZ%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%DES%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;( &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;		echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Running &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a %%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;-s1 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s2 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;M08_~s1~_~s2~_002.tcf&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;	)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Note: The &#039;CSZ&#039; and &#039;DES&#039; are user defined batch file variables. The &#039;CSZ&#039; refers to a cell size and &#039;DES&#039; refers to a design scenario. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Variables (Optional) =&lt;br /&gt;
Variables provide a way to define values once and reuse them across control files, which helps manage models with multiple scenarios and events.&lt;br /&gt;
&lt;br /&gt;
Scenarios and events are automatically available as variables. Variables can also be defined using the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Set Variable &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;command as described in Section 13.2.3 Variables of the [https://docs.tuflow.com/classic-hpc/manual/latest/ &amp;lt;u&amp;gt;TUFLOW manual&amp;lt;/u&amp;gt;]. They are referenced by enclosing the variable name within &amp;lt;&amp;lt; and &amp;gt;&amp;gt;. Example models using variables are provided in the [[TUFLOW Example Models#Bulk Simulation Management|&amp;lt;u&amp;gt;Bulk Simulation Management Example Model Dataset&amp;lt;/u&amp;gt;]] on the TUFLOW Wiki.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Tutorial_Introduction| Back to Tutorial Introduction Main Page]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Tutorial_M09&amp;diff=45297</id>
		<title>Tutorial M09</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Tutorial_M09&amp;diff=45297"/>
		<updated>2026-01-05T02:50:25Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
In this module, event management is introduced. This is a powerful functionality running multiple event combinations (e.g. magnitude, duration, temporal patterns, climate change) using a single set of control files rather than creating a new set of control files for every simulation. This makes the management of the model easier, ensures consistency between the simulations and better quality control. Without implementing event management, six TCFs and six bc_dbase files are required to run this module, using event management, only one each is needed:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M09 EventManagement 01a.png]]&amp;lt;br&amp;gt;Events are set up using a define event block in TUFLOW Event File (TEF) - &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command terminated by &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Note: If Event logic can be added into most of TUFLOW’s control files where model inputs or parameters may vary between events. The only control files not supporting event logic are the TUFLOW Rainfall Control File (.trcf), TUFLOW External Stress File (.tesf), Advection Control File (.adcf) and within a Define Control command inside a TUFLOW Operational Control (.toc) file.&lt;br /&gt;
&lt;br /&gt;
The TUFLOW control files are:&lt;br /&gt;
:*TUFLOW Events File (TEF): A database of TCF and ECF commands for different events.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Module 9 builds from the model created in &amp;lt;u&amp;gt;[[Tutorial_M02 | Module 2]]&amp;lt;/u&amp;gt;. The completed Module 2 model is provided in the Module_09\TUFLOW folder.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= Simulation Control Files =&lt;br /&gt;
=== TUFLOW Event File (TEF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_09\Tutorial_Data&#039;&#039;&#039; folder. Copy the &#039;&#039;&#039;Event_File.tef&#039;&#039;&#039; in to the &#039;&#039;&#039; Module_09\TUFLOW\runs&#039;&#039;&#039; folder. &lt;br /&gt;
&amp;lt;li&amp;gt;Open the TEF in a text editor. There are three event magnitudes and two event durations listed:&lt;br /&gt;
:*Event Magnitudes: 5% AEP, 2% AEP and 1% AEP&lt;br /&gt;
:*Event Durations: 1hr and 2hr &lt;br /&gt;
&amp;lt;li&amp;gt;The event specific commands are contained between the &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; and &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; commands. &lt;br /&gt;
&amp;lt;li&amp;gt;The &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;BC Event Source&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command is linked to the bc_dbase file. In the below examples, any occurrence of &#039;~AEP~&#039; in the bc_dbase is replaced with &#039;05p&#039; and any occurrence of &#039;~DUR~&#039; in the bc_dbase is replaced with &#039;1hr&#039;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! EVENT MAGNITUDES&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; == &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;05p&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
 &amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;   BC Event Source &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ~AEP~ | 05p&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! EVENT DURATIONS&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Define Event&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; == &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;1hr&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
 &amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;   BC Event Source &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ~DUR~ | 1hr&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End Define&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&lt;br /&gt;
Note: The &#039;AEP&#039; and &#039;DUR&#039; are user defined variables. The &#039;AEP&#039; refers to an event magnitude (Annual Exceedance Probability) and &#039;DUR&#039; refers to an event duration.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;TUFLOW reads all of the defined events in the TEF and selects the ones specified in the batch file. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Boundary Condition Database (bc_dbase) ===&lt;br /&gt;
Update the bc_dbase with event magnitude and event duration placeholders:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_09\Tutorial_Data&#039;&#039;&#039; folder. Copy and paste the following files to the &#039;&#039;&#039; Module_09\TUFLOW\bc_dbase&#039;&#039;&#039; folder. These files contains the inflows for each event magnitude and duration. &lt;br /&gt;
:*05p1hr.csv&lt;br /&gt;
:*05p2hr.csv&lt;br /&gt;
:*02p1hr.csv&lt;br /&gt;
:*02p2hr.csv&lt;br /&gt;
:*01p1hr.csv&lt;br /&gt;
:*01p2hr.csv&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of the &#039;&#039;&#039;bc_dbase.csv&#039;&#039;&#039; as &#039;&#039;&#039;bc_dbase_M09_001.csv&#039;&#039;&#039;.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file and make the following updates to the &#039;Source&#039; column:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M09 bc dbase 02.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the bc_dbase.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Control File (TCF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M02_5m_001.tcf&#039;&#039;&#039; as &#039;&#039;&#039;M09_5m_~e1~_~e2~_001.tcf&#039;&#039;&#039; in the &#039;&#039;&#039;Module_09\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file &#039;&#039;&#039;M09_5m_~e1~_~e2~_001.tcf&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the reference to the bc_dbase:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;BC Database &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ..\bc_dbase\bc_dbase_M09_001.csv	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the Boundary Conditions Database&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following command to reference the TEF at the end of the TCF:  &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! EVENTS&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Event File &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; Event_File.tef	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the TUFLOW Event File&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TCF.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Running the Simulation =&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M02_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M09_HPC.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_09\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the batch file to reference the &#039;&#039;&#039;M09_5m_~e1~_~e2~_001.tcf&#039;&#039;&#039; and include event switches (-e1, -e2) defining event magnitude and event duration:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; %exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 05p -e2 1hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 05p -e2 2hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 02p -e2 1hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 02p -e2 2hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 01p -e2 1hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e1 01p -e2 2hr M09_5m_~e1~_~e2~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Troubleshooting = &lt;br /&gt;
See tips on common mistakes and troubleshooting steps if the model doesn&#039;t run:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_Troubleshooting_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Check Files =&lt;br /&gt;
While the model is running, review the added features are specified correctly:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the &#039;&#039;&#039;M09_5m_05p_1hr_001.tlf&#039;&#039;&#039; from the &#039;&#039;&#039;Module_09\TUFLOW\runs\log&#039;&#039;&#039; folder in a text editor. &lt;br /&gt;
&amp;lt;li&amp;gt;The name of the events replaced the placeholders in the TCF name.&lt;br /&gt;
&amp;lt;li&amp;gt;Confirm the specified events and event sources:&amp;lt;br&amp;gt;&lt;br /&gt;
{{Video|name=Animation_M09_Check_01c.mp4|width=928}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Results=&lt;br /&gt;
When the model is finished, review the results:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M09_Results_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conclusion =&lt;br /&gt;
:*Multiple events were set up in the TUFLOW Event File (TEF) with define event blocks.&lt;br /&gt;
:*TUFLOW Log Files (TLF) were reviewed.&lt;br /&gt;
:*Multiple event results were inspected using the TUFLOW Viewer.&lt;br /&gt;
:*For further training opportunities see &amp;lt;u&amp;gt;[https://tuflow.com/training/training-course-catalogue/ TUFLOW Training Catalogue]&amp;lt;/u&amp;gt; and/or contact &amp;lt;u&amp;gt;[mailto:training@tuflow.com training@tuflow.com]&amp;lt;/u&amp;gt;. &amp;lt;br&amp;gt;&lt;br /&gt;
:*Alternatively, see the &amp;lt;u&amp;gt;[[TUFLOW_Example_Models#Example_Model_Catalogue | TUFLOW Example Models]]&amp;lt;/u&amp;gt; to explore the full list of TUFLOW features.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Looping Batch File (Optional)=&lt;br /&gt;
Looping batch file is a powerful tool running large number of simulations with the least amount of batch file text:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M09_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M09_HPC_loop.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_09\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following commands. Indentation is important in batch files, insert tabs to match the below spacing:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;off&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; AEP&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;05p 02p 01p&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; DUR&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;1hr 2hr&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%AEP%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%DUR%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;( &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;		echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Running &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a %%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;-e1 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -e2 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;M09_5m_~e1~_~e2~_001.tcf&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;	)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Note: The &#039;AEP&#039; and &#039;DUR&#039; are user defined batch file variables. The &#039;AEP&#039; refers to an event magnitude (Annual Exceedance Probability) and &#039;DUR&#039; refers to an event duration.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Tutorial_Introduction| Back to Tutorial Introduction Main Page]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=Tutorial_M08&amp;diff=45294</id>
		<title>Tutorial M08</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=Tutorial_M08&amp;diff=45294"/>
		<updated>2026-01-05T02:46:45Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction =&lt;br /&gt;
In this module, scenario management is introduced. This is a powerful functionality running different simulations using a single set of control files rather than creating a new set of control files for every simulation. This makes the management of the model easier, ensures consistency between the simulations and better quality control. Without implementing scenario management, six TCFs and six TGC files are required to run this module, using scenario management, only one each is needed:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M08 ScenarioManagement 02.png]]&amp;lt;br&amp;gt;Scenarios are set up using an if scenario logic block - &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command followed by &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; commands adding on different scenarios and terminated by &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Note: Scenarios can be added to most of TUFLOW’s control files. The only control files that do not support scenarios are the TUFLOW Rainfall Control File (.trcf), TUFLOW External Stress File (.tesf), Advection Control File (.adcf), or within a Define Control command inside a TUFLOW Operational Control (.toc) file.&lt;br /&gt;
&lt;br /&gt;
The tutorial demonstrates two ways of using scenarios:&lt;br /&gt;
:*Part 1: Single Scenario - cell size.&lt;br /&gt;
:*Part 2: Multiple Scenarios - cell size and topography updates.&lt;br /&gt;
&lt;br /&gt;
The GIS layers are:&lt;br /&gt;
:*TGC layers:&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;li&amp;gt;2d_zsh: A layer used to modify Zpt elevations using points, lines and polygons.&lt;br /&gt;
&amp;lt;li&amp;gt;2d_mat: A layer used to define the land use (material) types within the developmental area.&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Module 8 builds from the model created in &amp;lt;u&amp;gt;[[Tutorial_M02 | Module 2]]&amp;lt;/u&amp;gt;. The completed Module 2 model is provided in the Module_08\TUFLOW folder.&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
=Part 1 - Single Scenario=&lt;br /&gt;
Use scenario management to run the model with a range of different cell sizes, initial timesteps and SGS sample frequency within a single TCF. These steps are often used to conduct a cell size convergence sensitivity testing. &lt;br /&gt;
&lt;br /&gt;
== Simulation Control Files ==&lt;br /&gt;
=== TUFLOW Geometry Control File (TGC) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M02_001.tgc&#039;&#039;&#039; as &#039;&#039;&#039;M08_001.tgc&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\model&#039;&#039;&#039; folder. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the &#039;&#039;&#039;M08_001.tgc&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Comment out or delete the &#039;cell size&#039; command and add the following if scenario logic block:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! Cell Size == 5		! 2D cell size in metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - 10m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Cell Size &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! 2D cell size in metres - 10 metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;      ! 5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Cell Size &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;5 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! 2D cell size in metres - 5 metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2.5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;    ! 2.5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Cell Size &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2.5 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;        ! 2D cell size in metres - 2.5 metres&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TGC.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
Note: The &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command causes TUFLOW to stop every time it encounters it. In the example above, if a cell size was specified other than 10m, 5m, or 2.5m, &#039;Error: Scenario Name Not Valid&#039; would be displayed. The simulation can then be continued or discontinued via a dialog window.&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Control File (TCF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M02_5m_001.tcf&#039;&#039;&#039; as &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Update the TGC reference: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Geometry Control File &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;..\model\M08_001.tgc &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the TUFLOW Geometry Control File&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;The Timestep is dependent on the model cell size. A general guide is to use 1/2 to 1/5 of the model cell size in metres. Comment out or delete the &#039;Timestep&#039; command and add the following if scenario logic block:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;! Timestep == 1		! Specifies the first 2D computational timestep of 1 second&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - 10m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	! Specifies the first 2D computational timestep of 2 seconds&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;      ! 5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;1 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Specifies the first 2D computational timestep of 1 second&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2.5m &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;    ! 2.5m scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;0.5 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;   ! Specifies the first 2D computational timestep of 0.5 seconds&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TCF.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Running the Simulation ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M02_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M08_HPC.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the batch file to reference the &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; and include a scenario switch (-s1) defining cell size:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; %exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 10m M08_~s1~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 5m M08_~s1~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 2.5m M08_~s1~_001.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting == &lt;br /&gt;
See tips on common mistakes and troubleshooting steps if the model doesn&#039;t run:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_Troubleshooting_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check Files ==&lt;br /&gt;
While the model is running, review the added features are specified correctly:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_001_Check_Files_QGIS | QGIS - SHP]]&amp;lt;/u&amp;gt;&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_001_Check_Files_QGIS_GPKG | QGIS - GPKG]]&amp;lt;/u&amp;gt;&lt;br /&gt;
Compare the model cell count:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_08\TUFLOW\runs\log&#039;&#039;&#039; folder and open the following files in a text editor:&lt;br /&gt;
:*&#039;&#039;&#039;M08_10m_001.tlf&#039;&#039;&#039;&lt;br /&gt;
:*&#039;&#039;&#039;M08_5m_001.tlf&#039;&#039;&#039;&lt;br /&gt;
:*&#039;&#039;&#039;M08_2.5m_001.tlf&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;li&amp;gt;Search for &#039;Number 2D Cells&#039; and view the number of active cells for each model. This is the number of active cells as specified by the 2d_code layer. There are approximately 16 times more cells in the 2.5m model compared to the 10m model:&lt;br /&gt;
:*M08_10m_001: 5122&lt;br /&gt;
:*M08_5m_001: 20486&lt;br /&gt;
:*M08_2.5m_001: 81869&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Results==&lt;br /&gt;
When the model is finished, review the results:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_001_Results_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
Compare the model run times:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder and open the &#039;&#039;&#039;_TUFLOW Simulations.log&#039;&#039;&#039;  in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;The file shows the simulation times for all the simulations.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:M08_TUFLOW_Simulations_f.png]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Part 2 - Multiple Scenarios=&lt;br /&gt;
Use scenario management to run the model with a range of different cell sizes and topography changes within a single TCF. These steps are often used to conduct an impact assessment.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== GIS Inputs ==&lt;br /&gt;
Create, import and view input data:&amp;lt;br&amp;gt;&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_GIS_Inputs_QGIS | QGIS - SHP]]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_GIS_Inputs_QGIS_GPKG | QGIS - GPKG]]&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Simulation Control Files == &lt;br /&gt;
=== TUFLOW Geometry Control File (TGC) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M08_001.tgc&#039;&#039;&#039; as &#039;&#039;&#039;M08_002.tgc&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\model&#039;&#039;&#039; folder. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the &#039;&#039;&#039;M08_002.tgc&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Include the following if scenario logic block for existing and developed case after the &#039;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Z Shape&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&#039; command:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - SHP&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Z Shape &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;gis\2d_zsh_M02_landscape_002_R.shp | gis\2d_zsh_M02_landscape_002_L.shp | gis\2d_zsh_M02_landscape_002_P.shp &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Defines areas of complex landscaping&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - GPKG&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Z Shape &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2d_zsh_M02_landscape_002_R | 2d_zsh_M02_landscape_002_L | 2d_zsh_M02_landscape_002_P &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Defines areas of complex landscaping&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Include the following if scenario logic block for existing and developed case after the &#039;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Mat&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&#039; command:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - SHP&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Mat &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;gis\2d_mat_M02_landscape_002_R.shp &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Sets material values according to attributes in the GIS layer&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - GPKG&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;          ! Beginning of if statement - existing scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; ! Defines a placeholder&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else If Scenario &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;DEV &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;     ! Development scenario&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Read GIS Mat &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;2d_mat_M02_landscape_002_R &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;         ! Sets material values according to attributes in the GIS layer&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Else &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Else statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Pause &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Error: Scenario Name Not Valid &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Displays specified text if different scenario name is called &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;End If	 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! End of if statement&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TGC.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== TUFLOW Control File (TCF) ===&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;M08_~s1~_001.tcf&#039;&#039;&#039; as &#039;&#039;&#039;M08_~s1~_~s2~_002.tcf&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Open the file &#039;&#039;&#039;M08_~s1~_~s2~_002.tcf&#039;&#039;&#039; in a text editor.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the TGC reference: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Geometry Control File &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;..\model\M08_002.tgc &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Reference the TUFLOW Geometry Control File&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;For GeoPackage users, update the Spatial Database reference: &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;QGIS - GPKG&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Spatial Database &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;== &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;..\model\gis\M08_002.gpkg&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;green&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;  ! Specify the location of the GeoPackage Spatial Database&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the TCF.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Running the Simulation ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open &#039;&#039;&#039;_run_M08_HPC.bat&#039;&#039;&#039; from the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Update the batch file to reference the &#039;&#039;&#039;M08_~s1~_~s2~_002.tcf&#039;&#039;&#039; and in addition to cell size scenario switch (-s1) include second scenario switch (-s2) defining topography:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&#039;&#039;&#039;set&#039;&#039;&#039;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; %exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 2.5m -s2 EXG M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 2.5m -s2 DEV M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 5m -s2 EXG M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 5m -s2 DEV M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 10m -s2 EXG M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s1 10m -s2 DEV M08_~s1~_~s2~_002.tcf &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting == &lt;br /&gt;
See tips on common mistakes and troubleshooting steps if the model doesn&#039;t run:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_Troubleshooting_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Check Files ==&lt;br /&gt;
While the model is running, review the added features are specified correctly:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_Check_Files_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Results==&lt;br /&gt;
When the model is finished, review the results:&lt;br /&gt;
:*&amp;lt;u&amp;gt;[[Tutorial_M08_002_Results_QGIS | QGIS]]&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Conclusion =&lt;br /&gt;
:*Single and multiple scenarios were set up and run with a range of cell sizes and designs.&lt;br /&gt;
:*Check files were assessed to view the changes based on each scenario.&lt;br /&gt;
:*Multiple scenario results were viewed using the TUFLOW Viewer.&lt;br /&gt;
:*For further training opportunities see &amp;lt;u&amp;gt;[https://tuflow.com/training/training-course-catalogue/ TUFLOW Training Catalogue]&amp;lt;/u&amp;gt; and/or contact &amp;lt;u&amp;gt;[mailto:training@tuflow.com training@tuflow.com]&amp;lt;/u&amp;gt;. &amp;lt;br&amp;gt;&lt;br /&gt;
:*Alternatively, see the &amp;lt;u&amp;gt;[[TUFLOW_Example_Models#Example_Model_Catalogue | TUFLOW Example Models]]&amp;lt;/u&amp;gt; to explore the full list of TUFLOW features.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=Looping Batch File (Optional)=&lt;br /&gt;
Looping batch file is a powerful tool running large number of simulations with the least amount of batch file text:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Save a copy of &#039;&#039;&#039;_run_M08_HPC.bat&#039;&#039;&#039; as &#039;&#039;&#039;_run_M08_HPC_loop.bat&#039;&#039;&#039; in the &#039;&#039;&#039;Module_08\TUFLOW\runs&#039;&#039;&#039; folder.&lt;br /&gt;
&amp;lt;li&amp;gt;Add the following commands. Indentation is important in batch files, insert tabs to match the below spacing:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;off&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;exe&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;&amp;quot;..\..\..\exe\2025.1.0\TUFLOW_iSP_w64.exe&amp;quot;&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;run&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;start &amp;quot;TUFLOW&amp;quot; /wait &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%exe%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; CSZ&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;10m 5m 2.5m&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;set&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; DES&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;=&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;EXG DEV&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%CSZ%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	for &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; in &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;(&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%DES%&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;)&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; do &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;( &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&amp;lt;ol&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;		echo &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Running &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a %%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
	&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;	%run% &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;-s1 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%a&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt; -s2 &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;orange&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;%%b &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;black&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;M08_~s1~_~s2~_002.tcf&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;/ol&amp;gt;	)&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;)&amp;lt;br&amp;gt;&lt;br /&gt;
Note: The &#039;CSZ&#039; and &#039;DES&#039; are user defined batch file variables. The &#039;CSZ&#039; refers to a cell size and &#039;DES&#039; refers to a design scenario. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Save the batch file and double click it in file explorer to run the simulation.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[Tutorial_Introduction| Back to Tutorial Introduction Main Page]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=TUFLOW_1D_Channels_and_Hydraulic_Structures&amp;diff=45211</id>
		<title>TUFLOW 1D Channels and Hydraulic Structures</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=TUFLOW_1D_Channels_and_Hydraulic_Structures&amp;diff=45211"/>
		<updated>2025-11-13T02:16:17Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* How can a flow splitter with a nib wall be modelled? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
The objective of the following pages is to supplement the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt; and provide additional modelling guidance on 1D hydraulic channels. &lt;br /&gt;
=1D Channel Types=&lt;br /&gt;
1d_nwk channels represent open channels, hydraulic structures, operational structures and other flow controls. A channel is either digitised as a line or point with the relevant hydraulic properties entered into the appropriate GIS attributes, details for this can be found within the links below or the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;. &lt;br /&gt;
==Open Channels==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Channel Type&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=75%| Description of page contents&lt;br /&gt;
|-&lt;br /&gt;
| [[ 1D_Open_Channels | Open Channels]]|| This page contains information on basic commands, error checking and common check files used.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Structures==&lt;br /&gt;
The table below contains a complete list of 1D structures available within TUFLOW, including logic control structures.&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Channel Type&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=75%| Description of page contents&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Culverts | Culverts]]|| 1D-2D connections, flow regimes, operational control and common check files used.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Bridges | Bridges]]|| Loss theory, irregular shaped bridges and common check files used.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Weirs | Weirs]]|| Weir types&lt;br /&gt;
|-&lt;br /&gt;
| [[ 1D_Pumps | Pumps]]|| Pump attributes, 2D-2D &amp;amp; 1D-2D configurations, Estry setup, depth-discharge database and 1D results file.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Pits | Pits]]|| Pit inlet types, depth-discharge data sources, modelling advice.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Manholes | Manholes]]|| Losses and storage chambers.&lt;br /&gt;
|-&lt;br /&gt;
|[[1D Syphons|Syphons]]&lt;br /&gt;
|1D configuration, losses.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Common Questions Answered (FAQ)=&lt;br /&gt;
== What is the difference between 1d_pit and 1d_nwk layer for pits? ==&lt;br /&gt;
The 1d_pit layer is a newer and simplified version of the 1d_nwk layer for pits.&amp;lt;br&amp;gt;&lt;br /&gt;
=== 1d_pit ===&lt;br /&gt;
* Assumes default values for any of missing attributes that are described for the 1d_nwk pits layers.&lt;br /&gt;
* Does not have invert attributes. The upstream invert is assumed to be the ZC elevation of the connected 2D SX cell, as such the &amp;quot;L&amp;quot; flag is not supported. The downstream invert needs to retrieve its value from the connected 1d_nwk channel.&lt;br /&gt;
* The nodal area assumes the default, the downstream pit channel node has its nodal area automatically assigned based on the connected 1d_nwk channel segments that have the UCS attribute set to “true”. The applied nodal area can be confirmed in the .eof file.&amp;lt;br&amp;gt;&lt;br /&gt;
* Virtual pipes can only be setup with the 1d_pit layer.&lt;br /&gt;
=== 1d_nwk ===&lt;br /&gt;
* Used for models that needs to deviate from the default approaches.&lt;br /&gt;
&lt;br /&gt;
== How can I read approach-capture flow curves for on-grade pits into TUFLOW? ==&lt;br /&gt;
TUFLOW currently doesn&#039;t support the use of approach-capture flow curves directly. Manning&#039;s equation calculations can be used to convert on-grade approach flow information to a water depth at the pit. For example, &amp;lt;u&amp;gt;[https://www.arr-software.org/arrdocs.html Australian Rainfall and Runoff 2019]&amp;lt;/u&amp;gt; (Engineers Australia) (Book 9, Chapter 5, Section 5.6.1) recommends using the modified Mannings equation, the Izzard&#039;s equation, for gutter and roadway flow.&lt;br /&gt;
&lt;br /&gt;
The pit depth-flow curve relationship can be derived as follows:&lt;br /&gt;
*Select a few representative slope increments for the project area and conduct a Manning&#039;s equation calculation for each slope to calculate the gutter flow rates for incrementally increasing flow depths.&lt;br /&gt;
*Multiply the calculated flows by the % value in the on grade curve. This turns the % capture vs. flow curve into a depth vs. flow relationship.&lt;br /&gt;
*Repeat for different gutter shapes&lt;br /&gt;
&lt;br /&gt;
== Should I model culverts in the 1D or 2D domain? ==&lt;br /&gt;
This largely depends on the size of the culvert in comparison with the cell size. Most commonly culverts are modelled within the 1D domain, however, with more computational power given by GPU devices, cell sizes are getting smaller and it might be beneficial to model bigger culverts in 2D. If the culvert is an important aspect of the study, it is always recommended to model it in number of ways by either using different methods and/or different software and the afflux is cross-checked against a desktop analysis and hand calculations. None will be 100% right, but the intent here is to establish a verification of the preferred approach.&amp;lt;br&amp;gt;&lt;br /&gt;
=== 2D only approach ===&lt;br /&gt;
* Benefits:&lt;br /&gt;
** Good stability and improved hydraulic behaviour at the culvert entrance/exit. &lt;br /&gt;
** The expansion loss (exit loss) can be explicitly handled in 2D provided the 2D cell resolution is sufficiently fine to model the expansion of flow downstream of the culvert.&lt;br /&gt;
* Challenges:&lt;br /&gt;
** The contraction loss (entry loss), which is related to the expansion of water after the vena-contracta and forms inside at the culvert inlet, won&#039;t be picked up well and some additional energy loss (form loss) might be needed to cover this.&lt;br /&gt;
** Side and soffit wall friction are not modelled unless Manning&#039;s n varies with depth, i.e. increase Manning&#039;s n with depth to account for the missing Manning&#039;s n on the side and top surfaces.&lt;br /&gt;
** The vertical walls not only create extra friction but also straightens the flow in the direction of the wall. Thin breaklines can be used to represent these walls in 2D, but it is likely to cause saw-tooth effect if sub-grid sampling (SGS) is not used, i.e. extra numerical head loss, if there are too few cells between the walls. SGS is recommended in this case.  &lt;br /&gt;
** Flow overtopping can be represented to some extent by assuming 100% blockage of layer 2 in a 2d_lfcsh, but the flow upstream and downstream before the culvert is overtopped is hard to model.&lt;br /&gt;
&lt;br /&gt;
=== 2D-1D-2D approach ===&lt;br /&gt;
* Benefits:&lt;br /&gt;
** A more appropriate approach where the 2D cell size is greater than around half the total culvert width.&lt;br /&gt;
** Contraction losses (entry losses) are handled better. &lt;br /&gt;
** Flow overtopping can be modelled in 2D.&lt;br /&gt;
* Challenges:&lt;br /&gt;
** Expansion losses (exit losses) are very dependent on the 2D cell resolution. A 2D cell size much larger than the culvert width will not reproduce the expansion losses very well (even with SGS) and the culvert&#039;s exit loss needs to cover this. A finer 2D cell size (several or more cells across the culvert) will reproduce the expansion losses much better and the culvert&#039;s exit loss need to be reduced to compensate it. This usually only happens for large 1D culverts with high velocities as there can be losses duplicated in the 2D on the exit side as the 2D flow expands (i.e. duplication of the exit/expansion loss). The latest release has a new feature to automatically adjust 1D culvert losses based on the 2D approach/departure velocities as what happens with a 1D-1D-1D arrangement. See this &amp;lt;u&amp;gt;[https://downloads.tuflow.com/_archive/Publications/Modelling%20of%20Bends%20and%20Hydraulic%20Structures%20in%20a%202D%20Scheme,%20Syme,%202001.pdf paper]&amp;lt;/u&amp;gt; for more information.&lt;br /&gt;
** HX connections may cause instability, especially with a skewed culvert outlet, but can produce better velocity patterns downstream of the culvert to model the expansion losses, which will be occurring in the 2D domain.&lt;br /&gt;
** Given that the SX connection applies the flow going out of the 1D culvert as a source term without momentum, it is difficult to completely prevent the water from piling up. If required, wingwalls can be modelled as thin breaklines to help guide the water away. Using the SX boundary Z flag lowers other SX cells below the 1D culvert invert level and it can mitigate the water from piling up.&lt;br /&gt;
&lt;br /&gt;
== What entry/exit loss and contraction coefficients should I use for 1D culverts? ==&lt;br /&gt;
We don’t provide hard recommendations on the exit and entry losses to use for culverts as we have found different organisations around the world, typically government, have their own guidelines for different types of inlets configurations and require these to be used, for example, the &amp;lt;u&amp;gt;[https://www.ipwea-qnt.com/products-resources/qudm/ Queensland Urban Drainage Manual]&amp;lt;/u&amp;gt; (QUDM). However, it is very important to understand how losses are applied and that different 1D solvers may treat them differently. For cross-checking your results from any hydraulic modelling software, a simple calculation applying the entry and exit losses (allowing for any automatic adjustments as discussed below) to the computed head (V2/2g), plus allowing any surface roughness losses (Manning&#039;s equation) for longer culverts, is the best practice for culverts flowing in a sub-critical flow condition (i.e. downstream controlled flow).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the entrance loss values, the approach should be to use values as quoted in the literature or guidelines for the inlet shape and design unless there is evidence to use another value (e.g. comparison with reliable calibration data would indicate different energy losses).&lt;br /&gt;
&lt;br /&gt;
For the exit loss a value of 1.0 is recommended in nearly all situations provided losses are being adjusted every timestep. A value of 1.0 with adjusted losses is derived from the fluid flow physics (momentum or energy conservation) for expanding flow and will be the most precise approach for modelling exit losses or to apply a bend loss to the approach/departure channel if these are modelled in 1D. &lt;br /&gt;
&lt;br /&gt;
Occasionally there are situations where non-standard entrance and exit loss values are needed. A good example is if the approach or departure flow is skewed to the culvert direction. In these situations there may also be a significant bend (energy) loss occurring as the water changes direction entering or leaving the structure. To account for this the modeller may need to increase the entrance and/or exit loss values.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By default, TUFLOW adjusts the entrance and exit losses of 1D structures flowing sub-critical every timestep based on the approach/departure velocities for 1D-1D-1D and with a new feature in the 2020-10-AA build for 2D-1D-2D. The entrance losses are adjusted based on an empirical relationship from flume testing whilst the exit loss equation is theoretically derived as mentioned above - refer to the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;. The modeller should be familiar with the approach taken by the software they are using as some software either don&#039;t adjust for approach/departure velocities at structures (will overestimate losses using standard values) and some may apply a limiting loss thereby not allowing the losses to sufficiently reduce. &lt;br /&gt;
&lt;br /&gt;
TUFLOW, by default, allows the losses to reduce to effectively a zero loss coefficient (i.e. 0.0001).  A zero loss occurs where the approach and departure velocity is the same as the structure velocity.  For example, a clear-spanning bridge over a concrete lined channel with the water level below the bridge deck will experience no energy losses until the bridge deck is surcharged so if your software is applying unadjusted or limited energy loss coefficients there will be an unrealistic energy loss at the structure for flow below the bridge deck. For culverts, in most cases there will be some losses as it is rare that the channel is of identical shape and slope to the culvert with usually the culvert being more constrictive and therefore a higher velocity so the adjusted coefficients are nearly always non-zero.  At the other extreme is flow from or into a near still body of water (e.g. a lake or the ocean).  In this situation the loss coefficient(s) will not be reduced and the maximum energy loss possible should occur.&lt;br /&gt;
&lt;br /&gt;
If the default adjust losses approach is used (&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Structure Losses&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; ADJUST&amp;lt;/tt&amp;gt;) the recommendations are to use industry guidelines for the entrance loss coefficient based on the shape/design of the inlet (these coefficients are typically based on a near zero approach velocity), and to use 1.0 for the exit loss coefficient. This applies to 1D culverts connected to 1D channels. The adjusted entrance and exit losses can be viewed over time in the _TSL layer, refer to the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since the 2020-10-AA release, TUFLOW has a new (beta functionality) to have the losses automatically adjusted for linked 1D culverts and other structures connected to 2D domains through SX links (&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Structure Losses SX&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; ADJUST&amp;lt;/tt&amp;gt;), see Section 6.2 from the &amp;lt;u&amp;gt;[https://downloads.tuflow.com/TUFLOW/Releases/2020-10/TUFLOW%20Release%20Notes.2020-10-AA.pdf 2020-10 Release Notes]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The other values to consider for modelling culverts are the inlet contraction coefficients used when the flow is upstream controlled flow should this occur.  Typically the TUFLOW default values for these values should be used unless the inlet shape and design indicates otherwise.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Should I model pits as R or Q type? ==&lt;br /&gt;
Q pits are recommended for modelling kerb inlets, catchpits, drains, etc., provided that appropriate y-Q curves are available. TUFLOW automatically extends the y-Q curve for higher depths based on the orifice equation. Under downstream controlled flow regime it reverts to a drowned condition.&amp;lt;br&amp;gt;&lt;br /&gt;
When using the R pit, whilst the pit is free-falling into the pipe system below (most of the time until the system surcharges), entrance/exit losses don&#039;t apply, because the flow is inlet controlled. The R pit would be using the weir equation for unsubmerged flow or orifice flow for submerged flow and could be a poor representation of the pit flow behaviour, especially if the pit also has a grate and other non-rectangular characteristics.&lt;br /&gt;
&lt;br /&gt;
== How to model pipe network with some pipe data missing? ==&lt;br /&gt;
In situations where the complete pipe network is not modelled there are numerous common approaches adopted by modellers: &lt;br /&gt;
* Use direct rainfall boundary conditions, model all inlets, only model the larger pipes in the pipe network. Where a small pipe is being omitted, connect the flows from the inlet to the main pipe network using virtual pipes functionality. Only the location of the inlet pits are needed, they can be approximated and sometimes lumped representation of the pits. This approach is especially good if the pipe network does not surcharge back to the overland flow anywhere or only in a minor way.&lt;br /&gt;
* Use lumped hydrology inflows. Only model the main pipe network and connected inlets (excluding the smaller features). Apply the flows directly to the pits either with:&lt;br /&gt;
** 1d_bc QT polygon boundaries with a P flag. This automatically distributes the total flow to all the pits within the polygon.&lt;br /&gt;
** 2d_sa boundaries with a &amp;quot;Read GIS SA PITS&amp;quot; command. The flow is applied to the ground surface rather than directly into the manhole. Some of the flow will surcharge out of the pits if the downstream pipe capacity is exceeded.&lt;br /&gt;
&lt;br /&gt;
== How can I get more inflow into the pipe system? ==&lt;br /&gt;
A shallow depth can occur in the pit inlet cell and underestimate the depth at the entrance to the pit, restricting the amount of flow entering the pit. This can happen specifically for larger cell sizes. Different options to capture more water from 2D cells into the pits are available based on the TUFLOW engine. Both approaches aim to account for changes in ground elevation that occur at a finer scale than the 2D cell resolution:&lt;br /&gt;
*TUFLOW HPC - use Sub-Grid Sampling (SGS) - this approach samples underlying DEM with finer resolution and represents the true topography more accurately guiding water into the pits.&lt;br /&gt;
*TUFLOW Classic - use &amp;quot;Pit Default Road Crossfall&amp;quot; command to increase the depth at Q pits based on the crossfall slope of the road cross section. TUFLOW calculates the water depth that is used by the Pit Inlet Database using an adjacent side triangle depth approach, instead of the actual cell flow depth.&lt;br /&gt;
&lt;br /&gt;
== How is flow through the culvert calculated? ==&lt;br /&gt;
Computationally, information is passed between the 1D and 2D on the half timestep:&lt;br /&gt;
* Flow through the culvert is calculated based on the water levels at the inlet/outlet and the assigned flow regime. The volume is extracted/added to the 2D boundary cells on the half timestep.&lt;br /&gt;
* On the next full timestep the 1D and 2D shallow water equations are applied to move water through their respective domains.&lt;br /&gt;
&lt;br /&gt;
== What should I do if 1D pump doesn&#039;t convey as much flow as expected and/or seems to be unstable? ==&lt;br /&gt;
A couple of things can be checked:&lt;br /&gt;
* The inlet of the pipe has to be fully submerged, otherwise the pump will shut down and there will be no flow through the pump.&lt;br /&gt;
* Add extra storage to the node upstream of the pump with 1d_na table or 1d_nwk type NODE through ANA attribute.&lt;br /&gt;
* Try reasonably smaller 1D timestep.&lt;br /&gt;
* If using non-operational pump (P), check if the depth discharge relationship is appropriate. If outlet of the pipe is lower than inlet, the pump will always try to pump at full capacity.&lt;br /&gt;
* Consider using operational pump (PO), where the pump would switch off if the water level upstream gets below the pump soffit.&lt;br /&gt;
&lt;br /&gt;
== How BB bridges automatically switch between pressure flow and being drowned out? ==&lt;br /&gt;
TUFLOW considers the top of the XZ or HW table as the soffit level. If the downstream water level exceeds the soffit level, TUFLOW does the pressure flow calculation using default K = 1.56. It compares the velocity calculated by the pressure flow equation and by the form loss calculation based on LC table and uses the smaller one.&lt;br /&gt;
The _TSF and _TSL layers can be used to find out the regime/form loss values used for BB bridges:&lt;br /&gt;
*&amp;quot;P&amp;quot;: pressure flow&lt;br /&gt;
*&amp;quot;D&amp;quot;: ds water level &amp;gt; the soffit level, but it applies normal flow because the normal flow equation predicts smaller velocity&lt;br /&gt;
*&amp;quot; &amp;quot;: ds water level &amp;lt; the soffit level, normal flow&lt;br /&gt;
&lt;br /&gt;
== Should I model bridges in the 1D or 2D Domain? ==&lt;br /&gt;
The recommended approach typically depends on the study objectives and if the channel upstream and downstream of the bridge is modelled in 1D or 2D. To preserve the momentum as accurately as possible the bridge should be modelled in the same dimension as the channel, e.g. 1d_nwk bridge if the channels is in 1D and 2d_bg or 2d_lfcsh if the channel is modelled in 2D.&amp;lt;br&amp;gt;&lt;br /&gt;
In 2D, the expansion/contraction losses are modelled based on the topography and don&#039;t need to be estimated as attributes as for 1D modelling. Also, for higher flows where the bridge is overtopped, 2D is preferable approach. &lt;br /&gt;
&lt;br /&gt;
== What is the difference between downstream and upstream controlled flow? ==&lt;br /&gt;
Downstream control means a change in downstream water level will cause a change in upstream water level. Upstream control means the upstream water level is insensitive to the downstream water level and usually indicates the occurrence of supercritical flow.&lt;br /&gt;
&lt;br /&gt;
== How do negative &amp;quot;M&amp;quot;, &amp;quot;N&amp;quot; and &amp;quot;R&amp;quot; values deactivate 1D cross-sections? ==&lt;br /&gt;
When negative “M” values are used to deactivate 1D cross-sections, it changes the flow area, wetted perimeter, hydraulic radius, and the conveyance, while keeping the storage width unchanged. It is like inserting a thin plate at the middle of the channel, as shown in the figure below. This approach is preferred to retain the storage in the system but reduce the conveyance (e.g., off-stream storage not contributing to conveyance or sections either side of a constriction to generate better approach/departure velocities if using the Total Area approach). &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The negative &amp;quot;M&amp;quot; value must be a negative of a valid material ID.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Section deactivation M.png | 200px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
When using negative (-1) “N” (Manning’s n) or “R” (relative resistance factor) to deactivate the 1D cross-sections, it reduces both the flow area and the storage width, as shown in the figure below.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Section deactivation N R.png | 200px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Calculating a 1d_bc head-discharge curve==&lt;br /&gt;
&lt;br /&gt;
As of the 2023-03-AD release, it is possible for TUFLOW to automatically create a Head-Discharge curve for 1d_bc HQ boundaries. For more information see Section 3.5 of the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/release/2023-03-AE/OneDSolv-1.html#Auto1DHQ-2 2023-03 Release Notes]&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
If using older releases, this can be calculated manually as the condition to be satisfied for a normal depth is the Manning’s equation.  The HQ depth should be set up with elevation and the discharge calculated from Manning’s equation (including Area and Hydraulic Radius for each elevation point) and can be calculated in a few steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Set the model up your ESTRY model using a dummy downstream level boundary (e.g. a HQ boundary with no name, an error will be reported however the required check file will have been produced, otherwise any boundary will work) and run the model in test model (-t) so that check files are produced.  &lt;br /&gt;
&amp;lt;li&amp;gt;From the check folder, open the &#039;&#039;&#039;*_1d_ta_tables.csv&#039;&#039;&#039; file.  &lt;br /&gt;
&amp;lt;li&amp;gt;Find the entry for the most downstream cross-section (directly upstream of the 1d_bc HQ point). The &#039;&#039;&#039;*_1d_ta_tables.csv&#039;&#039;&#039; will contain a table of hydraulic parameters. The K entry highlighted is the cross-section conveyance in m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;/s and is calculated as: &amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
K = 1/n * A * R&amp;lt;sup&amp;gt;2/3&amp;lt;/sup&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Where &lt;br /&gt;
* A is the Eff Area&lt;br /&gt;
* R is the Radius&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Ta tables example.png | 800px ]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Determine a representative slope (S), this could be taken from the last two cross-sections.&lt;br /&gt;
&amp;lt;li&amp;gt;Calculate the downstream Discharge (this is the same as calculated discharge from Mannings equation): &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Q = K * SQRT(S)&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Where:&lt;br /&gt;
* S is a representative slope value for the downstream reach.  &lt;br /&gt;
* K is obtained from the &#039;&#039;&#039;1d_ta_tables.csv&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Use the Elevation (Head) vs Discharge pairs to populate the HQ table.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Why is the maximum 1D water level higher than 2D water level?==&lt;br /&gt;
TUFLOW calculates storage at 1D nodes (including manholes) and calculates flux at pipe mid-sections. The storages at the manholes are saved in the format of ‘elevation vs nodal area’ tables, which can be reviewed in the .eof file:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:1DpitHmax 1.png]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The change in water volume in a manhole is calculated based on the inflow from the pit above (if there is one) and the inflow/outflow from the connected pipes. The change in water level is then calculated based on the change in volume and the nodal area at that elevation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:1DpitHmax 2.png | 300px ]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TUFLOW extends the ‘elevation vs nodal area’ table by 5 m (the last 2 numbers in the table above), which allows for the calculation of pressurised pipe flow when a manhole is drowned. If the maximum 1D water level is higher than the DEM, that means the manhole was drowned and pressurised during the peak of the flood. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:1DpitHmax 3.png | 300px ]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to represent the hydraulic behavior at the outlet of a pipe, including headwalls and transitions to open channels? ==&lt;br /&gt;
In general, pipe outlet headwalls affect the exit loss at the pipe outlet, and this can be modeled by changing the 1d_nwk “ExitC_or_WSb” attribute - exit loss coefficient for outlet controlled flow. The default exit loss coefficient is 1.0, assuming there is no headwall.  For more details on these factors, refer to the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;. &lt;br /&gt;
More guidance on applying entry/loss and contraction coefficients is available [[TUFLOW_1D_Channels_and_Hydraulic_Structures#What_entry.2Fexit_loss_and_contraction_coefficients_should_I_use_for_1D_culverts.3F | here]].&lt;br /&gt;
&lt;br /&gt;
Once the water is in the 2D domain, headwalls can also affect the local flow field. The modelled hydraulic behavior depends on the model cell size. If the model has grid size smaller than the length of the headwall, thin breaklines or 2d_zsh tin can be added to represent the geometry in the 2D model. If the grid size is larger than the headwall, it only calculates ‘cell-averaged’ velocity including the impact of the headwall.&lt;br /&gt;
&lt;br /&gt;
==Calculating velocity and bed shear stress at a pipe outlet== &lt;br /&gt;
The velocity and bed shear stress reported in the 2D domain at a pipe outlet depends on the model cell size. If the cell size is small enough and any outlets structures (i.e. wingwalls) are properly represented by the 2d cell/face elevations, TUFLOW can reasonably represent the flow field at the pipe outlet and estimate the bed shear stress base on the manning’s equation. However, be aware that TUFLOW solves 2D depth-averaged shallow water equation, so there is limitation of using it to estimate bed shear stress around complex structures or geometry that could experience vertical acceleration or re-circulation.&lt;br /&gt;
&lt;br /&gt;
== How do I model blockage for irregular shaped culverts or channels? ==&lt;br /&gt;
For irregular shaped culverts and channels (1d_nwk &amp;quot;I&amp;quot; type), it is possible to model blockage by using the Skew (in degrees) attribute in the 1d_xs layer. This reduces the effective flow width of the cross section by rotating it relative to the direction of flow and can be used to approximate reduced capacity.&lt;br /&gt;
&lt;br /&gt;
A skew angle of 0 means the cross section is aligned with the flow. As the angle increases, the effective width is reduced. For example, a skew of 60 degrees results results in a 50% reduction (as cos(60) = 0.5). While this does reduce the effective width of the structure, it isn’t expected to see the same reduction to conveyance as conveyance depends on the Manning’s n value, flow area and hydraulic radius. &lt;br /&gt;
&lt;br /&gt;
== Do calculations differ if I specify multiple culverts using the Number_of attribute, even if the total dimensions are the same as a single culvert? ==&lt;br /&gt;
Yes. This can slightly affect the modelling results. &lt;br /&gt;
&lt;br /&gt;
The key difference between a single wide culvert and multiple culverts with the same total width is the wetted perimeter. Multiple culverts have a slightly larger wetted perimeter due to the internal walls, which increases friction in downstream-controlled regimes. While friction losses are generally small compared to entry and exit losses, the impact on hydraulic behaviour is usually minor. &lt;br /&gt;
&lt;br /&gt;
However, it’s important to model the configuration that best represents the actual structure when assessing culvert performance.&lt;br /&gt;
&lt;br /&gt;
== How do I model a scruffy dome? ==&lt;br /&gt;
A scruffy dome is a type of dome inlet screen installed over a drop inlet, commonly used in stormwater systems. These inlets can be modelled in TUFLOW using a 1D Q type pit with a depth–discharge curve that reflects the hydraulic performance of the dome. &lt;br /&gt;
&lt;br /&gt;
[https://www.ipwea-qnt.com/products-resources/qudm/ &amp;lt;u&amp;gt;QUDM&amp;lt;/u&amp;gt;] recommends using the lesser of the weir flow or orifice flow equations to define inlet capacity (see Section 7.5.4). A blockage factor is also recommended to account for potential debris build-up during flood events (see Table 7.5.1 Provision for blockage at kerb inlets). This factor may vary depending on local guidelines, so regional standards should be consulted.&lt;br /&gt;
&lt;br /&gt;
Once the rating curve is calculated, it can be added to the pit inlet database and linked to the Q type pit.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:How_do_I_model_a_scruffy_dome_in_TUFLOW.png|300x300px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How can trash screens be represented? ==&lt;br /&gt;
A trash screen is a physical barrier, typically made from bars or mesh, placed at the inlet or outlet of a culvert, pipe, or channel to prevent debris from entering or exiting the structure.&lt;br /&gt;
&lt;br /&gt;
Trash screens can be represented by applying additional head losses and blockage effects in accordance with &amp;lt;u&amp;gt;[https://www.ipwea-qnt.com/products-resources/qudm/ QUDM]&amp;lt;/u&amp;gt; guidance. The approach depends on the location of the screen and the degree of blockage.&lt;br /&gt;
&lt;br /&gt;
Possible use cases include:&lt;br /&gt;
&lt;br /&gt;
* Where the screen is attached directly to the culvert inlet or outlet, the losses are applied to the culvert itself.&lt;br /&gt;
* Where the screen is located upstream of a culvert inlet or downstream of a culvert outlet, it can be modelled as a short zero length CF, IF, or RF channel before (upstream) or after (downstream) the culvert.&lt;br /&gt;
* In all cases, the net flow area should be reduced to account for the bars and any debris blockage, either by adjusting the flow area directly or by using the pBlockage attribute.&lt;br /&gt;
&lt;br /&gt;
For example, the image below could be represented as a rectangular shaped screen located upstream or downstream of a culvert, modelled as a short zero length RF (rectangular culvert with fixed losses) channel using a 1d_nwk GIS layer.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Trash_screen_schematic.png|alt=|300x300px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How can fishway baffles in a culvert be modelled? ==&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red; font-weight:bold;&amp;quot;&amp;gt;UNDER CONSTRUCTION&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fishway baffles are barriers inside a culvert that slow the water and help fish swim through.&lt;br /&gt;
&lt;br /&gt;
These approaches could be used to represent them inside a model:&lt;br /&gt;
&lt;br /&gt;
* Short culvert with smaller opening. &lt;br /&gt;
** A short culvert section is added with its bottom and top levels set to match the fish baffle. The width is set to the total width of the fish passage gaps. This represents the reduced space for water to pass through.&lt;br /&gt;
&lt;br /&gt;
* Two culverts in a row. &lt;br /&gt;
** Two culverts are connected in series. The first is the normal culvert, and the second is a very short culvert with a smaller opening sized to the fish baffle gaps.&lt;br /&gt;
&lt;br /&gt;
For both options, sensitivity testing is recommended because at low flows the way the culvert is defined can change the results. These methods do not include turbulence or detailed 3D water movement around the baffles. If accurate fish passage flows are required, a CFD 3D model can be used to determine the flows and those flows can then be applied using a 1D Q type channel.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Rectangular culvert baffled.png|alt=|300x300px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How can a flow splitter with a nib wall be modelled? ==&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red; font-weight:bold;&amp;quot;&amp;gt;UNDER CONSTRUCTION&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A flow splitter with a nib wall can be modelled by introducing a 1D weir between the manhole and the relevant outlet pipe. The weir crest elevation should be set equal to the height of the nib wall within the chamber. This setup allows low flows to discharge through one pipe, while higher flows overtop the weir into a secondary outlet, replicating the behaviour of a physical flow splitter.&lt;br /&gt;
&lt;br /&gt;
The main outlet pipes are connected through a manhole, which automatically applies appropriate entry and exit losses. For outlets that do not connect further downstream, entry and exit losses should be manually defined in the attributes.&lt;br /&gt;
&lt;br /&gt;
Refer to the schematic example below for this configuration.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Manhole flow splitter topview.png|alt=|300x300px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[ TUFLOW_Modelling_Guidance | Back to TUFLOW Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=File:Manhole_flow_splitter_topview.png&amp;diff=45210</id>
		<title>File:Manhole flow splitter topview.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=File:Manhole_flow_splitter_topview.png&amp;diff=45210"/>
		<updated>2025-11-13T02:14:27Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Top down schematic of a manhole flow splitter showing inlet, outlets, and internal nib wall.&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=TUFLOW_1D_Channels_and_Hydraulic_Structures&amp;diff=45209</id>
		<title>TUFLOW 1D Channels and Hydraulic Structures</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=TUFLOW_1D_Channels_and_Hydraulic_Structures&amp;diff=45209"/>
		<updated>2025-11-13T01:14:25Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* How can a flow splitter with a nib wall be modelled? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
The objective of the following pages is to supplement the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt; and provide additional modelling guidance on 1D hydraulic channels. &lt;br /&gt;
=1D Channel Types=&lt;br /&gt;
1d_nwk channels represent open channels, hydraulic structures, operational structures and other flow controls. A channel is either digitised as a line or point with the relevant hydraulic properties entered into the appropriate GIS attributes, details for this can be found within the links below or the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;. &lt;br /&gt;
==Open Channels==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Channel Type&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=75%| Description of page contents&lt;br /&gt;
|-&lt;br /&gt;
| [[ 1D_Open_Channels | Open Channels]]|| This page contains information on basic commands, error checking and common check files used.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Structures==&lt;br /&gt;
The table below contains a complete list of 1D structures available within TUFLOW, including logic control structures.&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;50%&amp;quot;&lt;br /&gt;
&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot;| Channel Type&lt;br /&gt;
! style=&amp;quot;background-color:#005581; font-weight:bold; color:white;&amp;quot; width=75%| Description of page contents&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Culverts | Culverts]]|| 1D-2D connections, flow regimes, operational control and common check files used.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Bridges | Bridges]]|| Loss theory, irregular shaped bridges and common check files used.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Weirs | Weirs]]|| Weir types&lt;br /&gt;
|-&lt;br /&gt;
| [[ 1D_Pumps | Pumps]]|| Pump attributes, 2D-2D &amp;amp; 1D-2D configurations, Estry setup, depth-discharge database and 1D results file.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Pits | Pits]]|| Pit inlet types, depth-discharge data sources, modelling advice.&lt;br /&gt;
|-&lt;br /&gt;
| [[1D_Manholes | Manholes]]|| Losses and storage chambers.&lt;br /&gt;
|-&lt;br /&gt;
|[[1D Syphons|Syphons]]&lt;br /&gt;
|1D configuration, losses.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Common Questions Answered (FAQ)=&lt;br /&gt;
== What is the difference between 1d_pit and 1d_nwk layer for pits? ==&lt;br /&gt;
The 1d_pit layer is a newer and simplified version of the 1d_nwk layer for pits.&amp;lt;br&amp;gt;&lt;br /&gt;
=== 1d_pit ===&lt;br /&gt;
* Assumes default values for any of missing attributes that are described for the 1d_nwk pits layers.&lt;br /&gt;
* Does not have invert attributes. The upstream invert is assumed to be the ZC elevation of the connected 2D SX cell, as such the &amp;quot;L&amp;quot; flag is not supported. The downstream invert needs to retrieve its value from the connected 1d_nwk channel.&lt;br /&gt;
* The nodal area assumes the default, the downstream pit channel node has its nodal area automatically assigned based on the connected 1d_nwk channel segments that have the UCS attribute set to “true”. The applied nodal area can be confirmed in the .eof file.&amp;lt;br&amp;gt;&lt;br /&gt;
* Virtual pipes can only be setup with the 1d_pit layer.&lt;br /&gt;
=== 1d_nwk ===&lt;br /&gt;
* Used for models that needs to deviate from the default approaches.&lt;br /&gt;
&lt;br /&gt;
== How can I read approach-capture flow curves for on-grade pits into TUFLOW? ==&lt;br /&gt;
TUFLOW currently doesn&#039;t support the use of approach-capture flow curves directly. Manning&#039;s equation calculations can be used to convert on-grade approach flow information to a water depth at the pit. For example, &amp;lt;u&amp;gt;[https://www.arr-software.org/arrdocs.html Australian Rainfall and Runoff 2019]&amp;lt;/u&amp;gt; (Engineers Australia) (Book 9, Chapter 5, Section 5.6.1) recommends using the modified Mannings equation, the Izzard&#039;s equation, for gutter and roadway flow.&lt;br /&gt;
&lt;br /&gt;
The pit depth-flow curve relationship can be derived as follows:&lt;br /&gt;
*Select a few representative slope increments for the project area and conduct a Manning&#039;s equation calculation for each slope to calculate the gutter flow rates for incrementally increasing flow depths.&lt;br /&gt;
*Multiply the calculated flows by the % value in the on grade curve. This turns the % capture vs. flow curve into a depth vs. flow relationship.&lt;br /&gt;
*Repeat for different gutter shapes&lt;br /&gt;
&lt;br /&gt;
== Should I model culverts in the 1D or 2D domain? ==&lt;br /&gt;
This largely depends on the size of the culvert in comparison with the cell size. Most commonly culverts are modelled within the 1D domain, however, with more computational power given by GPU devices, cell sizes are getting smaller and it might be beneficial to model bigger culverts in 2D. If the culvert is an important aspect of the study, it is always recommended to model it in number of ways by either using different methods and/or different software and the afflux is cross-checked against a desktop analysis and hand calculations. None will be 100% right, but the intent here is to establish a verification of the preferred approach.&amp;lt;br&amp;gt;&lt;br /&gt;
=== 2D only approach ===&lt;br /&gt;
* Benefits:&lt;br /&gt;
** Good stability and improved hydraulic behaviour at the culvert entrance/exit. &lt;br /&gt;
** The expansion loss (exit loss) can be explicitly handled in 2D provided the 2D cell resolution is sufficiently fine to model the expansion of flow downstream of the culvert.&lt;br /&gt;
* Challenges:&lt;br /&gt;
** The contraction loss (entry loss), which is related to the expansion of water after the vena-contracta and forms inside at the culvert inlet, won&#039;t be picked up well and some additional energy loss (form loss) might be needed to cover this.&lt;br /&gt;
** Side and soffit wall friction are not modelled unless Manning&#039;s n varies with depth, i.e. increase Manning&#039;s n with depth to account for the missing Manning&#039;s n on the side and top surfaces.&lt;br /&gt;
** The vertical walls not only create extra friction but also straightens the flow in the direction of the wall. Thin breaklines can be used to represent these walls in 2D, but it is likely to cause saw-tooth effect if sub-grid sampling (SGS) is not used, i.e. extra numerical head loss, if there are too few cells between the walls. SGS is recommended in this case.  &lt;br /&gt;
** Flow overtopping can be represented to some extent by assuming 100% blockage of layer 2 in a 2d_lfcsh, but the flow upstream and downstream before the culvert is overtopped is hard to model.&lt;br /&gt;
&lt;br /&gt;
=== 2D-1D-2D approach ===&lt;br /&gt;
* Benefits:&lt;br /&gt;
** A more appropriate approach where the 2D cell size is greater than around half the total culvert width.&lt;br /&gt;
** Contraction losses (entry losses) are handled better. &lt;br /&gt;
** Flow overtopping can be modelled in 2D.&lt;br /&gt;
* Challenges:&lt;br /&gt;
** Expansion losses (exit losses) are very dependent on the 2D cell resolution. A 2D cell size much larger than the culvert width will not reproduce the expansion losses very well (even with SGS) and the culvert&#039;s exit loss needs to cover this. A finer 2D cell size (several or more cells across the culvert) will reproduce the expansion losses much better and the culvert&#039;s exit loss need to be reduced to compensate it. This usually only happens for large 1D culverts with high velocities as there can be losses duplicated in the 2D on the exit side as the 2D flow expands (i.e. duplication of the exit/expansion loss). The latest release has a new feature to automatically adjust 1D culvert losses based on the 2D approach/departure velocities as what happens with a 1D-1D-1D arrangement. See this &amp;lt;u&amp;gt;[https://downloads.tuflow.com/_archive/Publications/Modelling%20of%20Bends%20and%20Hydraulic%20Structures%20in%20a%202D%20Scheme,%20Syme,%202001.pdf paper]&amp;lt;/u&amp;gt; for more information.&lt;br /&gt;
** HX connections may cause instability, especially with a skewed culvert outlet, but can produce better velocity patterns downstream of the culvert to model the expansion losses, which will be occurring in the 2D domain.&lt;br /&gt;
** Given that the SX connection applies the flow going out of the 1D culvert as a source term without momentum, it is difficult to completely prevent the water from piling up. If required, wingwalls can be modelled as thin breaklines to help guide the water away. Using the SX boundary Z flag lowers other SX cells below the 1D culvert invert level and it can mitigate the water from piling up.&lt;br /&gt;
&lt;br /&gt;
== What entry/exit loss and contraction coefficients should I use for 1D culverts? ==&lt;br /&gt;
We don’t provide hard recommendations on the exit and entry losses to use for culverts as we have found different organisations around the world, typically government, have their own guidelines for different types of inlets configurations and require these to be used, for example, the &amp;lt;u&amp;gt;[https://www.ipwea-qnt.com/products-resources/qudm/ Queensland Urban Drainage Manual]&amp;lt;/u&amp;gt; (QUDM). However, it is very important to understand how losses are applied and that different 1D solvers may treat them differently. For cross-checking your results from any hydraulic modelling software, a simple calculation applying the entry and exit losses (allowing for any automatic adjustments as discussed below) to the computed head (V2/2g), plus allowing any surface roughness losses (Manning&#039;s equation) for longer culverts, is the best practice for culverts flowing in a sub-critical flow condition (i.e. downstream controlled flow).&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For the entrance loss values, the approach should be to use values as quoted in the literature or guidelines for the inlet shape and design unless there is evidence to use another value (e.g. comparison with reliable calibration data would indicate different energy losses).&lt;br /&gt;
&lt;br /&gt;
For the exit loss a value of 1.0 is recommended in nearly all situations provided losses are being adjusted every timestep. A value of 1.0 with adjusted losses is derived from the fluid flow physics (momentum or energy conservation) for expanding flow and will be the most precise approach for modelling exit losses or to apply a bend loss to the approach/departure channel if these are modelled in 1D. &lt;br /&gt;
&lt;br /&gt;
Occasionally there are situations where non-standard entrance and exit loss values are needed. A good example is if the approach or departure flow is skewed to the culvert direction. In these situations there may also be a significant bend (energy) loss occurring as the water changes direction entering or leaving the structure. To account for this the modeller may need to increase the entrance and/or exit loss values.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
By default, TUFLOW adjusts the entrance and exit losses of 1D structures flowing sub-critical every timestep based on the approach/departure velocities for 1D-1D-1D and with a new feature in the 2020-10-AA build for 2D-1D-2D. The entrance losses are adjusted based on an empirical relationship from flume testing whilst the exit loss equation is theoretically derived as mentioned above - refer to the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;. The modeller should be familiar with the approach taken by the software they are using as some software either don&#039;t adjust for approach/departure velocities at structures (will overestimate losses using standard values) and some may apply a limiting loss thereby not allowing the losses to sufficiently reduce. &lt;br /&gt;
&lt;br /&gt;
TUFLOW, by default, allows the losses to reduce to effectively a zero loss coefficient (i.e. 0.0001).  A zero loss occurs where the approach and departure velocity is the same as the structure velocity.  For example, a clear-spanning bridge over a concrete lined channel with the water level below the bridge deck will experience no energy losses until the bridge deck is surcharged so if your software is applying unadjusted or limited energy loss coefficients there will be an unrealistic energy loss at the structure for flow below the bridge deck. For culverts, in most cases there will be some losses as it is rare that the channel is of identical shape and slope to the culvert with usually the culvert being more constrictive and therefore a higher velocity so the adjusted coefficients are nearly always non-zero.  At the other extreme is flow from or into a near still body of water (e.g. a lake or the ocean).  In this situation the loss coefficient(s) will not be reduced and the maximum energy loss possible should occur.&lt;br /&gt;
&lt;br /&gt;
If the default adjust losses approach is used (&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Structure Losses&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; ADJUST&amp;lt;/tt&amp;gt;) the recommendations are to use industry guidelines for the entrance loss coefficient based on the shape/design of the inlet (these coefficients are typically based on a near zero approach velocity), and to use 1.0 for the exit loss coefficient. This applies to 1D culverts connected to 1D channels. The adjusted entrance and exit losses can be viewed over time in the _TSL layer, refer to the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since the 2020-10-AA release, TUFLOW has a new (beta functionality) to have the losses automatically adjusted for linked 1D culverts and other structures connected to 2D domains through SX links (&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Structure Losses SX&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; &amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; ADJUST&amp;lt;/tt&amp;gt;), see Section 6.2 from the &amp;lt;u&amp;gt;[https://downloads.tuflow.com/TUFLOW/Releases/2020-10/TUFLOW%20Release%20Notes.2020-10-AA.pdf 2020-10 Release Notes]&amp;lt;/u&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The other values to consider for modelling culverts are the inlet contraction coefficients used when the flow is upstream controlled flow should this occur.  Typically the TUFLOW default values for these values should be used unless the inlet shape and design indicates otherwise.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Should I model pits as R or Q type? ==&lt;br /&gt;
Q pits are recommended for modelling kerb inlets, catchpits, drains, etc., provided that appropriate y-Q curves are available. TUFLOW automatically extends the y-Q curve for higher depths based on the orifice equation. Under downstream controlled flow regime it reverts to a drowned condition.&amp;lt;br&amp;gt;&lt;br /&gt;
When using the R pit, whilst the pit is free-falling into the pipe system below (most of the time until the system surcharges), entrance/exit losses don&#039;t apply, because the flow is inlet controlled. The R pit would be using the weir equation for unsubmerged flow or orifice flow for submerged flow and could be a poor representation of the pit flow behaviour, especially if the pit also has a grate and other non-rectangular characteristics.&lt;br /&gt;
&lt;br /&gt;
== How to model pipe network with some pipe data missing? ==&lt;br /&gt;
In situations where the complete pipe network is not modelled there are numerous common approaches adopted by modellers: &lt;br /&gt;
* Use direct rainfall boundary conditions, model all inlets, only model the larger pipes in the pipe network. Where a small pipe is being omitted, connect the flows from the inlet to the main pipe network using virtual pipes functionality. Only the location of the inlet pits are needed, they can be approximated and sometimes lumped representation of the pits. This approach is especially good if the pipe network does not surcharge back to the overland flow anywhere or only in a minor way.&lt;br /&gt;
* Use lumped hydrology inflows. Only model the main pipe network and connected inlets (excluding the smaller features). Apply the flows directly to the pits either with:&lt;br /&gt;
** 1d_bc QT polygon boundaries with a P flag. This automatically distributes the total flow to all the pits within the polygon.&lt;br /&gt;
** 2d_sa boundaries with a &amp;quot;Read GIS SA PITS&amp;quot; command. The flow is applied to the ground surface rather than directly into the manhole. Some of the flow will surcharge out of the pits if the downstream pipe capacity is exceeded.&lt;br /&gt;
&lt;br /&gt;
== How can I get more inflow into the pipe system? ==&lt;br /&gt;
A shallow depth can occur in the pit inlet cell and underestimate the depth at the entrance to the pit, restricting the amount of flow entering the pit. This can happen specifically for larger cell sizes. Different options to capture more water from 2D cells into the pits are available based on the TUFLOW engine. Both approaches aim to account for changes in ground elevation that occur at a finer scale than the 2D cell resolution:&lt;br /&gt;
*TUFLOW HPC - use Sub-Grid Sampling (SGS) - this approach samples underlying DEM with finer resolution and represents the true topography more accurately guiding water into the pits.&lt;br /&gt;
*TUFLOW Classic - use &amp;quot;Pit Default Road Crossfall&amp;quot; command to increase the depth at Q pits based on the crossfall slope of the road cross section. TUFLOW calculates the water depth that is used by the Pit Inlet Database using an adjacent side triangle depth approach, instead of the actual cell flow depth.&lt;br /&gt;
&lt;br /&gt;
== How is flow through the culvert calculated? ==&lt;br /&gt;
Computationally, information is passed between the 1D and 2D on the half timestep:&lt;br /&gt;
* Flow through the culvert is calculated based on the water levels at the inlet/outlet and the assigned flow regime. The volume is extracted/added to the 2D boundary cells on the half timestep.&lt;br /&gt;
* On the next full timestep the 1D and 2D shallow water equations are applied to move water through their respective domains.&lt;br /&gt;
&lt;br /&gt;
== What should I do if 1D pump doesn&#039;t convey as much flow as expected and/or seems to be unstable? ==&lt;br /&gt;
A couple of things can be checked:&lt;br /&gt;
* The inlet of the pipe has to be fully submerged, otherwise the pump will shut down and there will be no flow through the pump.&lt;br /&gt;
* Add extra storage to the node upstream of the pump with 1d_na table or 1d_nwk type NODE through ANA attribute.&lt;br /&gt;
* Try reasonably smaller 1D timestep.&lt;br /&gt;
* If using non-operational pump (P), check if the depth discharge relationship is appropriate. If outlet of the pipe is lower than inlet, the pump will always try to pump at full capacity.&lt;br /&gt;
* Consider using operational pump (PO), where the pump would switch off if the water level upstream gets below the pump soffit.&lt;br /&gt;
&lt;br /&gt;
== How BB bridges automatically switch between pressure flow and being drowned out? ==&lt;br /&gt;
TUFLOW considers the top of the XZ or HW table as the soffit level. If the downstream water level exceeds the soffit level, TUFLOW does the pressure flow calculation using default K = 1.56. It compares the velocity calculated by the pressure flow equation and by the form loss calculation based on LC table and uses the smaller one.&lt;br /&gt;
The _TSF and _TSL layers can be used to find out the regime/form loss values used for BB bridges:&lt;br /&gt;
*&amp;quot;P&amp;quot;: pressure flow&lt;br /&gt;
*&amp;quot;D&amp;quot;: ds water level &amp;gt; the soffit level, but it applies normal flow because the normal flow equation predicts smaller velocity&lt;br /&gt;
*&amp;quot; &amp;quot;: ds water level &amp;lt; the soffit level, normal flow&lt;br /&gt;
&lt;br /&gt;
== Should I model bridges in the 1D or 2D Domain? ==&lt;br /&gt;
The recommended approach typically depends on the study objectives and if the channel upstream and downstream of the bridge is modelled in 1D or 2D. To preserve the momentum as accurately as possible the bridge should be modelled in the same dimension as the channel, e.g. 1d_nwk bridge if the channels is in 1D and 2d_bg or 2d_lfcsh if the channel is modelled in 2D.&amp;lt;br&amp;gt;&lt;br /&gt;
In 2D, the expansion/contraction losses are modelled based on the topography and don&#039;t need to be estimated as attributes as for 1D modelling. Also, for higher flows where the bridge is overtopped, 2D is preferable approach. &lt;br /&gt;
&lt;br /&gt;
== What is the difference between downstream and upstream controlled flow? ==&lt;br /&gt;
Downstream control means a change in downstream water level will cause a change in upstream water level. Upstream control means the upstream water level is insensitive to the downstream water level and usually indicates the occurrence of supercritical flow.&lt;br /&gt;
&lt;br /&gt;
== How do negative &amp;quot;M&amp;quot;, &amp;quot;N&amp;quot; and &amp;quot;R&amp;quot; values deactivate 1D cross-sections? ==&lt;br /&gt;
When negative “M” values are used to deactivate 1D cross-sections, it changes the flow area, wetted perimeter, hydraulic radius, and the conveyance, while keeping the storage width unchanged. It is like inserting a thin plate at the middle of the channel, as shown in the figure below. This approach is preferred to retain the storage in the system but reduce the conveyance (e.g., off-stream storage not contributing to conveyance or sections either side of a constriction to generate better approach/departure velocities if using the Total Area approach). &amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039; The negative &amp;quot;M&amp;quot; value must be a negative of a valid material ID.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Section deactivation M.png | 200px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
When using negative (-1) “N” (Manning’s n) or “R” (relative resistance factor) to deactivate the 1D cross-sections, it reduces both the flow area and the storage width, as shown in the figure below.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Section deactivation N R.png | 200px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Calculating a 1d_bc head-discharge curve==&lt;br /&gt;
&lt;br /&gt;
As of the 2023-03-AD release, it is possible for TUFLOW to automatically create a Head-Discharge curve for 1d_bc HQ boundaries. For more information see Section 3.5 of the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/release/2023-03-AE/OneDSolv-1.html#Auto1DHQ-2 2023-03 Release Notes]&amp;lt;/u&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
If using older releases, this can be calculated manually as the condition to be satisfied for a normal depth is the Manning’s equation.  The HQ depth should be set up with elevation and the discharge calculated from Manning’s equation (including Area and Hydraulic Radius for each elevation point) and can be calculated in a few steps:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Set the model up your ESTRY model using a dummy downstream level boundary (e.g. a HQ boundary with no name, an error will be reported however the required check file will have been produced, otherwise any boundary will work) and run the model in test model (-t) so that check files are produced.  &lt;br /&gt;
&amp;lt;li&amp;gt;From the check folder, open the &#039;&#039;&#039;*_1d_ta_tables.csv&#039;&#039;&#039; file.  &lt;br /&gt;
&amp;lt;li&amp;gt;Find the entry for the most downstream cross-section (directly upstream of the 1d_bc HQ point). The &#039;&#039;&#039;*_1d_ta_tables.csv&#039;&#039;&#039; will contain a table of hydraulic parameters. The K entry highlighted is the cross-section conveyance in m&amp;lt;sup&amp;gt;3&amp;lt;/sup&amp;gt;/s and is calculated as: &amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
K = 1/n * A * R&amp;lt;sup&amp;gt;2/3&amp;lt;/sup&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Where &lt;br /&gt;
* A is the Eff Area&lt;br /&gt;
* R is the Radius&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:Ta tables example.png | 800px ]]&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Determine a representative slope (S), this could be taken from the last two cross-sections.&lt;br /&gt;
&amp;lt;li&amp;gt;Calculate the downstream Discharge (this is the same as calculated discharge from Mannings equation): &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Q = K * SQRT(S)&amp;lt;br&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Where:&lt;br /&gt;
* S is a representative slope value for the downstream reach.  &lt;br /&gt;
* K is obtained from the &#039;&#039;&#039;1d_ta_tables.csv&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;Use the Elevation (Head) vs Discharge pairs to populate the HQ table.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Why is the maximum 1D water level higher than 2D water level?==&lt;br /&gt;
TUFLOW calculates storage at 1D nodes (including manholes) and calculates flux at pipe mid-sections. The storages at the manholes are saved in the format of ‘elevation vs nodal area’ tables, which can be reviewed in the .eof file:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:1DpitHmax 1.png]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The change in water volume in a manhole is calculated based on the inflow from the pit above (if there is one) and the inflow/outflow from the connected pipes. The change in water level is then calculated based on the change in volume and the nodal area at that elevation.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:1DpitHmax 2.png | 300px ]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
TUFLOW extends the ‘elevation vs nodal area’ table by 5 m (the last 2 numbers in the table above), which allows for the calculation of pressurised pipe flow when a manhole is drowned. If the maximum 1D water level is higher than the DEM, that means the manhole was drowned and pressurised during the peak of the flood. &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:1DpitHmax 3.png | 300px ]] &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==How to represent the hydraulic behavior at the outlet of a pipe, including headwalls and transitions to open channels? ==&lt;br /&gt;
In general, pipe outlet headwalls affect the exit loss at the pipe outlet, and this can be modeled by changing the 1d_nwk “ExitC_or_WSb” attribute - exit loss coefficient for outlet controlled flow. The default exit loss coefficient is 1.0, assuming there is no headwall.  For more details on these factors, refer to the &amp;lt;u&amp;gt;[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]&amp;lt;/u&amp;gt;. &lt;br /&gt;
More guidance on applying entry/loss and contraction coefficients is available [[TUFLOW_1D_Channels_and_Hydraulic_Structures#What_entry.2Fexit_loss_and_contraction_coefficients_should_I_use_for_1D_culverts.3F | here]].&lt;br /&gt;
&lt;br /&gt;
Once the water is in the 2D domain, headwalls can also affect the local flow field. The modelled hydraulic behavior depends on the model cell size. If the model has grid size smaller than the length of the headwall, thin breaklines or 2d_zsh tin can be added to represent the geometry in the 2D model. If the grid size is larger than the headwall, it only calculates ‘cell-averaged’ velocity including the impact of the headwall.&lt;br /&gt;
&lt;br /&gt;
==Calculating velocity and bed shear stress at a pipe outlet== &lt;br /&gt;
The velocity and bed shear stress reported in the 2D domain at a pipe outlet depends on the model cell size. If the cell size is small enough and any outlets structures (i.e. wingwalls) are properly represented by the 2d cell/face elevations, TUFLOW can reasonably represent the flow field at the pipe outlet and estimate the bed shear stress base on the manning’s equation. However, be aware that TUFLOW solves 2D depth-averaged shallow water equation, so there is limitation of using it to estimate bed shear stress around complex structures or geometry that could experience vertical acceleration or re-circulation.&lt;br /&gt;
&lt;br /&gt;
== How do I model blockage for irregular shaped culverts or channels? ==&lt;br /&gt;
For irregular shaped culverts and channels (1d_nwk &amp;quot;I&amp;quot; type), it is possible to model blockage by using the Skew (in degrees) attribute in the 1d_xs layer. This reduces the effective flow width of the cross section by rotating it relative to the direction of flow and can be used to approximate reduced capacity.&lt;br /&gt;
&lt;br /&gt;
A skew angle of 0 means the cross section is aligned with the flow. As the angle increases, the effective width is reduced. For example, a skew of 60 degrees results results in a 50% reduction (as cos(60) = 0.5). While this does reduce the effective width of the structure, it isn’t expected to see the same reduction to conveyance as conveyance depends on the Manning’s n value, flow area and hydraulic radius. &lt;br /&gt;
&lt;br /&gt;
== Do calculations differ if I specify multiple culverts using the Number_of attribute, even if the total dimensions are the same as a single culvert? ==&lt;br /&gt;
Yes. This can slightly affect the modelling results. &lt;br /&gt;
&lt;br /&gt;
The key difference between a single wide culvert and multiple culverts with the same total width is the wetted perimeter. Multiple culverts have a slightly larger wetted perimeter due to the internal walls, which increases friction in downstream-controlled regimes. While friction losses are generally small compared to entry and exit losses, the impact on hydraulic behaviour is usually minor. &lt;br /&gt;
&lt;br /&gt;
However, it’s important to model the configuration that best represents the actual structure when assessing culvert performance.&lt;br /&gt;
&lt;br /&gt;
== How do I model a scruffy dome? ==&lt;br /&gt;
A scruffy dome is a type of dome inlet screen installed over a drop inlet, commonly used in stormwater systems. These inlets can be modelled in TUFLOW using a 1D Q type pit with a depth–discharge curve that reflects the hydraulic performance of the dome. &lt;br /&gt;
&lt;br /&gt;
[https://www.ipwea-qnt.com/products-resources/qudm/ &amp;lt;u&amp;gt;QUDM&amp;lt;/u&amp;gt;] recommends using the lesser of the weir flow or orifice flow equations to define inlet capacity (see Section 7.5.4). A blockage factor is also recommended to account for potential debris build-up during flood events (see Table 7.5.1 Provision for blockage at kerb inlets). This factor may vary depending on local guidelines, so regional standards should be consulted.&lt;br /&gt;
&lt;br /&gt;
Once the rating curve is calculated, it can be added to the pit inlet database and linked to the Q type pit.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:How_do_I_model_a_scruffy_dome_in_TUFLOW.png|300x300px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How can trash screens be represented? ==&lt;br /&gt;
A trash screen is a physical barrier, typically made from bars or mesh, placed at the inlet or outlet of a culvert, pipe, or channel to prevent debris from entering or exiting the structure.&lt;br /&gt;
&lt;br /&gt;
Trash screens can be represented by applying additional head losses and blockage effects in accordance with &amp;lt;u&amp;gt;[https://www.ipwea-qnt.com/products-resources/qudm/ QUDM]&amp;lt;/u&amp;gt; guidance. The approach depends on the location of the screen and the degree of blockage.&lt;br /&gt;
&lt;br /&gt;
Possible use cases include:&lt;br /&gt;
&lt;br /&gt;
* Where the screen is attached directly to the culvert inlet or outlet, the losses are applied to the culvert itself.&lt;br /&gt;
* Where the screen is located upstream of a culvert inlet or downstream of a culvert outlet, it can be modelled as a short zero length CF, IF, or RF channel before (upstream) or after (downstream) the culvert.&lt;br /&gt;
* In all cases, the net flow area should be reduced to account for the bars and any debris blockage, either by adjusting the flow area directly or by using the pBlockage attribute.&lt;br /&gt;
&lt;br /&gt;
For example, the image below could be represented as a rectangular shaped screen located upstream or downstream of a culvert, modelled as a short zero length RF (rectangular culvert with fixed losses) channel using a 1d_nwk GIS layer.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Trash_screen_schematic.png|alt=|300x300px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How can fishway baffles in a culvert be modelled? ==&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red; font-weight:bold;&amp;quot;&amp;gt;UNDER CONSTRUCTION&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Fishway baffles are barriers inside a culvert that slow the water and help fish swim through.&lt;br /&gt;
&lt;br /&gt;
These approaches could be used to represent them inside a model:&lt;br /&gt;
&lt;br /&gt;
* Short culvert with smaller opening. &lt;br /&gt;
** A short culvert section is added with its bottom and top levels set to match the fish baffle. The width is set to the total width of the fish passage gaps. This represents the reduced space for water to pass through.&lt;br /&gt;
&lt;br /&gt;
* Two culverts in a row. &lt;br /&gt;
** Two culverts are connected in series. The first is the normal culvert, and the second is a very short culvert with a smaller opening sized to the fish baffle gaps.&lt;br /&gt;
&lt;br /&gt;
For both options, sensitivity testing is recommended because at low flows the way the culvert is defined can change the results. These methods do not include turbulence or detailed 3D water movement around the baffles. If accurate fish passage flows are required, a CFD 3D model can be used to determine the flows and those flows can then be applied using a 1D Q type channel.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
[[File:Rectangular culvert baffled.png|alt=|300x300px]]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== How can a flow splitter with a nib wall be modelled? ==&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:red; font-weight:bold;&amp;quot;&amp;gt;UNDER CONSTRUCTION&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A flow splitter with a nib wall can be modelled in TUFLOW by introducing a 1D weir between the manhole and the relevant outlet pipe. The weir crest elevation should be set equal to the height of the nib wall within the chamber. This setup allows low flows to discharge through one pipe, while higher flows overtop the weir into a secondary outlet, replicating the behaviour of a physical flow splitter.&lt;br /&gt;
&lt;br /&gt;
The main outlet pipes are connected through a manhole, which automatically applies appropriate entry and exit losses. For outlets that do not connect further downstream, entry and exit losses should be manually defined in the attributes.&lt;br /&gt;
&lt;br /&gt;
Refer to the schematic example below for this configuration.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[ TUFLOW_Modelling_Guidance | Back to TUFLOW Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=HPC_Adaptive_Timestepping&amp;diff=45207</id>
		<title>HPC Adaptive Timestepping</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=HPC_Adaptive_Timestepping&amp;diff=45207"/>
		<updated>2025-11-10T05:45:12Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: /* HPC 1D Timestep */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Introduction=&lt;br /&gt;
&lt;br /&gt;
The HPC solver, by default, uses adaptive timestepping to progress through the simulation. The timestep is adjusted so that it complies with the mathematical stability criteria of a 2D SWE explicit solution. In contrast, TUFLOW Classic, being an implicit solution, is not numerically bound by these criteria, and can progress through the simulation using a fixed timestep. Due to the underlying solution scheme, HPC typically uses a smaller timestep than Classic. the following sections outline how TUFLOW HPC automatically selects its adaptive timestep. &lt;br /&gt;
&lt;br /&gt;
=HPC 2D Timestep=&lt;br /&gt;
TUFLOW HPC uses adaptive timestepping to maintain stability. There are three primary processes that determine the maximum timestep that an explicit solution to the Shallow Water Equations can use: &lt;br /&gt;
* Courant Number, Nu &amp;lt;br&amp;gt;&lt;br /&gt;
* Wave Celerity Number, Nc &amp;lt;br&amp;gt;&lt;br /&gt;
* Diffusion Number, Nd &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;text-align: center;&amp;quot;&lt;br /&gt;
!colspan=&amp;quot;4&amp;quot; style=&amp;quot;background-color:#005581; height:50px; font-weight:bold; color:white;&amp;quot;|HPC 2D Adaptive Timestep Controlling Numbers&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;width: 11%; height:50px;&amp;quot; | &amp;lt;b&amp;gt;Control Number&amp;lt;/b&amp;gt;||style=&amp;quot;width: 40%;&amp;quot; | &amp;lt;b&amp;gt;Description&amp;lt;/b&amp;gt;||style=&amp;quot;width: 18%;&amp;quot; | &amp;lt;b&amp;gt;Expression&amp;lt;/b&amp;gt;||style=&amp;quot;width: 9%;&amp;quot; | &amp;lt;b&amp;gt;Control Number Limit&amp;lt;/b&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;height:80px;&amp;quot; | Courant Number (Nu)&lt;br /&gt;
|This condition ensures that water entering one side of a 2D cell does not pass through the other side within one timestep. For this to be satisfied, the product of the water velocity (𝑢) and model timestep (∆𝑡) must be less than the cell size (∆𝑥).&lt;br /&gt;
|[[FILE: Courant Number Equation.PNG |250px]]&lt;br /&gt;
|≤1.0&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;height:110px;&amp;quot; | The Shallow Wave Celerity &amp;lt;br&amp;gt; Number (Nc)&lt;br /&gt;
|This numerical condition relates to the shallow water wave celerity (wave speed) and is derived from the fluid flow equations to represent long waves (i.e. wave length is substantially longer than the water depth). The product of the model timestep (∆𝑡) and the long wave speed (square root of the gravity (g) and water depth (h)) must be less than the cell size (∆𝑥), for the condition to be satisfied.&lt;br /&gt;
|[[FILE: SWC Number Equation.PNG |250px]]&lt;br /&gt;
|≤1.0&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;height:80px;&amp;quot; | Diffusion Number (Nd)&lt;br /&gt;
|This numerical condition relates to the sub-grid scale eddy viscosity term which causes diffusion of momentum. To maintain stability the product of the eddy viscosity coefficient (ν_T) and the timestep (∆𝑡) divided by the square of the grid spacing (∆𝑥2) must remain below 0.3. Models controlled by the diffusion number tend to require a timestep significantly smaller than those controlled by the shallow wave celerity or courant numbers. If you find your model is predominantly diffusion controlled it may be that equivalent solution accuracy can be achieved by selecting a larger cell size. This is worth testing, as it will most likely increase the simulation speed with no loss of result fidelity.&lt;br /&gt;
|[[FILE: Diffusion Number Equation.PNG |250px]]&lt;br /&gt;
|≤0.3&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
In general terms:&lt;br /&gt;
* Courant number relates to velocity relative to the cell size. High velocities will trigger this as the control.&lt;br /&gt;
* Celerity Control number relates to water depth relative to cell size. Energy can pass through deeper water faster than shallow water, as such deep water will trigger this control.&lt;br /&gt;
* Diffusion control relates diffusion of momentum relating to the sub grid viscosity. Small cells in deep water will trigger this one.&lt;br /&gt;
TUFLOW will use the highest timestep possible without exceeding the limits associated with each of the control numbers.&amp;lt;br&amp;gt;&lt;br /&gt;
The method TUFLOW HPC uses to calculate a timestep and achieve unconditional stability is as follows:&lt;br /&gt;
* The &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command included in the TUFLOW Control File (TCF) is only used for the first calculation timestep. The specified value should be consistent with what would be appropriate for a TUFLOW Classic model (i.e. 1/2 to 1/5 the 2D cell size). Internally, TUFLOW HPC divides this value by 10 to apply a value that is suitable for an explicit solution scheme. All subsequent calculations are completed using the adaptive timestep approach outlined in the following bullet points.&lt;br /&gt;
* The HPC timestep is calculated using the hydraulic conditions from the end of the previous timestep.&lt;br /&gt;
* If the hydraulic conditions have changed significantly it is possible for one or more of the Nu, Nc, Nd control number criteria to be violated at one or more locations within the model.  For example, a sudden change in rainfall from one timestep to the next (which occurs with stepped rainfall boundaries) would potentially cause a violation.  The HPC solver, by default, treats a 20% exceedance of a control number as a violation and will implement a repeat timestep feature. HPC uses a repeat timestep feature to maintain unconditional stability. The repeat timestep feature involves retaining the complete hydraulic solution from the previous (good) timestep.  Should a control number anywhere within the model be exceeded by more than 20%, the solution reverts to the retained timestep, the timestep is reduced and then repeated. &lt;br /&gt;
* Each timestep is also tested for the occurrence of NaNs.  A NaN is “Not a Number” and occurs due to undefined mathematical calculations such as a divide by zero or square root of a negative number.  The occurrence of a NaN is also indicative of a sudden instability.  Should a NaN occur, the repeat timestep feature is implemented.&amp;lt;br&amp;gt;&lt;br /&gt;
* Should a timestep need to be repeated more than ten times consecutively, the solution stops.  &lt;br /&gt;
* The simulation will also stop if the default minimum permissible timestep of 0.1 seconds has been reached. This value can be manually adjusted using &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep Minimum&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;. &amp;lt;br&amp;gt;&lt;br /&gt;
Repeated timesteps are displayed to the Console Window and the number of them for a time interval are provided in the nRS_NaNs and nRS_HCNs columns in the _HPC.csv file output in the results folder.  They are also reported to the _messages layer.&amp;lt;br&amp;gt;&lt;br /&gt;
Repeated timesteps are an indication the 2D HPC solution is numerically “on-the-edge”.  Models that have a high number of repeated timesteps should be sensitivity tested by reducing the control number limits using &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Control Number Factor&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;.  For example, repeat the simulation using &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Control Number Factor&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;==&amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;tt&amp;gt; 0.8 &amp;lt;/tt&amp;gt; and compare the results.  If there are acceptably immeasurable changes in the results, then running at the default control number limits can be considered satisfactory.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;NOTE: Models that require an excessively small 2D timestep to remain stable are symptomatic of models with input topography or boundary condition errors. Please refer to [Tutorial_Module03 | Tutorial Module 03] for discussion on this topic.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=HPC 1D Timestep=&lt;br /&gt;
HPC links with the 1D solver, ESTRY. When run with HPC (instead of Classic) ESTRY has been reconfigured to automatically act as an adaptive/varying timestep solution, and can step at different multiples of steps to the HPC 2D solver. The ESTRY 1D &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&amp;lt;tt&amp;gt;Timestep &amp;lt;/tt&amp;gt;&amp;lt;/font&amp;gt; command for a HPC 1D/2D linked model is the maximum limiting timestep the 1D solver can use, and the 1D and 2D solutions are synchronised based on the size of the &amp;quot;maximum 1D timestep&amp;quot; and the &amp;quot;target 2D timestep&amp;quot;:&lt;br /&gt;
* If target 2D timestep = maximum 1D timestep: No adjustment is made.&lt;br /&gt;
* If target 2D timestep &amp;gt; maximum 1D timestep: the 1D proceeds in two or more steps eventually synchronising with the target 2D timestep.&lt;br /&gt;
* If target 2D timestep &amp;lt; Maximum 1D timestep: the 2D timestep is reduced below the target value to synchronise with 1D at a multiple of the 2D timesteps.&lt;br /&gt;
Where there is not a one to one synchronisation of the 1D and 2D timesteps, a usually negligible mass error may occur and can be checked by reviewing the CME% values shown on the Console Window, the .tlf file or the _MB.csv file in the same manner as Classic.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:TUFLOWHPC1D2DTimestepSync2.png]]&lt;br /&gt;
&lt;br /&gt;
=HPC Timestep Synchronisation=&lt;br /&gt;
HPC uses an adaptive timestep derived from the hydraulic conditions during a simulation. This timestepping approach creates a situation where the computational timestep does not always align exactly with the specified map and time series result output intervals. To account for this TUFLOW HPC makes a timestep adjustments to synchronize the computational timestep with output reporting times. When this occurs the minimum timestep (dt) reported in hpc.dt.csv will report a reduced timestep. This adjustment doesn’t have any effect on the hydraulic calculations, and as such, is not reported in the hpc.tlf or shown in the dt map output. The &amp;quot;dtStar&amp;quot; column in the hpc.dt.csv file also reports the calculated 2D target timestep without any result output synchronisation applied. If the hpc.dt.csv file is being used to quality check the health of a simulation, &amp;quot;dtStar&amp;quot; should be used for the analysis, not &amp;quot;dt&amp;quot;.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:dt_sync.png|500px]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=HPC Quadtree Adaptive Timestepping=&lt;br /&gt;
All the above is applicable to the HPC with Quadtree simulations. In addition the Quadtree solver uses a single adaptive timestep for the entire model at any instance in time. Different timesteps are not applied to the respective different resolution nest levels. If a small cell resolution is nested down in water that is deeper than the cell face length, the Diffusion control number would be the critical limiter that is setting the timestep and the model will run slower than expected. This can be confirmed by reviewing the &amp;lt;u&amp;gt;[[HPC_Model_Review#HPC_dt_Time_Series_Output_.28.2A.hpc.dt.csv.29 | hpc.dt.csv file]]&amp;lt;/u&amp;gt; information.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{Tips Navigation&lt;br /&gt;
|uplink=[[ HPC_Modelling_Guidance | Back to HPC Modelling Guidance]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
	<entry>
		<id>https://wiki.tuflow.com/w/index.php?title=File:TUFLOWHPC1D2DTimestepSync2.png&amp;diff=45206</id>
		<title>File:TUFLOWHPC1D2DTimestepSync2.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.tuflow.com/w/index.php?title=File:TUFLOWHPC1D2DTimestepSync2.png&amp;diff=45206"/>
		<updated>2025-11-10T05:44:27Z</updated>

		<summary type="html">&lt;p&gt;Abrar.Alttahir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Updated 1D-2D timestep synchronisation theory figure for TUFLOW HPC, showing the correct relationship between 1D and 2D timesteps as implemented in version 2025.2. Replaces the previous outdated figure on the wiki.&lt;/div&gt;</summary>
		<author><name>Abrar.Alttahir</name></author>
	</entry>
</feed>