<div dir="ltr">Hi Federico,<div>great to hear from you! And thank you for your quick answer. So you are suggesting to enlarge the finest refinement level a bit more, right?</div><div><br></div><div>Thank you,</div><div>Lorenzo</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno lun 14 giu 2021 alle ore 11:56 Federico Cipolletta &lt;<a href="mailto:cipo87@gmail.com" target="_blank">cipo87@gmail.com</a>&gt; ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Hello Lorenzo,<div dir="auto"><br></div><div dir="auto">I recall that I obtained something similar to what you are describing, when attempting a regrinding for very small radii of the finest refinement level (let&#39;s say a most refinement radius near 5.0).</div><div dir="auto"><br></div><div dir="auto">I wasn&#39;t able to control precisely this setting and I concluded that it could be related to the number of buffer/ghost zones that are required (of course it also depends on the most refined resolution, though).</div><div dir="auto"><br></div><div dir="auto">Adopting greater radii, instead, it seems that I could have better control.</div><div dir="auto"><br></div><div dir="auto">I am sorry of not being of any more help and I wonder if someone could add more.</div><div dir="auto"><br></div><div dir="auto">Best regards,</div><div dir="auto">Federico Cipolletta.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il lun 14 giu 2021, 11:45  &lt;<a href="mailto:users-request@einsteintoolkit.org" target="_blank">users-request@einsteintoolkit.org</a>&gt; ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Send Users mailing list submissions to<br>
        <a href="mailto:users@einsteintoolkit.org" rel="noreferrer" target="_blank">users@einsteintoolkit.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" rel="noreferrer noreferrer" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:users-request@einsteintoolkit.org" rel="noreferrer" target="_blank">users-request@einsteintoolkit.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:users-owner@einsteintoolkit.org" rel="noreferrer" target="_blank">users-owner@einsteintoolkit.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Users digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Issue with thorn Trigger (Lorenzo Ennoggi)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Mon, 14 Jun 2021 11:45:37 +0200<br>
From: Lorenzo Ennoggi &lt;<a href="mailto:lorenzo.ennoggi@gmail.com" rel="noreferrer" target="_blank">lorenzo.ennoggi@gmail.com</a>&gt;<br>
Subject: [Users] Issue with thorn Trigger<br>
To: <a href="mailto:users@einsteintoolkit.org" rel="noreferrer" target="_blank">users@einsteintoolkit.org</a><br>
Message-ID:<br>
        &lt;CAG9ZJAyU0akW7iOrViD5OSHENw5_soDVNS=<a href="mailto:T1N%2BTgFtoV9u_aw@mail.gmail.com" rel="noreferrer" target="_blank">T1N+TgFtoV9u_aw@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;utf-8&quot;<br>
<br>
Dear all,<br>
I would like to restart a simulation from a checkpoint enlarging the finest<br>
refinement level in my grid. In particular, I would like to change<br>
CarpetRegrid2::radius_1[5]<br>
= 20.1 to CarpetRegrid2::radius_1[5] = 25. I tried to do that by making the<br>
parameter CarpetRegrid2::radius_1 always steerable and adding the<br>
following lines to my parameter file:<br>
<br>
<br>
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;<br>
<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<br>
parameter<br>
Trigger::Trigger_Once[0]                    = 1     #It means &quot;yes&quot;<br>
Trigger::Trigger_Debug                      = 1     #It means &quot;yes&quot;<br>
<br>
<br>
In this way, the trigger should act immediately, as the maximum of rho is<br>
~1e-3 in my case. Indeed, it looks like the trigger is working fine, as the<br>
standard output says<br>
<br>
[...]<br>
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>
[...]<br>
<br>
but unfortunately, looking at the 2D output with VisIt, the finest<br>
refinement level does not get enlarged (i.e. radius_1[5] does not appear to<br>
have been steered at all). Do you have any suggestions on how to get this<br>
trigger to work? Or, are you aware of other ways of obtaining the same<br>
result without using the thorn Trigger?<br>
<br>
I attach the parameter file in case you need it.<br>
<br>
Thank you very much in advance for your help.<br>
<br>
Sincerely,<br>
Lorenzo Ennoggi<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://lists.einsteintoolkit.org/pipermail/users/attachments/20210614/96210e68/attachment.html" rel="noreferrer noreferrer" target="_blank">http://lists.einsteintoolkit.org/pipermail/users/attachments/20210614/96210e68/attachment.html</a> <br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: BNS_IF_1.5_1.5_Ab2.2_lorenz_damp_fac_0.89_dx0125_MissingLink.par<br>
Type: application/octet-stream<br>
Size: 30523 bytes<br>
Desc: not available<br>
Url : <a href="http://lists.einsteintoolkit.org/pipermail/users/attachments/20210614/96210e68/attachment.obj" rel="noreferrer noreferrer" target="_blank">http://lists.einsteintoolkit.org/pipermail/users/attachments/20210614/96210e68/attachment.obj</a> <br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@einsteintoolkit.org" rel="noreferrer" target="_blank">Users@einsteintoolkit.org</a><br>
<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" rel="noreferrer noreferrer" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
<br>
<br>
End of Users Digest, Vol 135, Issue 16<br>
**************************************<br>
</blockquote></div>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@einsteintoolkit.org" target="_blank">Users@einsteintoolkit.org</a><br>
<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
</blockquote></div>