Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cris_l1b
user
Commits
be86264a
Commit
be86264a
authored
Mar 23, 2022
by
R.K.Garcia
Browse files
Fix missing brace and addpath/MATLABPATH counter-punch
parent
439d57bd
Pipeline
#36564
failed with stage
in 4 minutes and 27 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
be86264a
...
...
@@ -2,7 +2,7 @@ FROM gitlab.ssec.wisc.edu:5555/cris_l1b/glue/buildbucket:r20200324 as matlab
RUN
mkdir
-p
/opt /work
COPY
RU /opt/RU
RUN
cd
/opt/RU
\
&&
mcc
-m
cris_gran_RU_ncparam
.m
&&
mcc
-m
ru_main
.m
RUN
mkdir
/work/mcr
\
&&
cd
/work/mcr
\
...
...
RU/cris-l1b-ru
View file @
be86264a
...
...
@@ -19,7 +19,7 @@ INPUT_FILE="$2"
OUTPUT_FILE
=
"
$3
"
test
-n
"
$SAT
"
||
usagexit
test
-f
"
$INPUT_FILE
"
||
echo
>
&2
"
${
Oops
:?
${
INPUT_FILE
}
is not a file
"
test
-f
"
$INPUT_FILE
"
||
echo
>
&2
"
${
Oops
:?
${
INPUT_FILE
}
is not a file
}
"
test
-n
"
$OUTPUT_FILE
"
||
echo
>
&2
"
${
Oops
:?please
specify an output filename
}
"
export
MATLABPATH
=
"
$RU_HOME
"
...
...
RU/ru_main.m
0 → 100644
View file @
be86264a
function RU = ru_main(sat_name,l1b_fname,saveTotalRU_FLAG,pname_out);
addpath(getenv("RU_HOME"))
RU = cris_gran_RU_ncparam(sat_name,l1b_fname,saveTotalRU_FLAG,pname_out);
return
Write
Preview
Supports
Markdown
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