<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Export Water Flow Rate from Flood Simulation in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/export-water-flow-rate-from-flood-simulation/m-p/1678610#M101297</link>
    <description>&lt;P&gt;Hi, is there a way to export the water flow rate (m^3/s) from a flood simulation? Currently, it seems that only “water depth,” “water absolute height,” “water velocity vector” as U-V, and “water speed” can be exported. Strangely, there is no option to export the water flow rate.&lt;BR /&gt;&lt;BR /&gt;Or am I missing something?&lt;BR /&gt;&lt;BR /&gt;(I know that I can calculate the flow rate myself based on the water depth and water velocity. But it would be much easier if you could export it directly)&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jan 2026 13:34:38 GMT</pubDate>
    <dc:creator>Fabian_Schroeer</dc:creator>
    <dc:date>2026-01-19T13:34:38Z</dc:date>
    <item>
      <title>Export Water Flow Rate from Flood Simulation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-water-flow-rate-from-flood-simulation/m-p/1678610#M101297</link>
      <description>&lt;P&gt;Hi, is there a way to export the water flow rate (m^3/s) from a flood simulation? Currently, it seems that only “water depth,” “water absolute height,” “water velocity vector” as U-V, and “water speed” can be exported. Strangely, there is no option to export the water flow rate.&lt;BR /&gt;&lt;BR /&gt;Or am I missing something?&lt;BR /&gt;&lt;BR /&gt;(I know that I can calculate the flow rate myself based on the water depth and water velocity. But it would be much easier if you could export it directly)&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 13:34:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-water-flow-rate-from-flood-simulation/m-p/1678610#M101297</guid>
      <dc:creator>Fabian_Schroeer</dc:creator>
      <dc:date>2026-01-19T13:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Export Water Flow Rate from Flood Simulation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-water-flow-rate-from-flood-simulation/m-p/1687906#M102154</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/655421"&gt;@Fabian_Schroeer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Greetings Fabian,&lt;/P&gt;&lt;P&gt;No, you have not missed anything. According to the documentation,&amp;nbsp;ArcGIS Pro currently does not allow exporting water flow rate (m³/s) from a flood simulation.&lt;/P&gt;&lt;P&gt;While ArcGIS Pro’s flood simulation can display water flow rate in the 3D scene, it still does not provide an export function for that property.&lt;/P&gt;&lt;P&gt;The official &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/simulation/simulation-in-arcgis-pro.htm" target="_blank" rel="noopener"&gt;ArcGIS Pro documentation&lt;/A&gt; states that the simulation layer’s symbology can visualise:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Water flow rate (m³/s)&lt;/LI&gt;&lt;LI&gt;Water depth (m)&lt;/LI&gt;&lt;LI&gt;Water speed (m/s)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;but this is specifically for colorizing the display, not exporting rasters or data layers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you mentioned, one can compute flow rate manually using the formula:&lt;BR /&gt;Flow Rate (m³/s) = Velocity (m/s) × Cross‑sectional area (m²)&lt;/P&gt;&lt;P&gt;ArcGIS Pro exports:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Water depth raster&lt;/LI&gt;&lt;LI&gt;Water velocity (U–V vectors) raster&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;These provide everything needed to compute flow rate afterward (in Raster Calculator, Python, or external GIS/hydrology tools).&lt;/P&gt;&lt;P&gt;ArcGIS Pro’s flood simulation engine is designed for rapid, GPU‑based shallow water modelling, intended mainly for visual exploration, not full hydraulic engineering outputs.&lt;/P&gt;&lt;P&gt;The&lt;A href="https://www.esri.com/content/dam/esrisites/en-us/media/technical-papers/flood-simulation-arcgis-pro.pdf?trk=public_post_comment-text" target="_blank" rel="noopener"&gt; technical paper&lt;/A&gt; and documentation emphasize that many advanced hydraulic outputs are not included by design—this tool is not intended to replace tools like HEC‑RAS or Arc Hydro for detailed flow modelling.&lt;/P&gt;&lt;P&gt;I hope the above is of assistance.&lt;/P&gt;&lt;P&gt;Muchos saludos,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 07:38:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-water-flow-rate-from-flood-simulation/m-p/1687906#M102154</guid>
      <dc:creator>MiguelParedes</dc:creator>
      <dc:date>2026-03-03T07:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Export Water Flow Rate from Flood Simulation</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/export-water-flow-rate-from-flood-simulation/m-p/1687959#M102155</link>
      <description>&lt;P&gt;Hi Miguel,&lt;BR /&gt;&lt;BR /&gt;thanks for your reply!&lt;BR /&gt;&lt;BR /&gt;We had now written a Python script that we used to calculate the flow rate in m^3/s from various time steps. The results are actually very similar to those from HEC-RAS.&lt;BR /&gt;&lt;BR /&gt;As you already mentioned, the simulations are GPU-based. We currently have an NVIDIA A16-16Q, but unfortunately the simulations are very slow and run at 100% capacity throughout the simulation. Do you have any recommendations as to which GPUs are best suited for this? Or which ones do you use for your tests?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabian&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 13:01:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/export-water-flow-rate-from-flood-simulation/m-p/1687959#M102155</guid>
      <dc:creator>Fabian_Schroeer</dc:creator>
      <dc:date>2026-03-03T13:01:42Z</dc:date>
    </item>
  </channel>
</rss>

