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_nesting.cfg in utils/build/mk_AGRIF_CMEMS_2020 – NEMO

source: utils/build/mk_AGRIF_CMEMS_2020/bld_nesting.cfg @ 10085

Last change on this file since 10085 was 10085, checked in by rblod, 6 years ago

Compilation for NESTING_AGRIF

File size: 1.6 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_tools.fcm
11
12search_src           1
13
14src::agrif                $MAIN_DIR/ext/AGRIF/AGRIF_FILES
15src::nemo                 $TOOLS_DIR/$NEW_CONF/src
16
17#bld::target  nemo.exe
18bld::exe_dep
19
20dir::root                 $NEMO_TDIR/$NEW_CONF/BLD
21
22bld::tool::cpp       %CPP
23bld::tool::fpp       %CPP
24bld::tool::fc        %FC 
25bld::tool::fflags    %FCFLAGS %USER_INC
26bld::tool::ld        %LD
27bld::tool::ldflags   %LDFLAGS %USER_LIB
28bld::tool::ar        %AR
29bld::tool::arflags   %ARFLAGS
30bld::tool::make      %MK
31
32# Pre-process code before analysing dependencies
33bld::pp::agrif    1
34bld::pp::nemo     1
35bld::tool::fppkeys
36bld::tool::fppflags::agrif -P -traditional
37bld::tool::fppflags::nemo %FPPFLAGS -I$TOOLS_DIR/$NEW_CONF/NEMOFILES/inc
38
39# Ignore the following dependencies
40bld::excl_dep        inc::netcdf.inc
41bld::excl_dep        use::netcdf
42bld::excl_dep        h::netcdf.inc
43bld::excl_dep        h::mpif.h
44bld::excl_dep        inc::mpif.h
45bld::excl_dep        use::mpi
46# Don't generate interface files
47bld::tool::geninterface none
48
49# Allow ".h90" as an extension for CPP include files
50bld::infile_ext::h90  CPP::INCLUDE
51bld::infile_ext::f90  FPP::FPP9X::SOURCE
52
53# extension for module output
54bld::outfile_ext::mod .mod
55
56# rename executable to nemo.exe
57#bld::exe_name::model  nemo.exe
Note: See TracBrowser for help on using the repository browser.