# This is a TOML configuration file for Wflow. # Relative file paths are interpreted as being relative to this TOML file. # Wflow documentation https://deltares.github.io/Wflow.jl/dev/ # TOML documentation: https://github.com/toml-lang/toml dir_input = "data/input" dir_output = "data/output" [time] calendar = "proleptic_gregorian" endtime = 2000-01-03T00:00:00 starttime = 1999-12-31T00:00:00 time_units = "days since 1900-01-01 00:00:00" timestepsecs = 86400 [state] path_input = "instates-moselle-sed.nc" path_output = "outstates-moselle-sed.nc" # if listed, the variable must be present in the NetCDF or error # if not listed, the variable can get a default value if it has one [state.variables] river_water_clay__mass = "clayload" river_bed_clay__mass = "claystore" river_water_gravel__mass = "gravload" river_bed_gravel__mass = "gravstore" river_water_large_aggregates__mass = "laggload" river_bed_large_aggregates__mass = "laggstore" river_water_clay__mass_flow_rate = "outclay" river_water_gravel__mass_flow_rate = "outgrav" river_water_large_aggregates__mass_flow_rate = "outlagg" river_water_small_aggregates__mass_flow_rate = "outsagg" river_water_sand__mass_flow_rate = "outsand" river_water_silt__mass_flow_rate = "outsilt" river_water_small_aggregates__mass = "saggload" river_bed_small_aggregates__mass = "saggstore" river_water_sand__mass = "sandload" river_bed_sand__mass = "sandstore" river_water_silt__mass = "siltload" river_bed_silt__mass = "siltstore" [input] path_forcing = "forcing-moselle-sed.nc" path_static = "staticmaps-moselle-sed.nc" # these are not directly part of the model basin__local_drain_direction = "wflow_ldd" river_location__mask = "wflow_river" reservoir_location__count = "wflow_reservoirlocs" subbasin_location__count = "wflow_subcatch" reservoir_area__count = "wflow_reservoirareas" [input.forcing] atmosphere_water__precipitation_volume_flux = "P" land_surface_water__depth = "levKinL" river_water__depth = "h" land_surface_water__volume_flow_rate = "runL" river_water__volume_flow_rate = "q" [input.static] land_surface__slope = "Slope" river__length = "wflow_riverlength" river__slope = "RiverSlope" river__width = "wflow_riverwidth" reservoir_surface__area = "ResSimpleArea" reservoir_water_sediment__bedload_trapping_efficiency = "ResTrapEff" vegetation_canopy__gap_fraction = "CanopyGapFraction" compacted_soil__area_fraction = "PathFrac" soil_erosion__rainfall_soil_detachability_factor = "soil_detachability" soil_erosion__eurosem_exponent = "eros_spl_EUROSEM" soil_erosion__usle_k_factor = "usle_k" soil_erosion__usle_c_factor = "USLE_C" soil_erosion__answers_overland_flow_factor = "eros_ov" soil_clay__mass_fraction = "fclay_soil" soil_silt__mass_fraction = "fsilt_soil" soil_sand__mass_fraction = "fsand_soil" soil_small_aggregates__mass_fraction = "fsagg_soil" soil_large_aggregates__mass_fraction = "flagg_soil" land_surface_water_sediment__govers_transport_capacity_coefficient = "c_govers" land_surface_water_sediment__govers_transport_capacity_exponent = "n_govers" land_surface_sediment__median_diameter = "d50_soil" river_sediment__median_diameter = "D50_River" river_water_sediment__bagnold_transport_capacity_coefficient = "c_Bagnold" river_water_sediment__bagnold_transport_capacity_exponent = "exp_Bagnold" river_water_sediment__kodatie_transport_capacity_a_coefficient = "a_kodatie" river_water_sediment__kodatie_transport_capacity_b_coefficient = "b_kodatie" river_water_sediment__kodatie_transport_capacity_c_coefficient = "c_kodatie" river_water_sediment__kodatie_transport_capacity_d_coefficient = "d_kodatie" river_bottom_and_bank_sediment__median_diameter = "D50_River" river_bottom_and_bank_clay__mass_fraction = "ClayF_River" river_bottom_and_bank_silt__mass_fraction = "SiltF_River" river_bottom_and_bank_sand__mass_fraction = "SandF_River" river_bottom_and_bank_gravel__mass_fraction = "GravelF_River" sediment__particle_density = "sediment_density" clay__mean_diameter = "dm_clay" silt__mean_diameter = "dm_silt" sand__mean_diameter = "dm_sand" sediment_small_aggregates__mean_diameter = "dm_sagg" sediment_large_aggregates__mean_diameter = "dm_lagg" gravel__mean_diameter = "dm_gravel" [model] cold_start__flag = true run_river_model__flag = true reservoir__flag = true rainfall_erosion = "answers" # Rainfall erosion equation: ["answers", "eurosem"] overland_flow_erosion = "answers" # Overland flow erosion equation: ["answers"] land_transport = "yalinpart" # Overland flow transport capacity method: ["yalinpart", "govers", "yalin"] river_transport = "bagnold" # River flow transport capacity method: ["bagnold", "engelund", "yang", "kodatie", "molinas"] type = "sediment" [output.netcdf_grid] path = "output-moselle-sed.nc" [output.netcdf_grid.variables] rainfall_soil_erosion__mass_flow_rate = "rainfall_erosion" overland_flow_soil_erosion__mass_flow_rate = "overland_flow_erosion" soil_erosion__mass_flow_rate = "soilloss" soil_erosion_clay__mass_flow_rate = "erosclay" land_surface_water_sediment_transport_capacity__mass_flow_rate = "TCsed" routing.overland_flow.transport_capacity.variables.clay = "TCclay" land_surface_water_sediment__to_river_mass_flow_rate = "inlandsed" land_surface_water_clay__to_river_mass_flow_rate = "inlandclay" land_surface_water_sediment__mass_flow_rate = "olsed" routing.overland_flow.sediment_flux.variables.clay = "olclay" routing.river_flow.hydrological_forcing.waterlevel_river = "h_riv" routing.river_flow.sediment_flux.boundary_conditions.erosion_land_clay = "inlandclayriv" routing.river_flow.sediment_flux.boundary_conditions.transport_capacity = "TCsed_riv" river_water_sediment__mass_concentration = "Sedconc" river_water_sediment__suspended_mass_concentration = "SSconc" river_water_sediment__bedload_mass_concentration = "Bedconc" river_water_sediment_deposition__mass = "deposition_riv" river_water_sediment_erosion__mass = "erosion_riv" river_water_clay__mass_flow_rate = "outclay" river_water_clay__mass = "clayload" [output.csv] path = "output-moselle-sediment.csv" [[output.csv.column]] coordinate.x = 6.931 coordinate.y = 48.085 header = "SL" parameter = "soil_erosion__mass_flow_rate" [[output.csv.column]] coordinate.x = 6.931 coordinate.y = 48.085 header = "SSPL" parameter = "rainfall_soil_erosion__mass_flow_rate" [[output.csv.column]] coordinate.x = 6.931 coordinate.y = 48.085 header = "SOV" parameter = "overland_flow_soil_erosion__mass_flow_rate" [[output.csv.column]] coordinate.x = 6.931 coordinate.y = 48.085 header = "P" parameter = "atmosphere_water__precipitation_volume_flux" [[output.csv.column]] coordinate.x = 6.931 coordinate.y = 48.085 header = "ql" parameter = "land.hydrological_forcing.q_land" # [[output.csv.column]] # coordinate.x = 6.931 # coordinate.y = 48.085 # header = "TCsed" # parameter = "routing.overland_flow.transport_capacity.variables.amount" # [[output.csv.column]] # coordinate.x = 6.931 # coordinate.y = 48.085 # header = "TCclay" # parameter = "routing.overland_flow.transport_capacity.variables.clay" # [[output.csv.column]] # coordinate.x = 6.931 # coordinate.y = 48.085 # header = "inlandsed" # parameter = "routing.overland_flow.to_river.variables.amount"