View source for TUFLOW CATCH Tutorial M04
ā
TUFLOW CATCH Tutorial M04
Jump to navigation
Jump to search
= Introduction = In this module, a TUFLOW CATCH integrated model with interventions is developed. <br> TUFLOW CATCH Tutorial 04 is built from the models created in <u>[[TUFLOW_CATCH_Tutorial_M02 | TUFLOW CATCH Tutorial 02]]</u> and <u>[[TUFLOW_CATCH_Tutorial_M03 | TUFLOW CATCH Tutorial 03]]</u>. The completed TUFLOW CATCH Tutorial 03 is provided in the '''TUFLOW_CATCH_Module_04\Modelling''' folder of the download dataset as the starting point for this tutorial. If unfamiliar with TUFLOW CATCH, it is recommended to complete <u>[[TUFLOW_CATCH_Tutorial_M01 | TUFLOW CATCH Tutorial 01]]</u>, <u>[[TUFLOW_CATCH_Tutorial_M02 | TUFLOW CATCH Tutorial 02]]</u> and <u>[[TUFLOW_CATCH_Tutorial_M03 | TUFLOW CATCH Tutorial 03]]</u> prior to starting this tutorial. '''Note:''' An NVIDIA GPU card is required to run this tutorial model. If this is not available, a shortened simulation can be run on CPU by updating the following commands in the Global Settings section of the TUFLOW CATCH Control file (.tcc): :<tt><font color=blue>Hardware </font><font color=red>==</font> CPU</tt> :<tt><font color=blue>End Time </font><font color=red>==</font> 01/01/2021 12:00:00</tt> = Meteorological Data = Meteorological inputs are defined in boundary condition blocks within the receiving model block of the TUFLOW CATCH Control file (.tcc). <!-- reference TUFLOW FV manual when it's done --> For this tutorial, timeseries meteorological data has been supplied. <ol> <li>In Windows File Explorer, navigate to the '''TUFLOW_CATCH_Module_04\Tutorial_Data''' folder. Copy the '''TC04_met_ts_001.csv''' and paste it in the '''TUFLOW_CATCH_Module_04\Modelling\TUFLOWFV\bc_dbase\met''' folder. This file contains the timeseries meteorological data. <li>Open the file. As this file is read by TUFLOW FV, the first column (Time) must contain the date is ISODATE format (DD/MM/YYYY hh:mm:ss). The other columns contain the data for the meteorological conditions that will be simulated in this model: <br> {| | * '''AIR_TEMP''': Air temperature (degrees Celsius) | :::* '''REL_HUM''': Relative humidity (%) |- | *'''LW_RAD''': Downward longwave radiation (W m<tt><font color="green"><sup>-2</sup></font></tt>) | :::*'''W10_X''': Zonal wind velocity at 10m (m s<sup>-1</sup>) |- | *'''SW_RAD''': Downward shortwave radiation (W m<sup>-2</sup>) | :::*'''W10_Y''': Meridional wind velocity at 10m (m s<sup>-1</sup>) |} [[File: TC4_met_ts_data_01a.png]]<br> <br> </ol> = Simulation Control Files = The following steps will require use of a text editor. The tutorial demonstration uses Notepad++. For its configuration information refer to <u>[[NotepadPlusPlus_Tips | Notepad++ Tips]]</u>. <br> ==== Generate Template Files ==== This tutorial requires a Water Quality Control file (.fvwq) and a Sediment Transport Control file (.fvsed). Use the TUFLOW CATCH plugin to generate template files: <ol> <li>In QGIS, go to Processing > Toolbox from the top drop down menu options to open the Processing Toolbox. <li>Go to TUFLOW Catch in the processing tool list and select 'Create TUFLOW Catch Project'. This opens the dialog shown below: *Project Name: '''TC04''' *Project Folder: Click '...', and navigate to the '''TUFLOW_CATCH_Module_04\Modelling''' folder. *Project CRS: Click the drop down menu and select 'Project CRS: EPSG:32760 - WGS 84 / UTM zone 60Sā. * TUFLOW HPC Executable: Click '...', and navigate to the '''exe\TUFLOW\2026.0.0 folder'''. Select '''TUFLOW_iSP_w64.exe'''. * TUFLOW FV Executable: Click '...', and navigate to the '''exe\TUFLOWFV\2026.0.0''' folder. Select '''TUFLOWFV.exe'''. * Default GIS Format: Click the drop down menu and select 'SHP'. * Tick on 'Setup Control File Templates'. * Control File Templates: Expand the 'Advanced Parameters' section. Click '...', and tick on: Water Quality Control file (.fvwq) and Sediment Control file (.fvsed). Ensure all other files are ticked off. <li> Click 'Run'. Once the tool has finished click 'Close'.<br> <br> [[File: TC4_Create_CATCH_Project_01a.png]]<br> <br> </ol> === Water Quality Control File (FVWQ) === <ol> <li> Navigate to the '''TUFLOWFV\wqm''' folder and open '''TC04_001.fvwq''' in a text editor. <li> In the 'Simulation Controls' sections, update the following commands:<br> <tt><font color=blue>Simulation Class</font><font color=red> == </font>DO <font color=green> ! Specify the simulation class to Dissolved Oxygen</font></tt><br> <tt><font color=blue>WQ dt</font><font color=red> == </font>300 <font color=green> ! Interval for updating the water quality module </font></tt><br> <tt><font color=blue>WQ Units</font><font color=red> == </font>mgL <font color=green> ! Specify the units to be mgL </font></tt><br> <li> In the 'Constituent Model Settings', add the following commands to specify the constituent (oxygen and pathogens) parameters. For more information on the model settings for each constituent, refer to the TUFLOW FV Water Quality Manual: <u>[https://docs.tuflow.com/fv/wqm/manual/2025.1/SimulationConstruction-1.html#ConModClssOxy-4 Section 4.6.3.1 (Oxygen)]</u> and <u>[https://docs.tuflow.com/fv/wqm/manual/2025.1/SimulationConstruction-1.html#ConModClssPth-4 Section 4.6.3.2 (Pathogens)]</u>. <br> <tt><font color=blue>Oxygen Model</font><font color=red> == </font>O2 <font color=green> ! Set the oxygen model</font></tt><br> :<tt><font color=blue>Oxygen Min Max</font><font color=red> == </font>0.0, 12.0 <font color=green> ! Specify the allowable minimum and maximum oxygen concentrations</font></tt><br> :<tt><font color=blue>Oxygen Benthic</font><font color=red> == </font>4.7, 1.08 <font color=green> ! Specify the global benthic parameters </font></tt><br> <tt><font color=blue>End Oxygen Model</font></tt><br> <tt><font color=blue>Pathogen Model</font><font color=red> == </font>Free, Ecoli <font color=green> ! Set the pathogen model and name</font></tt><br> :<tt><font color=blue>Alive Min Max</font><font color=red> == </font>0.0, 1e7 <font color=green> ! Specify the allowable minimum and maximum concentrations</font></tt><br> :<tt><font color=blue>Mortality</font><font color=red> == </font>0.08, 2e-12, 6.1, 1.0, 1.11 <font color=green> ! Specify the mortality parameters</font></tt><br> :<tt><font color=blue>Visible Inactivation</font><font color=red> == </font>0.082, 0.0067, 0.5 <font color=green> ! Specify the visible light inactivation parameters</font></tt><br> :<tt><font color=blue>UVA Inactivation</font><font color=red> == </font>0.5, 0.0067, 0.5 <font color=green> ! Specify the UV-A light inactivation parameters</font></tt><br> :<tt><font color=blue>UVB Inactivation</font><font color=red> == </font>1.0, 0.0067, 0.5 <font color=green> ! Specify the UV-B light inactivation parameters</font></tt><br> :<tt><font color=blue>Settling</font><font color=red> == </font>-0.03 <font color=green> ! Specify the settling of non-attached pathogens</font></tt><br> <tt><font color=blue>End Pathogen Model</font></tt><br> <li> In the 'Material Specifications' section, add the following material blocks to specify oxygen flux for each material ID.<br> <tt><font color=blue>Material</font><font color=red> == </font>Default <font color=green> ! Defines default properties for all materials</font></tt><br> :<tt><font color=blue>Oxygen Flux</font><font color=red> == </font>-1400.0 </font></tt><br> <tt><font color=blue>End Material</font></tt><br> <tt><font color=blue>Material</font><font color=red> == </font>1 <font color=green> ! Defines properties for material ID 1 (overwrites default)</font></tt><br> :<tt><font color=blue>Oxygen Flux</font><font color=red> == </font>-1100.0 </font></tt><br> <tt><font color=blue>End Material</font></tt><br> <tt><font color=blue>Material</font><font color=red> == </font>2 <font color=green> ! Defines properties for material ID 2 (overwrites default)</font></tt><br> :<tt><font color=blue>Oxygen Flux</font><font color=red> == </font>-1200.0 </font></tt><br> <tt><font color=blue>End Material</font></tt><br> <tt><font color=blue>Material</font><font color=red> == </font>3 <font color=green> ! Defines properties for material ID 3 (overwrites default)</font></tt><br> :<tt><font color=blue>Oxygen Flux</font><font color=red> == </font>-1300.0 </font></tt><br> <tt><font color=blue>End Material</font></tt><br> <li> Save the FVWQ. </ol> === Sediment Transport Control File (FVSED) === <ol> <li> Navigate to the '''TUFLOWFV\stm''' folder and open '''TC04_001.fvsed''' in a text editor. <li> Update the following command to match the output interval for the rest of the model (300secs or 5mins):<br> <tt><font color=blue>Update dt</font><font color=red> == </font>300 <font color=green> ! Interval for updating the sediment transport module</font></tt><br> <li> In the 'Settings' section, update the following commands. For more information on these commands, please refer to the <u>[https://downloads.tuflow.com/TUFLOWFV/Releases/Latest/TUFLOW_FV_ST_and_PT_Modules_User_Manual.pdf TUFLOW FV Sediment Transport Manual]</u>.<br> <tt><font color=blue>Erosion Depth Limits</font><font color=red> == </font>0.1, 0.5 <font color=green> ! Depth limits within which the erosion rate is scaled down (meters)</font></tt><br> <tt><font color=blue>Deposition Depth Limits</font><font color=red> == </font>0.1, 0.5 <font color=green> ! Depth limits within which the deposition rate is scaled down (meters)</font></tt><br> <tt><font color=blue>Bed Roughness Model</font><font color=red> == </font>ks <font color=green> ! Set bed roughness model</font></tt><br> <tt><font color=blue>Bed Roughness Parameters</font><font color=red> == </font>0.02, 0.02 <font color=green> ! Specify the bed roughness for current and waves</font></tt><br> <li> In the 'Fractions' section, add in the following Fraction block to set the parameters for clay. <br> <tt><font color=blue>Fraction</font><font color=red> == </font>Clay <font color=green> ! Set sediment fraction</font></tt><br> :<tt><font color=blue>d50</font><font color=red> == </font>0.0002 <font color=green> ! Specify the median grain size of the sediment fraction (meters)</font></tt><br> :<tt><font color=blue>Particle Density</font><font color=red> == </font>2650.0 <font color=green> ! Specify the density of the particle group (kg/m<sup>3</sup>)</font></tt><br> :<tt><font color=blue>Settling Model</font><font color=red> == </font>Constant <font color=green> ! Set the settling model</font></tt><br> :<tt><font color=blue>Settling Parameters</font><font color=red> == </font>1e-05 <font color=green> ! Specify constant settling velocity (m/s)</font></tt><br> :<tt><font color=blue>Critical Stress Model</font><font color=red> == </font>Constant <font color=green> ! Set the critical stress model</font></tt><br> :<tt><font color=blue>Critical Stress Parameters</font><font color=red> == </font>0.15 <font color=green> ! Specify constant critical stress (N/m<sup>2</sup>)</font></tt><br> :<tt><font color=blue>Erosion Model</font><font color=red> == </font>Mehta <font color=green> ! Set the erosion model</font></tt><br> :<tt><font color=blue>Erosion Parameters</font><font color=red> == </font>0.01, 0.5, 1.0 <font color=green> ! Specify constant erosion rate (g/m<sup>2</sup>s), critical shear stress (N/m<sup>2</sup>) and power coefficient</font></tt><br> :<tt><font color=blue>Deposition Model</font><font color=red> == </font>ws0 <font color=green> ! Set the deposition model</font></tt><br> <tt><font color=blue>End Fraction</font></tt><br> <li> In the 'Materials' section, add the following material blocks to set the sediment transport for each material ID.<br> <tt><font color=blue>Material</font><font color=red> == </font>1, 2 <font color=green> ! Defines properties for material IDs 1 and 2</font></tt><br> :<tt><font color=blue>Nlayer</font><font color=red> == </font>1 <font color=green> ! Number of sediment bed layers</font></tt><br> :<tt><font color=blue>Layer</font><font color=red> == </font>1 <font color=green> ! Bed layer number </font></tt><br> ::<tt><font color=blue>Dry Density</font><font color=red> == </font>800 <font color=green> ! Dry density of bed layer (kg/m<sup>3</sup>) </font></tt><br> ::<tt><font color=blue>Initial Mass</font><font color=red> == </font>1500 <font color=green> ! Initial mass of each sediment fraction (kg/m<sup>2</sup>) </font></tt><br> :<tt><font color=blue>End Layer</font></tt><br> <tt><font color=blue>End Material</font></tt><br> <tt><font color=blue>Material</font><font color=red> == </font>3 <font color=green> ! Defines properties for material ID 3</font></tt><br> :<tt><font color=blue>Nlayer</font><font color=red> == </font>1 <font color=green> ! Number of sediment bed layers</font></tt><br> :<tt><font color=blue>Layer</font><font color=red> == </font>1 <font color=green> ! Bed layer number </font></tt><br> ::<tt><font color=blue>Dry Density</font><font color=red> == </font>800 <font color=green> ! Dry density of bed layer (kg/m<sup>3</sup>) </font></tt><br> ::<tt><font color=blue>Initial Mass</font><font color=red> == </font>3200 <font color=green> ! Initial mass of each sediment fraction (kg/m<sup>2</sup>) </font></tt><br> :<tt><font color=blue>End Layer</font></tt><br> <tt><font color=blue>End Material</font></tt><br> <li>Save the FVSED. </ol> == TUFLOW CATCH Control File (TCC) == === Global Settings === For this tutorial, leave all commands as is. This section of the .tcc was populated in <u>[[TUFLOW_CATCH_Tutorial_M01 | TUFLOW CATCH Tutorial 01]]</u>. === Catchment Hydraulic Model === This block contains commands that construct the TUFLOW HPC simulation. <ol> <li> Save a copy of '''TC03_001.tcc''' as '''TC04_001.tcc''' in the '''TUFLOW_CATCH_Module_04\Modelling\TUFLOWCATCH\runs''' folder. <li> Open '''TC04_001.tcc''' in a text editor, and comment out the following command:<br> <tt><font color=green>! Pollutant == Salinity, Temperature, WQ_DISS_OXYGEN_MG_L, WQ_PATH_ECOLI_ALIVE_CFU_100ML, WQ_PATH_ECOLI_DEAD_CFU_100ML, SED_CLAY ! Specify the pollutant names</font></tt><br> </ol> === Pollutant Export Model === This block contains commands that control the pollutant export (and other constituent) simulation. As this tutorial model is an integrated simulation with interventions, we must turn the pollutant export model back on: <ol> <li> Set the pollutant export model:<br> <tt><font color=blue>Catchment Pollutant Export Model</font><font color=red> == </font>Mass Accumulation Release </font></tt><br> <li> Uncomment all the commands. The pollutant export model block should look the same as in <u>[[TUFLOW_CATCH_Tutorial_M02#Pollutant_Export_Model | TUFLOW CATCH Tutorial 02]]</u> </ol> === Receiving Model === This block contains commands that construct the TUFLOW FV simulation. For this tutorial, the receiving model block must be updated to include water quality and sediment transport. <ol> <li> In the 'General Parameters' section, update the following commands to turn on salinity, temperature, sediment and heat. For more information on these commands, refer to <u>[https://downloads.tuflow.com/TUFLOWFV/Releases/Latest/TUFLOW_FV_User_Manual.pdf Appendix B of the TUFLOW FV Manual]</u> <!-- Update link here when TUFLOW FV Manual update is done --><br> <tt><font color=blue>Include Salinity</font><font color=red> == </font>1,0 <font color=green> </font></tt><br> <tt><font color=blue>Include Temperature</font><font color=red> == </font>1,0 <font color=green> </font></tt><br> <tt><font color=blue>Include Sediment</font><font color=red> == </font>1,0 <font color=green> </font></tt><br> <tt><font color=blue>Include Heat</font><font color=red> == </font>1 <font color=green> </font></tt><br> <li> In the 'Water Quality' section, update the following commands to set the general WQ parameters and to reference the Water Quality Control file. <br> <tt><font color=blue>Water Quality Model</font><font color=red> == </font>TUFLOW <font color=green></font></tt><br> <tt><font color=blue>Water Quality Control File</font><font color=red> == </font>..\..\TUFLOWFV\wqm\TC04_001.fvwq <font color=green> ! Reference the Water Quality Control File</font></tt><br> <tt><font color=blue>Water Quality Model Directory</font><font color=red> == </font>..\..\TUFLOWFV\wqm\ <font color=green> ! Location of the Water Quality Directory</font></tt><br> <tt><font color=blue>Cell Water Quality Depth</font><font color=red> == </font>0.05 <font color=green> ! Minimum depth to execute water quality calculations (meters)</font></tt><br> <li> In the 'Sediment Transport' section, update the following command to reference the Sediment Control file:<br> <tt><font color=blue>Sediment Control File</font><font color=red> == </font>..\..\TUFLOWFV\stm\TC04_001.fvsed <font color=green> ! Reference the Sediment Control File</font></tt><br> <li> In the 'Initial Conditions' section, update the following commands to set the initial temperature, salinity, sediment concentration and water quality concentrations. The initial water level was set in <u>[[TUFLOW_CATCH_Tutorial_M03#Receiving_Model | TUFLOW CATCH Tutorial 03]]</u>.<br> <tt><font color=blue>Initial Temperature</font><font color=red> == </font>17.0 <font color=green> ! Specify initial temperature (degrees Celsius)</font></tt><br> <tt><font color=blue>Initial Salinity</font><font color=red> == </font>0.0 <font color=green> ! Specify initial salinity (psu)</font></tt><br> <tt><font color=blue>Initial Sediment Concentration</font><font color=red> == </font>20 <font color=green> ! Specify initial suspended sediment concentration for clay (mg/L)</font></tt><br> <tt><font color=blue>Initial WQ Concentration</font><font color=red> == </font>8.0, 1e6, 1e6 <font color=green> ! Specify initial water quality concentration for dissolved oxygen, alive and dead E. coli</font></tt><br> <li>In the 'Meteorology' section, add the following boundary condition blocks to specify meteorological conditions. The variable '<tt>met_ts</tt>' is used to define the location of the meteorological data. <br> <tt><font color=blue>Set Variable met_ts</font><font color=red> == </font>..\..\TUFLOWFV\bc_dbase\met\TC04_met_ts_001.csv </font></tt><br> <tt><font color=blue>BC</font><font color=red> == </font>LW_RAD, <<met_ts>> <font color=green> ! Downward longwave radiation (W m<sup>-2</sup>)</font></tt><br> :<tt><font color=blue>BC Header</font><font color=red> == </font>Time, LW_RAD <font color=green> ! Column headers to read from time series file</font></tt><br> :<tt><font color=blue>BC Update dt</font><font color=red> == </font>300 <font color=green> ! Specify update timestep for BC (seconds)</font></tt><br> :<tt><font color=blue>BC Time Units</font><font color=red> == </font>Hours <font color=green> ! Specify time units</font></tt><br> :<tt><font color=blue>BC Reference Time</font><font color=red> == </font>01/01/2021 10:00 <font color=green> ! Specify boundary condition reference time</font></tt><br> <tt><font color=blue>End BC</font></tt><br> <tt><font color=blue>BC</font><font color=red> == </font>SW_RAD, <<met_ts>> <font color=green> ! Downward shortwave radiation (W m<sup>-2</sup>)</font></tt><br> :<tt><font color=blue>BC Header</font><font color=red> == </font>Time, SW_RAD</tt><br> :<tt><font color=blue>BC Update dt</font><font color=red> == </font>300</tt><br> :<tt><font color=blue>BC Time Units</font><font color=red> == </font>Hours</tt><br> :<tt><font color=blue>BC Reference Time</font><font color=red> == </font>01/01/2021 10:00</tt><br> <tt><font color=blue>End BC</font></tt><br> <tt><font color=blue>BC</font><font color=red> == </font>W10, <<met_ts>> <font color=green> ! Wind velocity at 10m (m s<sup>-1</sup>)</font></tt><br> :<tt><font color=blue>BC Header</font><font color=red> == </font>Time, W10_X, W10_Y</tt><br> :<tt><font color=blue>BC Update dt</font><font color=red> == </font>300</tt><br> :<tt><font color=blue>BC Time Units</font><font color=red> == </font>Hours</tt><br> :<tt><font color=blue>BC Reference Time</font><font color=red> == </font>01/01/2021 10:00</tt><br> <tt><font color=blue>End BC</font></tt><br> <tt><font color=blue>BC</font><font color=red> == </font>AIR_TEMP, <<met_ts>> <font color=green> ! Temperature input (deg C)</font></tt><br> :<tt><font color=blue>BC Header</font><font color=red> == </font>Time, AIR_TEMP</tt><br> :<tt><font color=blue>BC Update dt</font><font color=red> == </font>300</tt><br> :<tt><font color=blue>BC Time Units</font><font color=red> == </font>Hours</tt><br> :<tt><font color=blue>BC Reference Time</font><font color=red> == </font>01/01/2021 10:00</tt><br> <tt><font color=blue>End BC</font></tt><br> <tt><font color=blue>BC</font><font color=red> == </font>REL_HUM, <<met_ts>> <font color=green> ! Relative humidity (%)</font></tt><br> :<tt><font color=blue>BC Header</font><font color=red> == </font>Time, REL_HUM</tt><br> :<tt><font color=blue>BC Update dt</font><font color=red> == </font>300</tt><br> :<tt><font color=blue>BC Time Units</font><font color=red> == </font>Hours</tt><br> :<tt><font color=blue>BC Reference Time</font><font color=red> == </font>01/01/2021 10:00</tt><br> <tt><font color=blue>End BC</font></tt><br> <li> In the 'Outputs' section, update the existing NetCDF output block to include sediment:<br> <tt><font color=blue>Output</font><font color=red> == </font>NetCDF <font color=green></font></tt><br> :<tt><font color=blue>Output Parameters</font><font color=red> == </font>h, v, d, sed_1 <font color=green> ! Outputs water level, velocity, depth and sediment</font></tt><br> :<tt><font color=blue>Output Interval</font><font color=red> == </font>30 <font color=green> ! Interval to output the data (seconds) </font></tt><br> :<tt><font color=blue>Suffix</font><font color=red> == </font>HD <font color=green> ! Specify suffix for the output NetCDF file </font></tt> <tt><font color=blue>End Output</font></tt><br> <li> At the end of the 'Outputs' section, add the following output block to output water quality results.<br> <tt><font color=blue>Output</font><font color=red> == </font>NetCDF <font color=green></font></tt><br> :<tt><font color=blue>Output Parameters</font><font color=red> == </font>wq_all <font color=green> ! Outputs water quality results </font></tt><br> :<tt><font color=blue>Output Interval</font><font color=red> == </font>30 <font color=green> ! Interval to output the data (seconds) </font></tt><br> :<tt><font color=blue>Suffix</font><font color=red> == </font>WQ <font color=green> ! Specify suffix for the output NetCDF file </font></tt> <tt><font color=blue>End Output</font></tt><br> <li>Save the TCC. </ol> = Running the Simulation = <ol> <li>In Windows File Explorer, navigate to the '''TUFLOWCATCH\runs''' folder. Save a copy of '''_run_TC03_CATCH.bat''' as '''_run_TC04_CATCH.bat''' and open the file in a text editor. <li>Update the batch file to reference the '''TC04_001.tcc''':<br> <tt><font color=blue>set </font>exe<font color=red>=</font>"..\..\..\..\exe\TUFLOWCATCH\2026.0.0\TUFLOWCATCH.exe"</tt><br> <tt><font color=orange>%exe%</font> TC04_001.tcc</font></tt> <li>Double click the batch file in file explorer to run the simulation. <br> </ol> = Troubleshooting = See tips on common mistakes and troubleshooting steps if the model doesn't run: :*<u>[[Tutorial_Troubleshooting_QGIS | QGIS]]</u> = Results Output = Complete the steps outlined in the following links to review simulation results from the TUFLOW CATCH integrated model simulation: :*<u>[[TUFLOW_CATCH_Tutorial_M04_Results_QGIS | TC04 - Results]]</u><br> = Conclusion = * A TUFLOW CATCH Integrated model was created. * Meteorological data, water quality and sediment transport were added to the model. * A TUFLOW CATCH JSON file was created to review the transfer of results (particularly pollutants) between the TUFLOW HPC and the TUFLOW FV domains. * For further training opportunities see <u>[https://tuflow.com/training/training-course-catalogue/ TUFLOW Training Catalogue]</u> and/or contact <u>[mailto:training@tuflow.com training@tuflow.com]</u>. <br> <br> {{Tips Navigation |uplink=[[TUFLOW_CATCH_Tutorial_Introduction| Back to Tutorial Introduction Main Page]] }}
Template used on this page:
Template:Tips Navigation
(
view source
)
Return to
TUFLOW CATCH Tutorial M04
.
Navigation menu
Personal tools
English
Log in
Namespaces
Page
Discussion
English
Views
Read
View source
View history
More
Search
Navigation
Main page
Recent changes
Random page
MediaWiki help
Tools
What links here
Related changes
Special pages
Page information