File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# if the environment variables EVIO and EVIO_VERSION are not set, exit
4
4
if [[ -z " $FIELD_DIR " ]]; then
5
- echo " $red > FIELD_DIR environment variables is not set. Exiting.$reset "
5
+ echo " $red > FIELD_DIR environment variables is not set. Load it with module load gemc. Exiting.$reset "
6
6
exit 1
7
7
fi
8
8
@@ -12,7 +12,7 @@ base_dir="$FIELD_DIR"
12
12
# fieds used for data:
13
13
# https://github.com/JeffersonLab/clas12-offline-software/blob/development/etc/services/data.yaml
14
14
brepo=" https://clasweb.jlab.org/clas12offline/magfield"
15
- maps=(Symm_solenoid_r601_phi1_z1201_13June2018 Full_torus_r251_phi181_z251_25Jan2021 Full_torus_r251_phi181_z251_03March2020 Symm_torus_r2501_phi16_z251_24Apr2018)
15
+ maps=(Symm_solenoid_r601_phi1_z1201_13June2018 Full_torus_r251_phi181_z251_25Jan2021 Full_torus_r251_phi181_z251_03March2020 Symm_torus_r2501_phi16_z251_24Apr2018 Full_torus_r251_phi181_z251_08May2018 )
16
16
for map in $maps ; do
17
17
field=" $brepo /$map .dat"
18
18
if [ ! -f " $base_dir /$map .dat" ]; then
You can’t perform that action at this time.
0 commit comments