Skip to content

Commit 3c1360e

Browse files
committed
added Full_torus_r251_phi181_z251_08May2018
1 parent f406eca commit 3c1360e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/install_fields

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# if the environment variables EVIO and EVIO_VERSION are not set, exit
44
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"
66
exit 1
77
fi
88

@@ -12,7 +12,7 @@ base_dir="$FIELD_DIR"
1212
# fieds used for data:
1313
# https://github.com/JeffersonLab/clas12-offline-software/blob/development/etc/services/data.yaml
1414
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)
1616
for map in $maps; do
1717
field="$brepo/$map.dat"
1818
if [ ! -f "$base_dir/$map.dat" ]; then

0 commit comments

Comments
 (0)