Only in SWMF_yesterday/PC/FLEKS/include: UserSource.h diff -r -x .git SWMF/PT/AMPS/input/test/geospace/AMPS_PARAM_3d_dipole_points.in SWMF_yesterday/PT/AMPS/input/test/geospace/AMPS_PARAM_3d_dipole_points.in 103,105c103 < MAX_TRACE_TIME 30 ! sec — max trajectory integration time < MAX_TRACE_DISTANCE 50 ! Re - hard cap on integration distance per trajectory < --- > MAX_TRACE_TIME 600 ! sec — max trajectory integration time diff -r -x .git SWMF/PT/AMPS/srcEarth/3d_forward/Mode3DForward.cpp SWMF_yesterday/PT/AMPS/srcEarth/3d_forward/Mode3DForward.cpp 368c368,369 < return _PARTICLE_DELETED_ON_THE_FACE_; --- > PIC::ParticleBuffer::DeleteParticle(ptr); > return _PARTICLE_LEFT_THE_DOMAIN_; 918a920,925 > > // Keep the AMPS block/species base weight fixed. The energy-dependent factor > // is stored on the particle itself. Do not fold qNorm into the block-local > // weight: that weight is shared by all particles of the species in the block, > // including particles injected during previous time steps. > c.startNode->block->SetLocalParticleWeight(sParticleWeight, sSpecies); diff -r -x .git SWMF/PT/AMPS/srcEarth/3d_forward/SphereFlux3D.cpp SWMF_yesterday/PT/AMPS/srcEarth/3d_forward/SphereFlux3D.cpp 199c199 < sphereFluxBuffer_[idx] += weight / area; --- > sphereFluxBuffer_[idx] += weight / (area * dE); Only in SWMF_yesterday/PT/FLEKS/include: UserSource.h Only in SWMF_yesterday/PT/MITTENS: Makefile.conf Only in SWMF_yesterday/PT/MITTENS: Makefile.def Only in SWMF_yesterday/UA/MGITM/src: user.f90