Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Elmer_dummy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Moritz Hanke
Elmer_dummy
Commits
27c9488a
Commit
27c9488a
authored
3 weeks ago
by
Moritz Hanke
Browse files
Options
Downloads
Patches
Plain Diff
updates source for ICON grid file
parent
5cb0884d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mesh/Makefile
+5
-9
5 additions, 9 deletions
mesh/Makefile
with
5 additions
and
9 deletions
mesh/Makefile
+
5
−
9
View file @
27c9488a
...
...
@@ -6,13 +6,10 @@ ELMER_MESH_FILE_LINK = \
https://kannu.csc.fi/s/npxnWEzPowrd2by/download/MESH_Greenland.tgz
ELMER_MESH_FILE
=
$(
notdir
$(
ELMER_MESH_FILE_LINK
))
# for some reason this link currently does not work, you will have to get the
# file directly from Levante
# (levante.dkrz.de:/pool/data/ICON/grids/public/mpim/0054/icon_grid_0054_R02B08_G.nc)
# or somewhere else
ICON_GRID_FILE_LINK
=
\
http://icon-downloads.mpimet.mpg.de/grids/public/mpim/0054/icon_grid_0054_R02B08_G.nc
ICON_GRID_FILE
=
$(
notdir
$(
ICON_GRID_FILE_LINK
))
# on LUMI the ICON grid file should be available at:
# /appl/local/climatedt//pool/data/ICON/grids/public/mpim/0054
ICON_GRID_FILE_PATH
?=
/pool/data/ICON/grids/public/mpim/0054
ICON_GRID_FILE
=
icon_grid_0054_R02B08_G.nc
.PHONY
:
all clean
...
...
@@ -28,5 +25,4 @@ $(ELMER_MESH_FILE):
tar
xvf
$@
$(ICON_GRID_FILE)
:
echo
fetching:
$@
curl
-sL
$(
ICON_GRID_FILE_LINK
)
-o
$@
[
-f
$(
ICON_GRID_FILE_PATH
)
/
$@
]
&&
ln
-s
$(
ICON_GRID_FILE_PATH
)
/
$@
||
exit
1
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