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
fd50172a
Commit
fd50172a
authored
Feb 20, 2017
by
Marc-Antoine Drouin
Browse files
correct problem with path of conf file
parent
8447b2f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
run_raw2l1_sirta30s.sh
run_raw2l1_sirta30s.sh
+9
-8
No files found.
run_raw2l1_sirta30s.sh
View file @
fd50172a
...
...
@@ -29,6 +29,7 @@
#-------------
# 20161206 : MAD SIRTA Creation v1.00
# 20170220 : MAD SIRTA add configuration for P7. use submodule for raw2l1
# : v1.0.1 correct problem with path of configuration file
#
# SIRTA 2013
#==============================================================================
...
...
@@ -99,14 +100,6 @@ DEBUG=0
VERSION
=
1
REP_SOURCES
=
$(
dirname
$(
readlink
-f
$0
))
# RAW2L1 needed path
PYTHON
=
"/opt/python_envs/python2/bin/python"
RAW2L1
=
${
REP_SOURCES
}
"/sirta-raw2l1/raw2l1/raw2l1.py"
RAW2L1_CONF
=
${
REP_SOURCES
}
"/"
$fich_conf
RAW2L1_LOGS
=
${
REP_SOURCES
}
"/logs/raw2l1.log"
NCKS
=
"/usr/bin/ncks"
n
=
0
#------------------------------------------------------------------------------
...
...
@@ -132,6 +125,14 @@ do
esac
done
# RAW2L1 needed path
PYTHON
=
"/opt/python_envs/python2/bin/python"
RAW2L1
=
${
REP_SOURCES
}
"/sirta-raw2l1/raw2l1/raw2l1.py"
RAW2L1_CONF
=
${
REP_SOURCES
}
"/"
$fich_conf
RAW2L1_LOGS
=
${
REP_SOURCES
}
"/logs/raw2l1.log"
NCKS
=
"/usr/bin/ncks"
#------------------------------------------------------------------------------
# verification des parametres
#------------------------------------------------------------------------------
...
...
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