Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CL raw to 1a
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
IPSL
SIRTA
CL31
CL raw to 1a
Commits
9c3193d8
Commit
9c3193d8
authored
6 years ago
by
Marc-Antoine Drouin
Browse files
Options
Downloads
Plain Diff
Merge branch 'hotfix/v1.0.5' into develop
parents
114cf6d3
b227decc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
run_raw2l1_sirta30s.sh
+2
-1
2 additions, 1 deletion
run_raw2l1_sirta30s.sh
run_raw2l1_sirta3s.sh
+2
-1
2 additions, 1 deletion
run_raw2l1_sirta3s.sh
with
4 additions
and
2 deletions
run_raw2l1_sirta30s.sh
+
2
−
1
View file @
9c3193d8
...
...
@@ -33,6 +33,7 @@
# : v1.0.2 correct source for LISA configuration file
# 20170303 : v1.0.3 add material to process 3s SIRTA CL31 data
# : v1.0.4 correct several bugs in 3s script and make 30s script more robust
# 20180523 : v1.0.5 use a more generic way to get the python interpreter
#
# SIRTA 2013
#==============================================================================
...
...
@@ -129,7 +130,7 @@ do
done
# RAW2L1 needed path
PYTHON
=
"/
opt/python_
env
s/
python2
/bin/python
"
PYTHON
=
"/
usr/bin/
env
python2"
RAW2L1
=
${
REP_SOURCES
}
"/sirta-raw2l1/raw2l1/raw2l1.py"
RAW2L1_CONF
=
${
REP_SOURCES
}
"/"
$fich_conf
RAW2L1_LOGS
=
${
REP_SOURCES
}
"/logs/raw2l1.log"
...
...
This diff is collapsed.
Click to expand it.
run_raw2l1_sirta3s.sh
+
2
−
1
View file @
9c3193d8
...
...
@@ -33,6 +33,7 @@
# : v1.0.2 correct source for LISA configuration file
# 20170303 : v1.0.3 add material to process 3s SIRTA CL31 data
# : v1.0.4 correct several bugs in 3s script and make 30s script more robust
# 20180523 : v1.0.5 use a more generic way to get the python interpreter
#
# SIRTA 2013
#==============================================================================
...
...
@@ -134,7 +135,7 @@ done
DATE_AS_SECONDS
=
$(
date
-u
-d
$date
+%s
)
# RAW2L1 needed path
PYTHON
=
"/
opt/python_
env
s/
python2
/bin/python
"
PYTHON
=
"/
usr/bin/
env
python2"
RAW2L1
=
${
REP_SOURCES
}
"/sirta-raw2l1/raw2l1/raw2l1.py"
RAW2L1_LOGS
=
${
REP_SOURCES
}
"/logs/raw2l1.log"
...
...
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