@@ -96,17 +96,18 @@ TBG_movingWindow="-m"
96
96
# For a full description, see the plugins section in the online wiki.
97
97
# --<species>_radiation.period Radiation is calculated every .period steps. Currently 0 or 1
98
98
# --<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
100
100
# --<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
102
102
# --<species>_radiation.folderTotalRad Folder in which total radiation spectra are stored
103
103
# --<species>_radiation.start Time step to start calculating the radition
104
104
# --<species>_radiation.end Time step to stop calculating the radiation
105
105
# --<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
107
107
# --<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"
110
111
111
112
112
113
# Create 2D images in PNG format every .period steps.
0 commit comments