- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRunPlotGeneralTraj.sh
More file actions
Latest commit
executable file
·11 lines (10 loc) · 850 Bytes
/
Copy pathRunPlotGeneralTraj.sh
File metadata and controls
executable file
·11 lines (10 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
echo"Hello World"
configFileName=ConfigFiles/DefaultConfig.txt
directoryOutputSuffix=Plots
inputDirectoryPrefix=Method1_UpUp
suffixInjection=InjectBeam
suffixWaste=WasteBeam
suffixClosed=ClosedBeam
python plot_GeneralTrajectories.py --directoryOutput "$inputDirectoryPrefix"_"$directoryOutputSuffix" --configFileName "$configFileName" --directoryWaste "$inputDirectoryPrefix"_"$suffixWaste" --directoryInjection "$inputDirectoryPrefix"_"$suffixInjection" --directoryClosed "$inputDirectoryPrefix"_"$suffixClosed"
python plot_GeneralTrajectories.py --doY 1 --directoryOutput "$inputDirectoryPrefix"_"$directoryOutputSuffix" --configFileName "$configFileName" --directoryWaste "$inputDirectoryPrefix"_"$suffixWaste" --directoryInjection "$inputDirectoryPrefix"_"$suffixInjection" --directoryClosed "$inputDirectoryPrefix"_"$suffixClosed"