|
From: Steve P. <sj...@gm...> - 2024-09-28 20:55:01
|
Sorry for the delay in responding. The fix ave/time command can take input from a compute (e.g. the global temp in this case), time average it (if desired) and output it to a file at a frequency you choose (e.g. every timestep or every 100 timesteps). You would just need to massage the format of its output file a bit to get a column of numbers to plot. Steve On Wed, Jul 3, 2024 at 12:43 AM Pradyumnan R ae22b009 < ae2...@sm...> wrote: > Hi, I am monitoring the global temperature of the simulation using > > "compute global_temp temp" > > and am displaying the compute for every time step on the log file using > > "stats_style step cpu wall np nbound ncoll nattempt c_global_temp" > > This works completely fine. But I now want to obtain the global > temperature values in a separate file so that I can plot the data. However, > the documentation says that dump styles can only be > particle/grid/surface/image. How do I dump my global variable? > > [image: image.png] > > _______________________________________________ > sparta-users mailing list > spa...@li... > https://lists.sourceforge.net/lists/listinfo/sparta-users > |