Overview:
PARTICLE_GROUP_OUTPUT is a section in the PTM input that specifies DSS output to record residence of particles in group of water bodies.
Reference
Keyword Descriptions
- NAME
- This is the output name
that will go in the B_PART of the output.
- GROUP_NAME
- Name of the group defined in GROUP.
- INTERVAL
- Interval at which to record residence.
- FILENAME
- The name of the output file.
If the file extension is *.dss, output is in
DSS format. If the file extension is *.txt a text file output is
produced.
Examples:
PARTICLE_GROUP_OUTPUT
NAME GROUP_NAME INTERVAL FILENAME
TWITCHELL twitchell 1HOUR ${PTMOUTPUTFILE}
EMMATON emmaton 1HOUR ${PTMOUTPUTFILE}
END
Usage Notes:
- See particle flux output.
-