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
83b09a38
Commit
83b09a38
authored
2 years ago
by
Oriol Tintó Prims
Browse files
Options
Downloads
Patches
Plain Diff
Getting the proper eccodes version in build_icon.sh
parent
c3e8da2e
No related branches found
No related tags found
1 merge request
!4
Switching to the advanced configuration method and fixing spack build.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/common/build_icon.sh
+3
-1
3 additions, 1 deletion
templates/common/build_icon.sh
with
3 additions
and
1 deletion
templates/common/build_icon.sh
+
3
−
1
View file @
83b09a38
# Get some variables provided by autosubmit.
# Get some variables provided by autosubmit.
# TODO: What do we do to ensure that these variables are defined in the proj file?
# TODO: What do we do to ensure that these variables are defined in the proj file?
WORKDIR
=
%HPCROOTDIR%
WORKDIR
=
%HPCROOTDIR%
ICON_VERSION
=
%ICON.VERSION%
COMPILER
=
%SPACK.COMPILER%
# If the workdir directory does not exist create it
# If the workdir directory does not exist create it
if
[
!
-d
${
WORKDIR
}
]
;
then
if
[
!
-d
${
WORKDIR
}
]
;
then
...
@@ -33,7 +35,7 @@ else
...
@@ -33,7 +35,7 @@ else
fi
fi
# Need to get ECCODES DWD definitions:
# Need to get ECCODES DWD definitions:
eccodes_version
=
$(
spack
find eccodes
|
grep
eccodes
@
|
cut
-
d
"@
"
-f
2
)
eccodes_version
=
$(
spack
spec icon-nwp@
${
ICON_VERSION
}
%
${
COMPILER
}
|
grep
eccodes |
grep
-
o
"@
.*%"
|
grep
-o
"[0-9
\.
]*"
)
definitions_tar_file
=
eccodes_definitions.edzw-
${
eccodes_version
}
-1
.tar.bz2
definitions_tar_file
=
eccodes_definitions.edzw-
${
eccodes_version
}
-1
.tar.bz2
if
[
!
-f
"
${
definitions_tar_file
}
"
]
;
then
if
[
!
-f
"
${
definitions_tar_file
}
"
]
;
then
...
...
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