WQ 002.fvc

From TUFLOW FV Wiki
Revision as of 14:29, 29 January 2023 by Chris.Huxley (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

To incorporate a water quality simulation of organics to the WQ_001.fvc model, please see the fvc updates below.

! MODULES No syntax changes
! Dam model with inorganics simulation
Water Quality Model == tuflow
Water Quality Control File == .\WQ_002.fvwq Point to the organics WQ Module control file
Water Quality Model Directory == ..\wqm\ No syntax changes
! Sediment Transport
Sediment Control File == ..\stm\WQ_000.fvsed
Shortwave Radiation Sediment Extinction Coefficients == 1.0, 1.0, 1.0, 1.0
! INITIAL CONDITIONS No syntax changes
Initial Temperature == 10.
Initial Water Level == 4.0
Initial Salinity == 0.05
Initial Sediment Concentration == 100.0
Initial WQ Concentration == 8.0, 50.0, 0.5, 0.37, 0.1, 0.01, 2.5, 1.5, 0.3, 0.1, 0.06, 0.03, 1.6, 0.6, 0.04, 2.1, 2.0 Set global initial condition for organics
! BOUNDARY CONDITIONS No syntax changes
Read GIS Nodestring == ..\model\gis\2d_ns_WQBoundaries_000_L.shp
BC == Q, UpstreamInflow, ..\bc_dbase\Upstream_Q_WQ_000.csv Add all organics headers to the boundary condition file headers list
    BC Header == time_hr, flow_m3s-1, sal_ppt, temp_degC, FineSed_mgL-1, DO, Si, Amm, NOx, FRP, FRP_ads, DOC, POC, DON, PON, DOP, POP, RDOC, RDON, RDOP, RPOM, green
    BC Scale == 1.0, 1.0, 2.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0
End BC
Read GIS SA == ..\model\gis\2d_sa_Outflow_000_R.shp No syntax changes
BC == QC_POLY, Outflow_000, ..\bc_dbase\Downstream_Q_000.csv
    BC Header == time_hr,outflows
    BC Scale == 1.0
End BC
Read GIS SA == ..\model\gis\2d_sa_WWTP_001_R.shp Add an SA polygon GIS file to capture the wastewater treatment plant discharge extraction
BC == QC_POLY, WWTP_001, ..\bc_dbase\WWTP_Q_Temp_Sal_Sed_WQ_001.csv Add all inorganics headers to the boundary condition file headers list
    BC Header == time_hr, flow_m3s-1, sal_ppt, temp_degC, FineSed_mgL-1, DO, Si, Amm, NOx, FRP, FRP_ads, DOC, POC, DON, PON, DOP, POP, RDOC, RDON, RDOP, RPOM, green
    BC Scale == 1.0, 1.0, 2.0, 4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0
End BC
! Meteorological No syntax changes
Include == ..\bc_dbase\met\MET_2011.fvc

To return to Tutorial Module 9 please refer to Tutorial Module 9.