-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix bugs in process_j312.sh
#100
Conversation
block merging until #103 is resolved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall this looks good. I did try this out and it does work well. I just have the one question about JEFF versions.
# Get neutron induced and spontaneous fission yield data from JEFF 3.3 | ||
if [[ ! -f $DATADIR/sss_jeff33.nfy ]] | ||
then | ||
wget -O $DATADIR/sss_jeff33.nfy https://www.oecd-nea.org/dbdata/jeff/jeff33/downloads/JEFF33-nfy.asc | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this pull data from JEFF 3.3? I thought this was for getting data from JEFF 3.1.2 ???
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no spontaneous or delayed neutron fission data in JEFF 3.1.2, nor is there decay data. The data from the JEFF 3.3 library is backwards compatible with the JEFF 3.1.2 library.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That makes sense. Just wanted to clarify the reason for the version change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve this pull request. I will wait to merge until #103 is resolved.
…j312 Fix bugs in `process_j312.sh` 88c5c94
Summary of changes
This PR fixes the bugs described in #99
This PR also renames
process_j312.sh
toprocess_j312.bash
to clarify that the script usesbash
syntax, and will not work properly (or even fail) when run as a native shell script.This PR also adds detection of existing compressed cross section library files, neutron data files, and decay chain file to reduce time it takes to rerun the script by skipping the download commands.
Types of changes
Required for Merging
Associated Issues and PRs
process_j312.sh
#99Associated Developers
Checklist for Reviewers
Reviewers should use this link to get to the
Review Checklist before they begin their review.