MSRE/scripts/nf.sh
2022-11-03 08:04:57 +01:00

10 lines
184 B
Bash

#!/bin/bash
set -ex
if test -f "./h5m_files/msre.h5m"; then
python ./scripts/msre_neutron_flux.py
else
python ./scripts/step_to_h5m.py
python ./scripts/msre_neutron_flux.py
fi