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
725ebeb2
Commit
725ebeb2
authored
1 year ago
by
Takumi.Matsunobu
Browse files
Options
Downloads
Patches
Plain Diff
wrong path to grid files
parent
98f1a74b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/real-from-d2-ana/prepare_lbc_remote.sh
+4
-3
4 additions, 3 deletions
templates/real-from-d2-ana/prepare_lbc_remote.sh
with
4 additions
and
3 deletions
templates/real-from-d2-ana/prepare_lbc_remote.sh
+
4
−
3
View file @
725ebeb2
...
@@ -22,6 +22,7 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then
...
@@ -22,6 +22,7 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then
# Define date directory, create it and go there
# Define date directory, create it and go there
COMMON_DATE_FOLDER
=
${
WORKDIR
}
/
${
STARTDATE
}
/inidata
COMMON_DATE_FOLDER
=
${
WORKDIR
}
/
${
STARTDATE
}
/inidata
COMMON_GRID_FOLDER
=
${
WORKDIR
}
/inidata
AN_MEMBER
=
$(
printf
"%03d"
%SIMULATION.BOUNDARY_CONDITIONS.MEMBER%
)
AN_MEMBER
=
$(
printf
"%03d"
%SIMULATION.BOUNDARY_CONDITIONS.MEMBER%
)
BOUNDARY_CONDITIONS_PARENT_FOLDER
=
%SIMULATION.BOUNDARY_CONDITIONS.PARENT_FOLDER%
BOUNDARY_CONDITIONS_PARENT_FOLDER
=
%SIMULATION.BOUNDARY_CONDITIONS.PARENT_FOLDER%
...
@@ -60,11 +61,11 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then
...
@@ -60,11 +61,11 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then
# Convert ICON-EU-EPS to latbc
# Convert ICON-EU-EPS to latbc
${
WORKDIR
}
/%python_environment.folder_name%/bin/python3
${
WORKDIR
}
/proj/templates/real-from-d2-ana/icon-remap-helper.py
\
${
WORKDIR
}
/%python_environment.folder_name%/bin/python3
${
WORKDIR
}
/proj/templates/real-from-d2-ana/icon-remap-helper.py
\
--src-grid
${
COMMON_
DATE
_FOLDER
}
/
${
PARENT_GRID_FILE
}
\
--src-grid
${
COMMON_
GRID
_FOLDER
}
/
${
PARENT_GRID_FILE
}
\
--dst-grid
${
COMMON_
DATE
_FOLDER
}
/
${
BOUNDARY_GRID_FILE
}
\
--dst-grid
${
COMMON_
GRID
_FOLDER
}
/
${
BOUNDARY_GRID_FILE
}
\
--source
work/iefff
${
EU_FC_TIME
}
0000.m
${
AN_MEMBER
}
\
--source
work/iefff
${
EU_FC_TIME
}
0000.m
${
AN_MEMBER
}
\
--dest
${
COMMON_DATE_FOLDER
}
/latbc_
${
D2_FC_TIME
}
00.m
${
AN_MEMBER
}
\
--dest
${
COMMON_DATE_FOLDER
}
/latbc_
${
D2_FC_TIME
}
00.m
${
AN_MEMBER
}
\
--output-format
gr
i
b
--output-format
grb
done
done
# Fetch tar.gz file of ICON-EU-EPS outputs necessary for the lateral boundary conditions
# 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