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
f1f2b2b2
Commit
f1f2b2b2
authored
1 year ago
by
Takumi.Matsunobu
Browse files
Options
Downloads
Patches
Plain Diff
fix error in prepare_date_remote
parent
2e934bcc
No related branches found
No related tags found
No related merge requests found
Pipeline
#19530
canceled
1 year ago
Stage: build
Stage: run_tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/real-from-d2-ana/prepare_date_remote.sh
+2
-1
2 additions, 1 deletion
templates/real-from-d2-ana/prepare_date_remote.sh
with
2 additions
and
1 deletion
templates/real-from-d2-ana/prepare_date_remote.sh
+
2
−
1
View file @
f1f2b2b2
...
...
@@ -72,8 +72,9 @@ if [ "${IC_DATA_IS_LOCAL}" != "True" ]; then
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
if
[
"%simulation.lbc_wz_attach%"
-eq
"True"
]
;
then
if
[
"%simulation.lbc_wz_attach%"
=
"True"
]
;
then
grib_copy
"%simulation.lbc_wz_filepath%"
${
COMMON_DATE_FOLDER
}
/WZ.grib
fi
...
...
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