Skip to content

Commit 2a27886

Browse files
committed
update documentation
1 parent 9f69ce5 commit 2a27886

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/TBG_macros.cfg

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,18 @@ TBG_movingWindow="-m"
9696
# For a full description, see the plugins section in the online wiki.
9797
#--<species>_radiation.period Radiation is calculated every .period steps. Currently 0 or 1
9898
#--<species>_radiation.dump Period, after which the calculated radiation data should be dumped to the file system
99-
#--<species>_radiation.lastRadiation If set to 1, the spectra summed between the last and the current dump-time-step are stored
99+
#--<species>_radiation.lastRadiation If flag is set, the spectra summed between the last and the current dump-time-step are stored
100100
#--<species>_radiation.folderLastRad Folder in which the summed spectra are stored
101-
#--<species>_radiation.totalRadiation Set to 1 to store spectra summed from simulation start till current time step
101+
#--<species>_radiation.totalRadiation If flag is set, store spectra summed from simulation start till current time step
102102
#--<species>_radiation.folderTotalRad Folder in which total radiation spectra are stored
103103
#--<species>_radiation.start Time step to start calculating the radition
104104
#--<species>_radiation.end Time step to stop calculating the radiation
105105
#--<species>_radiation.omegaList If spectrum frequencies are taken from a file, this gives the path to this list
106-
#--<species>_radiation.radPerGPU If set to 1, each GPU stores its own spectra without summing the entire simulation area
106+
#--<species>_radiation.radPerGPU If flag is set, each GPU stores its own spectra without summing the entire simulation area
107107
#--<species>_radiation.folderRadPerGPU Folder where the GPU specific spectras are stored
108-
TBG_radiation="--<species>_radiation.period 1 --<species>_radiation.dump 2 --<species>_radiation.totalRadiation 1 \
109-
--<species>_radiation.lastRadiation 0 --<species>_radiation.start 2800 --<species>_radiation.end 3000"
108+
#--e_<species>_radiation.compression If flag is set, the hdf5 output will be compressed.
109+
TBG_radiation="--<species>_radiation.period 1 --<species>_radiation.dump 2 --<species>_radiation.totalRadiation \
110+
--<species>_radiation.lastRadiation --<species>_radiation.start 2800 --<species>_radiation.end 3000"
110111

111112

112113
# Create 2D images in PNG format every .period steps.

0 commit comments

Comments
 (0)