From 1a7515702647348efe215429837313cce6a996e2 Mon Sep 17 00:00:00 2001 From: Magnus Dahler Norling Date: Wed, 25 Sep 2024 12:49:04 +0200 Subject: [PATCH] Remove contaminant module for now, just use them as tracers --- models/nivafjord_isolated_basin_fpv_model.txt | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/models/nivafjord_isolated_basin_fpv_model.txt b/models/nivafjord_isolated_basin_fpv_model.txt index 26399a91..d05cff0f 100644 --- a/models/nivafjord_isolated_basin_fpv_model.txt +++ b/models/nivafjord_isolated_basin_fpv_model.txt @@ -33,15 +33,15 @@ It is also currently without horizontal exchange between basins, so it only work load("modules/nivafjord/pipe_boundary.txt", module("Basin inflow", air, layer, basin, bnd, water, heat, o2, salt, co2, ch4, tox, precip, temp, h, rho, salinity, pressure, dz, vert, dims)) - load("modules/simplytox.txt", - phys : preamble("SimplyTox physiochemical", tox, temp), - module("SimplyTox air-water", "SimplyTox lake air-water", air, basin, water, tox, temp, wind, loc(basin.area), phys), - module("SimplyTox partitioning", "SimplyTox fjord layer", layer, water, oc, tox, temp, loc(layer.water.sed.oc), [n g], constant(true), phys) - ) + #load("modules/simplytox.txt", + # phys : preamble("SimplyTox physiochemical", tox, temp), + # module("SimplyTox air-water", "SimplyTox lake air-water", air, basin, water, tox, temp, wind, loc(basin.area), phys), + # module("SimplyTox partitioning", "SimplyTox fjord layer", layer, water, oc, tox, temp, loc(layer.water.sed.oc), [n g], constant(true), phys) + #) - load("modules/nivafjord/tox.txt", - module("NIVAFjord tox air-water", basin, layer, air, water, tox, temp, area, vert, loc(basin.ice.indicator), dims, phys) - ) + #load("modules/nivafjord/tox.txt", + # module("NIVAFjord tox air-water", basin, layer, air, water, tox, temp, area, vert, loc(basin.ice.indicator), dims, phys) + #) solve(sol, bnd.water) @@ -54,6 +54,10 @@ It is also currently without horizontal exchange between basins, so it only work var(air.precip, [m m, day-1], "Precipitation") var(air.temp, [deg_c], "Air temperature") + + var(layer.water.tox, [n g], [n g, l-1], "Layer contaminants") + + sed_tox : property("Sediment diffuse contaminants") var(layer.water.tox.sed_tox, [n g, day-1])