Skip to content

Commit

Permalink
added Full_torus_r251_phi181_z251_08May2018
Browse files Browse the repository at this point in the history
  • Loading branch information
maureeungaro committed Apr 11, 2024
1 parent f406eca commit 3c1360e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/install_fields
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# if the environment variables EVIO and EVIO_VERSION are not set, exit
if [[ -z "$FIELD_DIR" ]]; then
echo "$red > FIELD_DIR environment variables is not set. Exiting.$reset"
echo "$red > FIELD_DIR environment variables is not set. Load it with module load gemc. Exiting.$reset"
exit 1
fi

Expand All @@ -12,7 +12,7 @@ base_dir="$FIELD_DIR"
# fieds used for data:
# https://github.com/JeffersonLab/clas12-offline-software/blob/development/etc/services/data.yaml
brepo="https://clasweb.jlab.org/clas12offline/magfield"
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)
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)
for map in $maps; do
field="$brepo/$map.dat"
if [ ! -f "$base_dir/$map.dat" ]; then
Expand Down

0 comments on commit 3c1360e

Please sign in to comment.