Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
IPSL
SIRTA
CL31
CL raw to 1a
Commits
83424471
Commit
83424471
authored
Jan 20, 2022
by
Marc-Antoine Drouin
Browse files
correct bug
parent
aecb9f54
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
run_raw2l1.sh
run_raw2l1.sh
+4
-1
No files found.
run_raw2l1.sh
View file @
83424471
...
...
@@ -215,6 +215,7 @@ fi
if
[[
$UNZIP
==
0
]]
;
then
input_files
=(
"
${
fich_entree
[@]
}
"
)
elif
[[
$UNZIP
==
1
]]
;
then
consignerMsg
"Désarchivage de l'archive"
# create tmp directory for data
tmp_data
=
$(
mktemp
-d
-p
"
$REP_TRAVAIL
"
)
...
...
@@ -233,8 +234,10 @@ fi
tmp_check
=
$(
mktemp
-d
-p
"
$REP_TRAVAIL
"
)
for
file_
in
"
${
input_files
[@]
}
"
;
do
consignerMsg
"Vérification des données brutes"
cl31_cor
=
"
$tmp_check
/
${
file_
%.*
}
.cor"
tmp_file_
=
$(
basename
"
$file_
"
)
cl31_cor
=
"
$tmp_check
/
${
tmp_file_
%.*
}
.cor"
if
[[
$fich_type
==
"SIRTA"
]]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment