Record passing-orbit filters in NetCDF results#485
Open
krystophny wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
contr_ppandnotrace_passingas global attributes inresults.ncReview path
nf90_put_attcalls insrc/netcdf_results_output.f90.test/python/test_netcdf_results.py.Preserved invariants
This does not change the Hamiltonian, particle source, field, boundary event,
integration, convergence criteria, orbit classification, memory layout, ABI,
or generated trajectory data. It only records two existing run controls so a
downstream analysis can distinguish traced and intentionally skipped passing
orbits without recovering the input namelist.
Verification
Failing before
After adding the assertions but before writing the attributes:
Passing after
foalso reports the pre-existing whole-file formatting warning fornetcdf_results_output.f90; this focused PR does not reindent unrelated lines.