-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#312 commit changes associated with the Reading branch and the new te…
…st-harness set-up to the trunk Merged into /main/trunk: /main/branches/pkg/adrianhill/r5986_vn1.0_part2@6199 cf. /main/trunk@5986 git-svn-id: https://code.metoffice.gov.uk/svn/monc/main/trunk@6205 0f676ef4-b20c-4647-9485-21614760d15f
- Loading branch information
adrianhill
committed
Jan 18, 2019
1 parent
d6d5eb0
commit d7d69b8
Showing
170 changed files
with
7,701 additions
and
1,625 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
SRCSF = src/conditional_diagnostics_column.F90 | ||
|
||
BUILDDIR=build | ||
COREDIR=../../model_core/build | ||
FFLAGS=-I $(BUILDDIR) -I $(COREDIR) $(COMPILERFFLAGS) | ||
OBJS = $(patsubst %.F90,$(BUILDDIR)/%.o,$(SRCSF)) | ||
|
||
all: create-build-dirs $(OBJS) | ||
|
||
create-build-dirs: | ||
mkdir -p $(BUILDDIR) | ||
|
||
$(OBJS) : $(BUILDDIR)/%.o : %.F90 | ||
$(FTN) $(OPT) $(FFLAGS) $< -o $(BUILDDIR)/$(notdir $@) |
Oops, something went wrong.