Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flex Extract
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Flexpart
Flex Extract
Commits
deb7d175
Commit
deb7d175
authored
5 years ago
by
Anne Philipp
Browse files
Options
Downloads
Patches
Plain Diff
changed from gribapi to eccodes for local makefile
parent
4c953607
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Source/Fortran/calc_etadot.out
+0
-1
0 additions, 1 deletion
Source/Fortran/calc_etadot.out
Source/Fortran/makefile_fast
+6
-5
6 additions, 5 deletions
Source/Fortran/makefile_fast
with
6 additions
and
6 deletions
Source/Fortran/calc_etadot.out
deleted
120000 → 0
+
0
−
1
View file @
4c953607
calc_etadot_fast.out
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Source/Fortran/makefile_fast
+
6
−
5
View file @
deb7d175
...
...
@@ -12,14 +12,15 @@
###############################################################################
EXE = calc_etadot
_fast.out
EXE = calc_etadot
GRIB_API_LIB= -Bstatic -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper
#GRIB_API_LIB= -Bstatic -lgrib_api_f90 -lgrib_api -Bdynamic -lm -ljasper
ECCODES_LIB= -L/usr/local/lib -leccodes_f90 -leccodes -lm
EMOSLIB=-lemosR64
LIB = $(
GRIB_API
_LIB) $(EMOSLIB)
LIB = $(
ECCODES
_LIB) $(EMOSLIB)
GRIB_API
_INCLUDE_DIR=/usr/include
INC = -I. -I$(
GRIB_API
_INCLUDE_DIR)
ECCODES
_INCLUDE_DIR=/usr/
local/
include
INC = -I. -I$(
ECCODES
_INCLUDE_DIR)
FC = gfortran
OPT = -O3 -march=native
...
...
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