Skip to content
GitLab
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
91a7a6b4
Commit
91a7a6b4
authored
Feb 16, 2022
by
RKGarcia
Browse files
Fix nc_copy_vars from CRIS_L1B_HOME
parent
d66df84b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pca/l1b-pcs/convert-CRISPCAv0-L1B_PCS.sh
View file @
91a7a6b4
...
...
@@ -3,7 +3,7 @@ BASE="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
l1a_nc_copy_vars
()
{
if
[[
-d
"
$CRIS_L1B_HOME
"
]]
;
then
"
$CRIS_L1B_HOME
/lib/ShellB3/bin/
nc_copy_vars"
"
$@
"
"
$CRIS_L1B_HOME
/lib/ShellB3/bin/
python3"
-m
sips_cris_l0l1a.netcdf
"
$@
"
elif
[[
-x
"
$(
which nc_copy_vars 2>/dev/null
)
"
]]
;
then
nc_copy_vars
"
$@
"
else
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment