source: LMDZ6/trunk/libf/phylmd/ecrad/bin/fcm-make-interfaces.cfg

Last change on this file was 4773, checked in by idelkadi, 7 months ago
  • Update of Ecrad in LMDZ The same organization of the Ecrad offline version is retained in order to facilitate the updating of Ecrad in LMDZ and the comparison between online and offline results. version 1.6.1 of Ecrad (https://github.com/lguez/ecrad.git)
  • Implementation of the double call of Ecrad in LMDZ


File size: 1.1 KB
Line 
1# (C) Copyright 2011- ECMWF.
2#
3# This software is licensed under the terms of the Apache Licence Version 2.0
4# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5# In applying this licence, ECMWF does not waive the privileges and immunities
6# granted to it by virtue of its status as an intergovernmental organisation
7# nor does it submit to any jurisdiction.
8
9# FCM configuration file used to auto-generate interface files
10# for F77 and F90 files.
11# Interface files will have the extention "@P_SUFFIX@"
12# Results will be in a directory "interfaces/include" relative to cwd
13
14# Usage: fcm make --config-file=<path -to-this-file> \
15#                 interfaces.ns-incl="<space-sep-list-of-dirs>"
16
17$SRC{?}  = $HERE
18
19step.class[interfaces] = build
20steps  = interfaces
21
22interfaces.target{task}     = ext-iface
23
24interfaces.source = $SRC
25
26# Exclude all
27interfaces.ns-excl = /
28
29# Include some
30# interfaces.ns-incl = <list of dirs passed at command-line>
31
32# Extention of interface files
33interfaces.prop{file-ext.f90-interface} = .intfb.h
34
35# Do not follow includes
36interfaces.prop{no-dep.f.module} = *
37interfaces.prop{no-dep.include} = *
Note: See TracBrowser for help on using the repository browser.