source: trunk/LMDZ.COMMON/bld.cfg @ 1650

Last change on this file since 1650 was 1650, checked in by emillour, 8 years ago

Dynamical core: Further adaptations to stick with LMDZ5 (up to rev r2750)

  • libf
  • makelmdz[_fcm] : added Earth-specific "dust" and "strataer" cases and

-arch_path option

  • bld.cfg : added dust and strataer cases
  • dyn3d[par]
  • conf_gcm.F90 : added read_orop parameter (Earth-related) for

loading subgrid orography parameters.

  • guide[_p]_mod.F90: added output of nudging coefficients for winds

and temperature

  • temps_mod.F90 : cosmetics/comments
  • logic_mod.F90 : cosmetics/comments
  • dyn3d_common
  • comconst_mod.F90 : cosmetics/comments + added year_day module variable
  • conf_planete.F90 : added year_day from comconst_mod as done in LMDZ5
  • comvert_mod.F90 : cosmetics/comments
  • infotrac.F90 : added "startAer" case to follow up with LMDZ5
  • misc
  • wxios.F90 : follow up on changes in LMDZ5

EM

File size: 3.1 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# C preprocessor
13%CPP cpp
14
15inc arch.fcm
16inc config.fcm
17
18%CONFIG_NAME       %{ARCH}%SUFF_NAME
19%BASE_CONFIG_PATH  %LIBO/%CONFIG_NAME
20%CONFIG_PATH       %BASE_CONFIG_PATH/.config
21%SRC_PATH          %LIBF
22
23%FFLAGS            %BASE_FFLAGS %COMPIL_FFLAGS %PARA_FFLAGS
24%LD_FLAGS          %BASE_LD %PARA_LD
25
26src::dyn     %SRC_PATH/%DYN
27src::phys    %SRC_PATH/%PHYS
28src::dyn_phys %DYN_PHYS
29src::dyn_phys_sub %DYN_PHYS_SUB
30src::sisvat  %SISVAT
31src::rrtm    %RRTM
32src::dust    %DUST
33src::strataer %STRATAER
34src::grid    %SRC_PATH/grid
35src::filtrez %FILTRE
36src::misc   %SRC_PATH/misc
37src::dyn3d_common   %DYN_COMMON
38src::phy_common %PHY_COMMON
39src::cosp    %COSP
40src::chem    %CHEM
41src::aerono  %AERONO
42
43bld::lib            lmdz
44
45
46bld::outfile_ext::exe    %SUFF_NAME
47bld::target              liblmdz.a %EXEC%SUFF_NAME
48bld::exe_dep             
49
50
51dir::root            %CONFIG_PATH
52#dir::lib             %BASE_CONFIG_PATH
53dir::bin             %ROOT_PATH/bin
54
55#search_src           1
56
57bld::tool::fpp       %FPP
58bld::tool::cpp       %CPP
59bld::tool::fc        %COMPILER
60bld::tool::cc        %C_COMPILER
61bld::tool::ld        %LINK
62bld::tool::ar        %AR
63bld::tool::make      %MAKE
64bld::tool::fflags    %FFLAGS %INCDIR
65bld::tool::cflags    %C_OPTIM %INCDIR
66bld::tool::ldflags   %LD_FLAGS %LIB 
67
68bld::tool::cppflags  %CPP_FLAGS %INCDIR
69bld::tool::fppflags  %FPP_FLAGS %INCDIR
70bld::tool::fppkeys   %CPP_KEY %FPP_DEF
71
72# Example of how to set specific compiling options for a specific file
73# -> this can be including in the arch.opt file
74#bld::tool::fflags::phys::readaerosol         %BASE_FFLAGS %PROD_FFLAGS  %INCDIR -C hopt -pi auto
75
76
77inc arch.opt
78
79# Pre-process code before analysing dependencies
80bld::pp              1
81
82# Ignore the following dependencies
83bld::excl_dep        inc::netcdf.inc
84bld::excl_dep        use::netcdf
85bld::excl_dep        use::typesizes
86bld::excl_dep        h::netcdf.inc
87bld::excl_dep        h::mpif.h
88bld::excl_dep        inc::mpif.h
89bld::excl_dep        use::ioipsl
90bld::excl_dep        use::intersurf
91bld::excl_dep        use::mod_prism_proto
92bld::excl_dep        use::mod_prism_def_partition_proto
93bld::excl_dep        use::mod_prism_get_proto
94bld::excl_dep        use::mod_prism_put_proto
95bld::excl_dep        use::mod_prism
96bld::excl_dep        use::xios
97bld::excl_dep        use::iaxis
98bld::excl_dep        use::iaxis_attr
99bld::excl_dep        use::icontext_attr
100bld::excl_dep        use::idate
101bld::excl_dep        use::idomain_attr
102bld::excl_dep        use::ifield_attr
103bld::excl_dep        use::ifile_attr
104bld::excl_dep        use::ixml_tree
105
106# Don't generate interface files
107bld::tool::geninterface none
108
109# Allow ".inc" as an extension for CPP include files
110bld::infile_ext::inc  CPP::INCLUDE
111
112# extension for module output
113bld::outfile_ext::mod .mod
114bld::tool::SHELL   /bin/bash
Note: See TracBrowser for help on using the repository browser.