Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
flexpart
flexpart-noresm
Commits
11f35b9b
Commit
11f35b9b
authored
Jun 30, 2021
by
Espen Sollum
Browse files
tiny edit
parent
d8921abf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/makefile_nilu
View file @
11f35b9b
...
...
@@ -17,7 +17,7 @@ LIBPATH = /usr/lib/
LNK = -o
CMPL = -c
LIBS = -lnetcdf -lnetcdff $(NCOPT)
FFLAGS = -O
0
-g -m64 -cpp -mcmodel=medium -fconvert=little-endian -frecord-marker=4 -ffree-form \
FFLAGS = -O
2
-g -m64 -cpp -mcmodel=medium -fconvert=little-endian -frecord-marker=4 -ffree-form \
-fbacktrace $(NCOPT)
LDFLAGS = $(FFLAGS) -L$(LIBPATH) -I$(INCPATH) $(LIBS)
MAIN = flexpartnoresm
...
...
@@ -160,5 +160,5 @@ $(OBJECTS): $(MODOBJS)
$(F90) $(LDFLAGS) $(CMPL) $<
clean:
rm *.o *.mod
\
rm *.o *.mod
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment