Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stochastic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
stochastic-public
stochastic
Commits
9c81f4c0
Commit
9c81f4c0
authored
3 years ago
by
Marie-Anne Bizouard
Browse files
Options
Downloads
Patches
Plain Diff
Add V1
parent
d566fd09
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
analyses/STAMPAS/utilities/jobfiles/generate_jobfile.sh
+8
-2
8 additions, 2 deletions
analyses/STAMPAS/utilities/jobfiles/generate_jobfile.sh
with
8 additions
and
2 deletions
analyses/STAMPAS/utilities/jobfiles/generate_jobfile.sh
+
8
−
2
View file @
9c81f4c0
...
...
@@ -24,7 +24,7 @@ GPS_END=$3
CAL
=
$4
HWINJ
=
$5
IFOS
=(
'H1'
'L1'
)
IFOS
=(
'H1'
'L1'
'V1'
)
NB
=
${#
IFOS
[@]
}
case
$RUN
in
...
...
@@ -50,11 +50,16 @@ case $RUN in
IFOS_SCIENCE_FLAG[i]
=
${
IFOS
[
$i
]
}
":DCS-ANALYSIS_READY_C01:1"
# C01
# IFOS_SCIENCE_FLAG[i]=${IFOS[$i]}":DCS-ANALYSIS_READY_C02" # C02
# IFOS_SCIENCE_FLAG[i]=${IFOS[$i]}":DCH-CLEAN_SCIENCE_C02" # C02 cleaned
if
[
${
IFOS
[
$i
]
}
==
"V1"
]
;
then
IFOS_SCIENCE_FLAG[i]
=
${
IFOS
[
$i
]
}
":ITF_SCIENCE:2"
# C01
fi
echo
$i
${
IFOS
[
$i
]
}
${
IFOS_SCIENCE_FLAG
[i]
}
done
;;
esac
echo
${
IFOS_SCIENCE_FLAG
[1]
}
# Get the segments
#export X509_USER_CERT=/home/${USER}/.globus/detcharcert.pem
#export X509_USER_KEY=/home/${USER}/.globus/detcharkey.pem
...
...
@@ -76,6 +81,7 @@ for i in `seq 0 $(( ${NB}-1 ))` ; do
mv
tmp.txt
${
IFOS
[
$i
]
}
-SCIENCE
.txt
done
# Get the CAT1 segments
if
[
${
RUN
}
==
"ER7"
]
;
then
DEFINER_FILE_BURST
=
"../H1L1-HOFT_C00_ER8A_BURST.xml"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment