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.
bldxag.cfg in branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/TOOLS/COMPILE – NEMO

source: branches/UKMO/dev_merge_2017_restart_datestamp_GO6_mixing/NEMOGCM/TOOLS/COMPILE/bldxag.cfg @ 9496

Last change on this file since 9496 was 9496, checked in by davestorkey, 6 years ago

UKMO/branches/dev_merge_2017_restart_datestamp_GO6_mixing : clear SVN keywords.

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