<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Salvatore,<div class=""><br class=""></div><div class="">What you are attempting to do can be achieved by adding a few custom calls to Grid_markRefineDerefine.F90.  First, add a copy of Grid_markRefineDerefine.F90 to your Simulation setup directory that you will customize.  Then add to it:</div><div class=""><br class=""></div><div class=""><font face="Monaco" class=""><span style="font-size: 12px;" class="">  call gr_enforceMaxRefine(lrefine_max-3) ! Enforce a max level everywhere that is 3 levels lower than lrefine_max</span></font></div><div class=""><font face="Monaco" class=""><span style="font-size: 12px;" class=""> </span></font></div><div class=""><div class=""><font face="Monaco" class=""><span style="font-size: 12px;" class="">  spec(1:3) = 0.0</span></font></div><div class=""><font face="Monaco" class=""><span style="font-size: 12px;" class="">  spec(4) = RADIUS_OF_REFINED_REGION</span></font></div><div class=""><font face="Monaco" class=""><span style="font-size: 12px;" class="">  call Grid_markRefineSpecialized(INRADIUS,4,spec,lrefine_max) ! Force refinement to lrefine_max within a sphere at center</span></font></div></div><div class=""><br class=""></div><div class="">The gre_lrefineMaxRedDoByLogR will force decrements as a function of radius which is not, if I understand, exactly what you want.</div><div class=""><br class=""></div><div class="">Hope this helps,</div><div class="">Sean</div><div class=""><br class=""></div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class="">------------------------------------------------------------------------<br class="">Sean M. Couch</div><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Assistant Professor<br class="">Department of Physics and Astronomy<br class="">Department of Comp. Math, Science, and Engineering<br class="">FRIB/National Superconducting Cyclotron Laboratory<br class="">Michigan State University<br class="">567 Wilson Rd, 3250 BPS<br class="">East Lansing, MI  48824<br class="">(517) 884-5035<br class=""><div class=""><a href="mailto:couch@pa.msu.edu" class="">couch@pa.msu.edu</a></div><div class=""><br class=""><br class=""><br class=""></div></div></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Oct 14, 2015, at 11:48 AM, Salvatore Cielo <<a href="mailto:cielo@mpia.de" class="">cielo@mpia.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hello all,<div class=""><br class=""></div><div class="">I am trying to set up some simulation (in FLASH 4.2.2) with a higher zoom level in the central region </div><div class="">(refinement 3 or 4 levels higher than the rest of the box). </div><div class="">I would like to keep the AMR structure also in that region, so I though the simplest way would be to use the runtime parameter</div><div class="">gr_lrefineMaxRedRadiusFact (and the others:  gr_lrefineMaxRedDoByLogR and <span style="" class="">x[yz]_refine_center).</span></div><div class=""><span style="" class=""><br class=""></span></div><div class=""><span style="" class="">But I can't really figure out how it is supposed to work exactly: how does it affect the maximum local refinement level? </span></div><div class=""><span style="" class="">The description is not really clear... does the level drop repeatedly by one over the value I assign to it? </span></div><div class=""><span style="" class="">From my early tests it doesn't seem to be so... </span></div><div class=""><br class=""></div><div class="">Does anybody have experience with that?</div><div class=""><span style="" class=""><br class=""></span></div><div class=""><span style="" class="">Thank you!</span></div><div class=""><span style="" class=""><br class=""></span></div><div class=""><div class=""><div class="gmail_signature"><div dir="ltr" class="">Salvatore<br class="">____________________________________<br class="">Salvatore Cielo<br class=""><br class="">Max-Planck-Institute for Astronomy<br class="">Koenigstuhl 17<br class="">D-69117 Heidelberg<br class=""><br class="">Tel.: (++49|0) 6221 - 528-203<br class="">E-mail:  <a href="mailto:cielo@mpia.de" target="_blank" class="">cielo@mpia.de</a><br class="">____________________________________<br class=""></div></div></div>
</div></div>
</div></blockquote></div><br class=""></div></body></html>