<div dir="ltr">Dear all,<div>I would like to restart a simulation from a checkpoint enlarging the finest refinement level in my grid. In particular, I would like to change <font face="monospace">CarpetRegrid2::radius_1[5] = 20.1 </font>to <font face="monospace">CarpetRegrid2::radius_1[5] = 25</font><font face="arial, sans-serif">.</font><font face="monospace"> </font><font face="arial, sans-serif">I tr</font>ied to do that by making the parameter <font face="monospace">CarpetRegrid2::radius_1</font> always steerable and adding the following lines to my parameter file:</div><div><br></div><div><br></div><div><font face="monospace">ActiveThorns                                = &quot;Trigger&quot;<br>Trigger::Trigger_Number                     = 1<br><br>Trigger::Trigger_Checked_Variable[0]        = &quot;hydrobase::rho&quot;<br>Trigger::Trigger_Relation[0]                = &quot;&gt;&quot;<br>Trigger::Trigger_Checked_Value[0]           = 1.e-4<br>Trigger::Trigger_Reduction[0]               = &quot;maximum&quot;</font></div><div><font face="monospace"><br>Trigger::Trigger_Reaction[0]                = &quot;steerparam&quot;<br>Trigger::Trigger_Steered_Parameter_Thorn[0] = &quot;CarpetRegrid2&quot;<br>Trigger::Trigger_Steered_Parameter_Name[0]  = &quot;radius_1[5]&quot;<br>Trigger::Trigger_Steered_Parameter_Value[0] = &quot;25.&quot; #New value of the above parameter<br>Trigger::Trigger_Once[0]                    = 1     #It means &quot;yes&quot;<br>Trigger::Trigger_Debug                      = 1     #It means &quot;yes&quot;</font><br></div><div><font face="monospace"><br></font></div><div><font face="monospace"><br></font></div><div><font face="arial, sans-serif">In this way, the trigger should act immediately, as the maximum of rho is ~1e-3 in my case. Indeed, it looks like the trigger is working fine, as the standard output says</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="monospace">[...]</font></div><div><font face="monospace">INFO (Trigger): Testing triggers<br>INFO (Trigger): last_checked: -1<br>INFO (Trigger): reducing trigger 0 red_handle 2 varindex 428<br>INFO (Trigger): reducing was ok<br>INFO (Trigger): trigger nr. 0 fullfilled for rho (0.000804&gt;0.000100)<br>INFO (Trigger): Steering parameter<br>INFO (Trigger): Parameter steered<br></font></div><div><font face="monospace">[...]</font></div><div><font face="monospace"><br></font></div><div><font face="arial, sans-serif">but unfortunately, looking at the 2D output with VisIt, the finest refinement level does not get enlarged (i.e. </font><font face="monospace">radius_1[5]</font><font face="arial, sans-serif"> does not appear to have been steered at all). Do you have any suggestions on how to get this trigger to work? Or, are you aware of other ways of obtaining the same result without using the thorn Trigger?</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">I attach the parameter file in case you need it.</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Thank you very much in advance for your help.</font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">Sincerely,</font></div><div><font face="arial, sans-serif">Lorenzo Ennoggi</font></div></div>