Skip to content

Commit

Permalink
add lines in endfb71 script to fix Am242 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
yardasol committed Nov 9, 2022
1 parent ea049a9 commit d4ba81b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/xsdata/download_endfb71.bash
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,12 @@ fi

# Run the xsdirconvert script
perl $XSDIR/xsdirconvert.pl $DATADIR/$XSDIR_FILE > $DATADIR/endfb71.xsdata

# Fix bad names for Am242
sed -i "s/Am-242/Am-242m/" $DATADIR/endfb71.xsdata
sed -i "s/ Am-242/Am-242/" $DATADIR/endfb71.xsdata
sed -i "s/Am-242mm/ Am-242/" $DATADIR/endfb71.xsdata
sed -i "s/c 1 95242 0/c 1 95242 2/" $DATADIR/endfb71.xsdata
sed -i "s/c 1 95242 1/c 1 95242 0/" $DATADIR/endfb71.xsdata
sed -i "s/c 1 95242 2/c 1 95242 1/" $DATADIR/endfb71.xsdata
sed -i "s/c 1 95042 0/c 1 95242 0/" $DATADIR/endfb71.xsdata

0 comments on commit d4ba81b

Please sign in to comment.