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
Commits
1ea6bc39
Commit
1ea6bc39
authored
1 year ago
by
Takumi.Matsunobu
Browse files
Options
Downloads
Patches
Plain Diff
12utc available
parent
2c974902
No related branches found
No related tags found
No related merge requests found
Pipeline
#19856
passed
1 year ago
Stage: build
Stage: run_tests
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/real-from-d2-ana/prepare_date_remote.sh
+3
-3
3 additions, 3 deletions
templates/real-from-d2-ana/prepare_date_remote.sh
templates/real-from-d2-ana/prepare_lbc_remote.sh
+1
-1
1 addition, 1 deletion
templates/real-from-d2-ana/prepare_lbc_remote.sh
with
4 additions
and
4 deletions
templates/real-from-d2-ana/prepare_date_remote.sh
+
3
−
3
View file @
1ea6bc39
...
...
@@ -27,7 +27,7 @@ if [ "${IC_DATA_IS_LOCAL}" != "True" ]; then
# Exploit the number from the member name
INITIAL_CONDITIONS_PARENT_FOLDER
=
%SIMULATION.INITIAL_CONDITIONS.PARENT_FOLDER%
INITIAL_CONDITIONS_PATH
=
${
INITIAL_CONDITIONS_PARENT_FOLDER
}
/
${
STARTDATE
:0:
8
}
00
INITIAL_CONDITIONS_PATH
=
${
INITIAL_CONDITIONS_PARENT_FOLDER
}
/
${
STARTDATE
:0:
10
}
AN_SOURCE
=
$(
find
${
INITIAL_CONDITIONS_PATH
}
-name
"an_R19B07.*00_an.*"
|
sort
-n
)
AN_INC_SOURCE
=
$(
find
${
INITIAL_CONDITIONS_PATH
}
-name
"an_R19B07.*00_inc.*"
|
sort
-n
)
...
...
@@ -71,8 +71,8 @@ if [ "${IC_DATA_IS_LOCAL}" != "True" ]; then
awk
'{print $1}'
an_inc_file.txt | xargs
-I
[]
ln
-sf
[]
.
awk
'{print $1}'
fg_file.txt | xargs
-I
[]
ln
-sf
[]
.
grib_set
-s
stepRange
=
0,dataTime
=
0
,dataDate
=
${
STARTDATE
:0:8
}
"%simulation.lbc_hhl_filepath%"
${
COMMON_DATE_FOLDER
}
/HHL.grib
grib_set
-s
stepRange
=
0,dataTime
=
0
,dataDate
=
${
STARTDATE
:0:8
}
"%simulation.lbc_wz_filepath%"
${
COMMON_DATE_FOLDER
}
/WZ.grib
grib_set
-s
stepRange
=
0,dataTime
=
$((${
STARTDATE
:8:10
}
*
100
))
,dataDate
=
${
STARTDATE
:0:8
}
"%simulation.lbc_hhl_filepath%"
${
COMMON_DATE_FOLDER
}
/HHL.grib
grib_set
-s
stepRange
=
0,dataTime
=
$((${
STARTDATE
:8:10
}
*
100
))
,dataDate
=
${
STARTDATE
:0:8
}
"%simulation.lbc_wz_filepath%"
${
COMMON_DATE_FOLDER
}
/WZ.grib
if
[
"%simulation.lbc_wz_attach%"
=
"True"
]
;
then
grib_copy
"%simulation.lbc_wz_filepath%"
${
COMMON_DATE_FOLDER
}
/WZ.grib
...
...
This diff is collapsed.
Click to expand it.
templates/real-from-d2-ana/prepare_lbc_remote.sh
+
1
−
1
View file @
1ea6bc39
...
...
@@ -38,7 +38,7 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then
# Leave out the character part
BOUNDARY_CONDITIONS_PARENT_FOLDER
=
%SIMULATION.BOUNDARY_CONDITIONS.PARENT_FOLDER%
BOUNDARY_CONDITIONS_PATH
=
${
BOUNDARY_CONDITIONS_PARENT_FOLDER
}
/
${
STARTDATE
:0:
8
}
00
BOUNDARY_CONDITIONS_PATH
=
${
BOUNDARY_CONDITIONS_PARENT_FOLDER
}
/
${
STARTDATE
:0:
10
}
# Fetch tar.gz file of ICON-EU-EPS outputs necessary for the lateral boundary conditions
...
...
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