<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hi G Rigon,
<div class=""><br class="">
</div>
<div class="">Yes, this is doable by calling the subroutine IO_setScalar. You could call this subroutine in the file Simulation_sendOutputData.F90. It might be helpful to look at Driver_sendOutputData.F90 as an example, where the “time” and “step number” are
 outputted to check / plot files.</div>
<div class=""><br class="">
</div>
<div class="">In addition, just a reminder that since it’s a global variable, any change on a local processor needs to be MPI-broadcasted when necessary.</div>
<div class=""><br class="">
</div>
<div class="">Hope this helps!<br class="">
<div class=""><br class="">
Best regards,<br class="">
—<br class="">
Suoqing Ji<br class="">
Sherman Fairchild Fellow<br class="">
TAPIR & Walter Burke Institute for Theoretical Physics<br class="">
California Institute of Technology<br class="">
<a href="http://www.tapir.caltech.edu/~suoqing" class="">http://www.tapir.caltech.edu/~suoqing</a>
</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Mar 16, 2021, at 11:55 PM, RIGON Gabriel <<a href="mailto:gabriel.rigon@nagoya-u.jp" class="">gabriel.rigon@nagoya-u.jp</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">Hi,<br class="">
<br class="">
I would like to create a global variable for my FLASH simulations. By "global variable", I mean a variable which can be written in the output file (plotfile) and which hold the same value for the whole grid. Typically it will be a variable similar to the "time"
 or the "step number". I don't want to create a variable defined on the grid (such as the density, velocity...).<br class="">
<br class="">
Is there a simple way to declare such variable (for instance in the Config file)?<br class="">
<br class="">
Best regards,<br class="">
G Rigon<br class="">
<br class="">
-- <br class="">
Gabriel Rigon<br class="">
Laboratory for Theoretical Astronomy & Astrophysics (TA-Lab)<br class="">
Graduate School of Science<br class="">
Division of Particle and Astrophysical Science<br class="">
Nagoya University, Japan<br class="">
<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</body>
</html>