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
Ice-sheet model SICOPOLIS
SICOPOLIS
Commits
62baf9e6
Commit
62baf9e6
authored
Nov 08, 2022
by
Ralf Greve
☺
Browse files
Script get_input_files.sh modified to allow path names with spaces
(by Shreyas Sunil Gaikwad).
parent
e324ca0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
get_input_files.sh
View file @
62baf9e6
...
...
@@ -5,7 +5,7 @@
# Downloading the input files for SICOPOLIS,
# copying them to the corresponding directories.
#
# - Ralf Greve, 2022-1
0-14
.
# - Ralf Greve, 2022-1
1-08
.
#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#-------- Settings (to be customized) --------
...
...
@@ -100,12 +100,12 @@ echo; echo "Copying files:"
for
domain
in
${
domains
}
;
do
echo
;
echo
"
${
domain
}
..."
$MV
-f
${
domain
}
/
*
${
SICOPOLIS_HOME
}
/
${
SICOPOLIS_INPUT
}
/
${
domain
}
/
$MV
-f
${
domain
}
/
*
"
${
SICOPOLIS_HOME
}
/
${
SICOPOLIS_INPUT
}
/
${
domain
}
/
"
done
for
domain
in
${
domains_xyz
}
;
do
echo
;
echo
"
${
domain
}
..."
$MV
-f
${
domain
}
/
*
${
SICOPOLIS_HOME
}
/
${
SICOPOLIS_INPUT
}
/xyz/
$MV
-f
${
domain
}
/
*
"
${
SICOPOLIS_HOME
}
/
${
SICOPOLIS_INPUT
}
/xyz/
"
done
#-------- Clean-up --------
...
...
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