[yt-dev] Issue #906: Active Particle FieldNotFound (yt_analysis/yt)

John Regan issues-reply at bitbucket.org
Fri Sep 19 01:29:15 PDT 2014


New issue 906: Active Particle FieldNotFound
https://bitbucket.org/yt_analysis/yt/issue/906/active-particle-fieldnotfound

John  Regan:

I've added an ActiveParticle to Enzo which is created at a user appointed time. Running YT on the output before the particle is created causes YT to exit with the error yt.utilities.exceptions.YTFieldNotFound: Could not find field '('RadiationParticle', 'particle_velocity_z')'. Tunning YT on the outputs after the particle is created presents to problems. The problem can be recreated easily with the following script

import yt # set up our namespace  
Filename = "/homeappl/home/regan/appl_taito/ENZO/3.0/RP-fork/enzo-3.0-rp/run/CosmologySimulation/AMRCosmology_RadiationParticle/RD0000/RD0000"
ds = yt.load(Filename)
ds.index.print_stats()


The output (RD0000) can be found here.

https://dl.dropboxusercontent.com/u/18978426/ActiveParticleRD0000.tgz


Responsible: MatthewTurk



More information about the yt-dev mailing list