New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
bld.cfg in branches/UKMO/r6232_tracer_advection/NEMOGCM/TOOLS/COMPILE – NEMO

source: branches/UKMO/r6232_tracer_advection/NEMOGCM/TOOLS/COMPILE/bld.cfg

Last change on this file was 9295, checked in by jcastill, 6 years ago

Remove svn keywords

File size: 2.0 KB
RevLine 
[1972]1# ----------------------- FCM extract configuration file -----------------------
2cfg::type                           bld
3cfg::version                        1.0
4
5
6# ------------------------------------------------------------------------------
7# Build information
8# ------------------------------------------------------------------------------
9
[2136]10inc $COMPIL_DIR/arch_nemo.fcm
11inc $COMPIL_DIR/cpp.fcm
[1972]12
[2014]13search_src           1
[2011]14
15src::ioipsl               $MAIN_DIR/EXTERNAL/IOIPSL/src
[1972]16src::agrif                $MAIN_DIR/EXTERNAL/AGRIF/AGRIF_FILES
[3680]17src::nemo                 $CONFIG_DIR/$NEW_CONF/OPAFILES/obj
[1972]18
[3695]19bld::target  nemo.exe
[2178]20bld::exe_dep
[1972]21
[2012]22
[1972]23dir::root            $NEMO_TDIR/$NEW_CONF/BLD
24
25
[4865]26bld::tool::cpp       %CPP
27bld::tool::fpp       %CPP
[1972]28bld::tool::fc        %FC 
[2036]29bld::tool::fflags    %FCFLAGS %USER_INC
30bld::tool::fflags::agrif   %FFLAGS %USER_INC
[1972]31bld::tool::ld        %LD
[2036]32bld::tool::ldflags   %LDFLAGS %USER_LIB
[1972]33bld::tool::ar        %AR
34bld::tool::arflags   %ARFLAGS
[1987]35bld::tool::make      %MK
[1972]36
37# Pre-process code before analysing dependencies
[2011]38bld::pp::ioipsl   1
39bld::pp::nemo     1
40bld::pp::agrif    1
[3680]41bld::tool::fppflags::nemo      %FPPFLAGS -I$CONFIG_DIR/$NEW_CONF/OPAFILES/inc
42bld::tool::fppflags::ioipsl    %FPPFLAGS
[6204]43bld::tool::fppflags::agrif     %FPPFLAGS -include ${MAIN_DIR}/EXTERNAL/AGRIF/nemo_mpi.h
[1972]44
45# Ignore the following dependencies
46bld::excl_dep        inc::netcdf.inc
[2011]47bld::excl_dep        inc::VT.inc
[1972]48bld::excl_dep        use::netcdf
[3695]49bld::excl_dep        use::xios
[1972]50bld::excl_dep        h::netcdf.inc
51bld::excl_dep        h::mpif.h
52bld::excl_dep        inc::mpif.h
[2011]53bld::excl_dep        inc::mpe_logf.h
54bld::excl_dep        use::mpi
[4990]55bld::excl_dep        use::mod_oasis
[1972]56bld::excl_dep        use::mkl_dfti
57# Don't generate interface files
58bld::tool::geninterface none
59
60# Allow ".h90" as an extension for CPP include files
61bld::infile_ext::h90  CPP::INCLUDE
[3680]62bld::infile_ext::f90  FPP::FPP9X::SOURCE
[1972]63
64# extension for module output
65bld::outfile_ext::mod .mod
66
67# rename executable to nemo.exe
[3695]68bld::exe_name::model  nemo.exe
Note: See TracBrowser for help on using the repository browser.