<div dir="ltr"><div>(resending because for to reply all)</div><div>Hi Klaus,</div><div><br></div><div>Thanks for the reply. </div><div><br></div><div>I checked Flash.h, and it appears only once as a variable GAMC_VAR and once as the particle property GAMC_PART_PROP. </div><div><br></div><div>Simulation_mapParticlesVar.F90 looks normal: Â  Â integer, dimension(1:11), parameter :: part_keys = (/&</div><div>  Â & TEMP_PART_PROP,&</div><div>  Â  Â DENS_PART_PROP,&</div><div>  Â  Â GAMC_PART_PROP,&</div><div>  Â  Â SHK_PART_PROP,&</div><div>  Â  Â PRES_PART_PROP,&</div><div>  Â  Â O16_PART_PROP,&</div><div>  Â  Â NI56_PART_PROP,&</div><div>  Â  Â S32_PART_PROP,&</div><div>  Â  Â CA40_PART_PROP,&</div><div>  Â  Â C12_PART_PROP,&</div><div>  Â  Â SI28_PART_PROP&</div><div>  Â &/)</div><div><br></div><div>  Â integer, dimension(1:11), parameter :: var_keys = (/&</div><div>  Â & TEMP_VAR,&</div><div>  Â  Â  DENS_VAR,&</div><div>  Â  Â  GAMC_VAR,&</div><div>  Â  Â  SHK_VAR,&</div><div>  Â  Â  PRES_VAR,&</div><div>  Â  Â  O16_SPEC,&</div><div>  Â  Â  NI56_SPEC,&</div><div>  Â  Â  S32_SPEC,&</div><div>  Â  Â  CA40_SPEC,&</div><div>  Â  Â  C12_SPEC,&</div><div>  Â  Â  SI28_SPEC&</div><div>  Â &/)</div><div><br></div><div>gamc appears to be stored in the grid correctly because I can pull it out of the checkpoint files, but for whatever reason is not being mapped into the particle files correctly. </div><div>I'm using the helmholtz eos and the split hydro if that helps.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 26, 2017 at 6:44 PM, Klaus Weide <span dir="ltr"><<a href="mailto:klaus@flash.uchicago.edu" target="_blank">klaus@flash.uchicago.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, 26 Apr 2017, Broxton Miles wrote:<br>
<br>
> This may be something pretty trivial, but I think I just need some other<br>
> eyes to catch what I've done wrong.<br>
><br>
> I'm running some calculations with tracer particles. In my config file, I<br>
> have my particle properties defined like this:<br>
><br>
> PARTICLEPROP  Â  dens  Â  Â  Â  Â  Â  REAL<br>
> PARTICLEMAP  Â  Â TO dens  Â  Â  Â  Â FROM VARIABLE dens<br>
</span>...<br>
<span class="">> PARTICLEPROP  Â  SHK  Â  Â  Â  Â  Â  Â REAL<br>
> PARTICLEMAP  Â  Â TO SHK  Â  Â  Â  Â  FROM VARIABLE SHK<br>
> PARTICLEPROP  Â  gamc  Â  Â  Â  Â  Â  REAL<br>
> PARTICLEMAP  Â  Â TO gamc  Â  Â  Â  Â FROM VARIABLE gamc<br>
<br>
</span>Some ideas:<br>
<br>
Check your Flash.h . Are there definitions for all your variables and all<br>
you particle properties? Also check that each symbols is defiend only<br>
once.<br>
<br>
You should also have a file Simulation_mapParticlesVar.F90 generated by<br>
setup. Do you notice anything suspicious in there?<br>
<span class="HOEnZb"><font color="#888888"><br>
Klaus<br>
</font></span></blockquote></div><br></div>