forked from ecmwf-ifs/ecrad
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ecrad_ifs driver demonstrating the use of [setup_]radiation_sch…
…eme routine[s]
- Loading branch information
Robin Hogan
committed
Nov 1, 2022
1 parent
b5d083f
commit a8a28b2
Showing
39 changed files
with
3,198 additions
and
2,563 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# (C) Copyright 2011- ECMWF. | ||
# | ||
# This software is licensed under the terms of the Apache Licence Version 2.0 | ||
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0. | ||
# In applying this licence, ECMWF does not waive the privileges and immunities | ||
# granted to it by virtue of its status as an intergovernmental organisation | ||
# nor does it submit to any jurisdiction. | ||
|
||
# FCM configuration file used to auto-generate interface files | ||
# for F77 and F90 files. | ||
# Interface files will have the extention "@P_SUFFIX@" | ||
# Results will be in a directory "interfaces/include" relative to cwd | ||
|
||
# Usage: fcm make --config-file=<path -to-this-file> \ | ||
# interfaces.ns-incl="<space-sep-list-of-dirs>" | ||
|
||
$SRC{?} = $HERE | ||
|
||
step.class[interfaces] = build | ||
steps = interfaces | ||
|
||
interfaces.target{task} = ext-iface | ||
|
||
interfaces.source = $SRC | ||
|
||
# Exclude all | ||
interfaces.ns-excl = / | ||
|
||
# Include some | ||
# interfaces.ns-incl = <list of dirs passed at command-line> | ||
|
||
# Extention of interface files | ||
interfaces.prop{file-ext.f90-interface} = .intfb.h | ||
|
||
# Do not follow includes | ||
interfaces.prop{no-dep.f.module} = * | ||
interfaces.prop{no-dep.include} = * |
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
Oops, something went wrong.