Dear Jonas,
There should different means to achieve the computation you want.
If you want to compute in 2D the volume in the domain where %tracer exceeds a thereshold, you can try
PyTelTools.
If you are not used to code in Python, simply use the GUI. To compute this volume, you have to use 2 tools (from the "classic interface"):
1)
Compute a new conditional variable with the "Variable Calculator"
Basically you clip water depth with a condition of the concentration.
Here is a dummy example to help you (as the tool is not yet documented) :
You have of course to adapt the variable name M and the threshold value of 0.5 to your need.
If you want to avoid a part of the domain, such as tidal flats with high values of concentration, you can try to :
* add a condition on H for example (with an "AND" operator)
* add a spatial condition (define zones with polygons)
2)
Compute the volume of this variable
Simply compute the volume of this new variable to get the volume in m3/s (integrate volume between new variable and 0).
These operations can be done once on a file containing all the relevant frames (=times serie).
Hope it helps.
Luc