Difference between revisions of "TUFLOW Viewer - Load Results - Map Outputs"

From Tuflow
Jump to navigation Jump to search
Line 18: Line 18:
 
* [[TUFLOW_Viewer_-_Load_Results_-_Time_Series_FM | Load Results - Time Series FM]]
 
* [[TUFLOW_Viewer_-_Load_Results_-_Time_Series_FM | Load Results - Time Series FM]]
 
* [[TUFLOW_Viewer_-_Load_Results_-_Particles | Load Results - Particles]]
 
* [[TUFLOW_Viewer_-_Load_Results_-_Particles | Load Results - Particles]]
 +
* [[TUFLOW_Viewer_-_Map_Outputs_-_Plotting_Time_Series | Map Output - Plotting Time Series]]
 +
* [[TUFLOW_Viewer_-_Map_Outputs_-_Plotting_Cross-Sections_And_Longitudinal_Profiles | Map Output - Plotting Cross-Sections and Longitudinal Profiles]]
 +
* [[TUFLOW_Viewer_-_Map_Outputs_-_Plotting_Flow | Map Output - Plotting Flow]]
 +
* [[TUFLOW_Viewer_-_Map_Outputs_-_Curtain_Plot | Map Output - Curtain Plot]]
 +
* [[TUFLOW_Viewer_-_Map_Outputs_-_Vertical_Profile | Map Output - Vertical Profile]]
 +
* [[TUFLOW_Viewer_-_Map_Outputs_-_3D_to_2D_Depth_Averaged_Time_Series | Map Output - Plotting 3D to 2D Depth Averaged Time Series]]
 +
* [[TUFLOW_Viewer_-_Map_Outputs_-_3D_to_2D_Depth_Averaged_Cross-Sections | Map Output - Plotting 3D to 2D Depth Averaged Cross-Sections]]
 +
* [[TUFLOW_Viewer_-_Map_Outputs_-_Plotting_Multiple_Locations | Map Output - Plotting Multiple Locations]]
 +
* [[TUFLOW_Viewer_-_Map_Outputs_-_Plotting_From_Vector_Layer | Map Output - Plotting From Vector a Layer (e.g. shp file)]]
 
====Back to TUFLOW Viewer Page====
 
====Back to TUFLOW Viewer Page====
 
* [[TUFLOW_Viewer#Loading_Results | Back to TUFLOW Viewer Main Page]]
 
* [[TUFLOW_Viewer#Loading_Results | Back to TUFLOW Viewer Main Page]]

Revision as of 01:14, 22 April 2021

Tool Description

Loads "map output" results (i.e. the 2D or 3D results). The following file formats are accepted as inputs:

  • *.xmdf - XMDF files are the preferred output mesh format for TUFLOW Classic / HPC
  • *.dat - DAT files are limited to a single output type (e.g. depth) and miss out on some of the advanced loading mechanics that QGIS employs that greatly reduce load times, memory footprint etc. For this reason it is recommended to use XMDF format which can be output directly from TUFLOW.
  • *.nc - NetCDF mesh outputs are currently unsupported in TUFLOW Classic / HPC and only available from TUFLOW FV. This file format supports both 2D and 3D outputs. TUFLOW Classic / HPC does support a NetCDF grid output and NetCDF cell centred output, however these formats are not yet supported in TUFLOW Viewer. The particle module also outputs a NetCDF file, however this should be loaded separately via Load Results - Particles.
  • *.xmdf.sup - This file is a text file that lists the location of the XMDF and 2DM files. This is typically used for TUFLOW FV outputs as the *.2dm (mesh file) is typically built separately and used as an input to the model and therefore will be located separately to the XMDF. For TUFLOW Classic / HPC results the 2DM is generated as an output and stored along side the XMDF and TUFLOW Viewer will find it automatically.
  • *.dat.sup - This file is a text file that lists the location of all DAT files and 2DM file. This can be used to bring in all DAT results at once. Superficially TUFLOW Viewer will treat this differently than loading in all DAT files individually - when loading in from a *.dat.sup file, TUFLOW Viewer will group the results and treat them as one (similar to how an XMDF is treated).
  • *.2dm - This is the mesh file used in conjuction wtih XMDF and DAT files. This file will be loaded prior to the XMDF and DAT files automatically, but can also be loaded in separately. The 2DM can contain static information such as bed elevation and material ID, but will not contain any temporal results.

Examples

LoadResult MapOutput.gif

Links

Similar Tools

Back to TUFLOW Viewer Page