Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autoicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Show more breadcrumbs
w2w
autoicon
Compare revisions
d8927d701f6cebb3fc5cd2fc74a5e476377c4650 to adfd11f2ed9de9c6c1ae261182b8de527da5ad23
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
w2w/autoicon
Select target project
No results found
adfd11f2ed9de9c6c1ae261182b8de527da5ad23
Select Git revision
Swap
Target
w2w/autoicon
Select target project
w2w/autoicon
1 result
d8927d701f6cebb3fc5cd2fc74a5e476377c4650
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Update paths
· 7b0fb4d2
Takumi.Matsunobu
authored
7 months ago
7b0fb4d2
Merge remote-tracking branch 'refs/remotes/origin/D2_takumi' into D2_takumi
· adfd11f2
Takumi.Matsunobu
authored
7 months ago
adfd11f2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
conf/real-from-d2-ana/simulation.yml
+3
-3
3 additions, 3 deletions
conf/real-from-d2-ana/simulation.yml
templates/common/transfer.sh
+2
-2
2 additions, 2 deletions
templates/common/transfer.sh
templates/common/transfer_project.sh
+2
-2
2 additions, 2 deletions
templates/common/transfer_project.sh
with
7 additions
and
7 deletions
conf/real-from-d2-ana/simulation.yml
View file @
adfd11f2
...
...
@@ -25,16 +25,16 @@ simulation:
# Where are we getting our initial data from?
local
:
false
#parent_folder: /archive/meteo/w2w-p2/B3/ICON-D2_oper_ICLBC/
parent_folder
:
/dss/dss
kcs
fs0
1
/pn34ca/pn34ca-dss-00
07
/DATA-OP/
parent_folder
:
/dss/dssfs0
2
/pn34ca/pn34ca-dss-00
11
/DATA-OP/
boundary_conditions
:
# Where are we getting our boundary data from?
local
:
false
#parent_folder: /archive/meteo/w2w-p2/B3/ICON-D2_oper_ICLBC/
parent_folder
:
/dss/dss
kcs
fs0
1
/pn34ca/pn34ca-dss-00
07
/DATA-OP/
parent_folder
:
/dss/dssfs0
2
/pn34ca/pn34ca-dss-00
11
/DATA-OP/
uncertanty
:
psp
:
False
mpp
:
False
# must be capitalised
\ No newline at end of file
mpp
:
False
# must be capitalised
This diff is collapsed.
Click to expand it.
templates/common/transfer.sh
View file @
adfd11f2
...
...
@@ -17,7 +17,7 @@ DESTINATION_DIR=${MAIN_LOCAL_FOLDER}/${STARTDATE}/${MEMBER}
mkdir
-p
${
DESTINATION_DIR
}
if
[
"%data_management.
local_destination_fold
er%"
=
"True"
]
;
then
if
[
"%data_management.
transf
er%"
=
=
"True"
]
;
then
if
[[
"x
$HPCHOST
"
==
"xlocalhost"
]]
;
then
for
file_name
in
${
OUTPUT_FILES
}
;
do
rsync
-v
${
OUTPUT_DIR
}
/
${
file_name
}
${
DESTINATION_DIR
}
...
...
@@ -28,4 +28,4 @@ else
rsync
-v
${
HPCUSER
}
@
${
HPCHOST
}
:
${
OUTPUT_DIR
}
/
${
file_name
}
${
DESTINATION_DIR
}
done
fi
fi
\ No newline at end of file
fi
This diff is collapsed.
Click to expand it.
templates/common/transfer_project.sh
View file @
adfd11f2
...
...
@@ -11,7 +11,7 @@ PROJ_FOLDER="%PROJDIR%"
# Transfer the project
if
[
"%data_management.
local_destination_fold
er%"
=
"True"
]
;
then
if
[
"%data_management.
transf
er%"
=
=
"True"
]
;
then
if
[[
"x
$HPCHOST
"
==
"xlocalhost"
]]
;
then
mkdir
-p
${
REMOTE_WORKDIR
}
/proj
rsync
-v
-u
-r
--no-relative
${
PROJ_FOLDER
}
/
${
REMOTE_WORKDIR
}
/proj
...
...
@@ -19,4 +19,4 @@ else
ssh
${
HPCUSER
}
@
${
HPCHOST
}
mkdir
-p
${
REMOTE_WORKDIR
}
/proj
rsync
-v
-u
-r
--no-relative
${
PROJ_FOLDER
}
/
${
HPCUSER
}
@
${
HPCHOST
}
:
${
REMOTE_WORKDIR
}
/proj
fi
fi
\ No newline at end of file
fi
This diff is collapsed.
Click to expand it.