The scripts automatize downloading, unzipping and preparing FENDL libraries
for use with MCNP. These scripts rely on wget
, unzip
, csplit
, awk
and
sed
standard linux utilities, as well the makxsf
programm that is part of
MCNP distribution. The latter is used to put all cross-sections into a single
file.
Script | What it does |
---|---|
getfiles21.sh , getfiles30.sh |
Download files containing FENDL from WEB and unzip it into the form needed by scripts combine*.sh |
combine21.sh , combine30.sh |
Scripts to process files containing FENDL libraries, as downloaded and unzipped by getfiles??.sh |
combine_all.sh |
Puts xsdir files generated by combine21.sh and combine30.sh scripts into one file |
get_awr.sh |
Script called from combine??.sh . Prepares file awr.xsdir containing the AWR block of the xsdir file |
specs.head |
Heading of the specs file for makxsf program |