source: LMDZ5/trunk/bld.cfg @ 2242

Last change on this file since 2242 was 2242, checked in by Ehouarn Millour, 9 years ago

Further reorganizing of the physics-dynamics interface.
Things related to dynamics grid and physics grid go in "dynlonlat_phylonlat".
Any physics phy* related stuff (e.g. iniphysiq, ce0l) goes in a phy* subdirectory of dynlonlat_phylonlat.
EM

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.0 KB
Line 
1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5
6# ------------------------------------------------------------------------------
7# Build information
8# ------------------------------------------------------------------------------
9
10#Default value of FPP fortran preprocessor
11%FPP cpp
12
13inc arch.fcm
14inc config.fcm
15
16%CONFIG_NAME       %{ARCH}%SUFF_NAME
17%BASE_CONFIG_PATH  %LIBO/%CONFIG_NAME
18%CONFIG_PATH       %BASE_CONFIG_PATH/.config
19%SRC_PATH          %LIBF
20
21%FFLAGS            %BASE_FFLAGS %COMPIL_FFLAGS %PARA_FFLAGS
22%LD_FLAGS          %BASE_LD %PARA_LD
23
24src::dyn     %SRC_PATH/%DYN
25src::phys    %SRC_PATH/%PHYS
26src::dyn_phys %DYN_PHYS
27src::dyn_phys_sub %DYN_PHYS_SUB
28src::sisvat  %SISVAT
29src::rrtm    %RRTM
30src::grid    %SRC_PATH/grid
31src::filtrez %FILTRE
32src::misc    %SRC_PATH/misc
33src::dyn3d_common   %DYN_COMMON
34src::cosp    %COSP
35src::ext_src %EXT_SRC
36
37bld::lib            lmdz
38
39bld::outfile_ext::exe    %SUFF_NAME.e
40bld::target              liblmdz.a
41bld::target              %EXEC%SUFF_NAME.e
42bld::exe_dep             
43
44
45dir::root            %CONFIG_PATH
46dir::lib             %BASE_CONFIG_PATH
47dir::bin             %ROOT_PATH/bin
48
49#search_src           1
50
51bld::tool::fpp       %FPP
52bld::tool::fc        %COMPILER
53bld::tool::ld        %LINK
54bld::tool::ar        %AR
55bld::tool::make      %MAKE
56bld::tool::fflags    %FFLAGS %INCDIR
57bld::tool::ldflags   %LD_FLAGS %LIB 
58
59bld::tool::cppflags  %FPP_FLAGS %INCDIR
60bld::tool::fppflags  %FPP_FLAGS %INCDIR
61bld::tool::fppkeys   %CPP_KEY %FPP_DEF
62
63
64# Example of how to set specific compiling options for a specific file
65# -> this can be including in the arch.opt file
66#bld::tool::fflags::phys::readaerosol         %BASE_FFLAGS %PROD_FFLAGS  %INCDIR -C hopt -pi auto
67
68
69inc arch.opt
70
71# Pre-process code before analysing dependencies
72bld::pp              1
73
74
75# Ignore the following dependencies
76bld::excl_dep        inc::netcdf.inc
77bld::excl_dep        use::netcdf
78bld::excl_dep        use::typesizes
79bld::excl_dep        h::netcdf.inc
80bld::excl_dep        h::mpif.h
81bld::excl_dep        inc::mpif.h
82bld::excl_dep        use::ioipsl
83bld::excl_dep        use::intersurf
84bld::excl_dep        use::mod_prism_proto
85bld::excl_dep        use::mod_prism_def_partition_proto
86bld::excl_dep        use::mod_prism_get_proto
87bld::excl_dep        use::mod_prism_put_proto
88bld::excl_dep        use::mod_prism
89bld::excl_dep        use::xios
90bld::excl_dep        use::iaxis
91bld::excl_dep        use::iaxis_attr
92bld::excl_dep        use::icontext_attr
93bld::excl_dep        use::idate
94bld::excl_dep        use::idomain_attr
95bld::excl_dep        use::ifield_attr
96bld::excl_dep        use::ifile_attr
97bld::excl_dep        use::ixml_tree
98
99# Don't generate interface files
100bld::tool::geninterface none
101
102# Allow ".inc" as an extension for CPP include files
103bld::infile_ext::inc  CPP::INCLUDE
104
105# extension for module output
106bld::outfile_ext::mod .mod
107bld::tool::SHELL   /bin/bash
108bld::tool::SHELL   /bin/ksh
Note: See TracBrowser for help on using the repository browser.