depth
-depth <int:depth1> <int:depth2> <str:name> [t <int:mult>] [<int:depth1> <int:depth2> <str:name> [t <int:mult>]]
-depth t <int:mult> <ints:list of numbers> <str:name> [<ints:list of numbers> <str:name>]
Identifies nodes over which a sum of a variable will be taken.
The type of sum depends on the variable - see REACTIVE_TRANSPORT_OUTPUT for variables defined with SELECTED_OUTPUT and -integralsum for variables defined with USER_PUNCH.
|
depht1 |
int: The first depth of the interval. |
|
depth2 |
int: The second depth of the interval |
|
name |
string: Name of depth interval. The name will be used in the name of the output file (depth_chem_name.out) and in the legend of the generated plots. |
|
t |
Indicator that next input is the integer mult. |
|
mult |
int: Integer indicating the regular time intervals at which the sum has to be executed. The input is given as a multiplier of the Time Interval for regular print times for time series as defined in the Print Information dialogue window of the graphical user interface. |
Example
In first option, different groups can be defined each with a different print interval. In the second option, all groups will have the same print interval.
Option 1
-depth 0 -10 "Top" t 10 -50 -60 "Contamination" t 1
Two groups are defined. The first group named Top contains the nodes within the depth interval 0 to -10 and will be printed at regular print intervals with a frequency 10 times less that the print interval defined in the Print Information dialogue window of the graphical user interface. The second group named Contamination contains the nodes within the depth interval -50 to -60 and will be printed at each regular print interval as defined in the Print Information dialogue window of the graphical user interface.
Option 2
-node t 1 0 -10 "Ap"
The nodes within the depth interval 0 to -10 are integrated at each regular print interval as defined in the Print Information dialogue window of the graphical user interface.
Alternatives depths