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

source: utils/build/mk_AGRIF_CMEMS_2020/bld_tools.cfg @ 10449

Last change on this file since 10449 was 7646, checked in by timgraham, 7 years ago

Merge of dev_merge_2016 into trunk. UPDATE TO ARCHFILES NEEDED for XIOS2.
LIM_SRC_s/limrhg.F90 to follow in next commit due to change of kind (I'm unable to do it in this commit).
Merged using the following steps:

1) svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk .
2) Resolve minor conflicts in sette.sh and namelist_cfg for ORCA2LIM3 (due to a change in trunk after branch was created)
3) svn commit
4) svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
5) svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2016/dev_merge_2016 .
6) At this stage I checked out a clean copy of the branch to compare against what is about to be committed to the trunk.
6) svn commit #Commit code to the trunk

In this commit I have also reverted a change to Fcheck_archfile.sh which was causing problems on the Paris machine.

  • Property svn:keywords set to Id
File size: 1.3 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::nemo                 $TOOLS_DIR/$NEW_CONF/src
15
16dir::root            $NEMO_TDIR/$NEW_CONF/BLD
17
18bld::tool::cpp       %CPP
19bld::tool::fpp       %CPP
20bld::tool::fc        %FC 
21bld::tool::fflags    %FCFLAGS %USER_INC
22bld::tool::ld        %LD
23bld::tool::ldflags   %LDFLAGS %USER_LIB
24bld::tool::ar        %AR
25bld::tool::arflags   %ARFLAGS
26bld::tool::make      %MK
27
28# Ignore the following dependencies
29bld::excl_dep        inc::netcdf.inc
30bld::excl_dep        use::netcdf
31bld::excl_dep        use::xios
32bld::excl_dep        h::netcdf.inc
33bld::excl_dep        h::mpif.h
34bld::excl_dep        inc::mpif.h
35bld::excl_dep        use::mpi
36
37# Don't generate interface files
38bld::tool::geninterface none
39
40# Allow ".h90" as an extension for CPP include files
41bld::infile_ext::h90  CPP::INCLUDE
42
43# extension for module output
44bld::outfile_ext::mod .mod
45
46# rename executable to nemo.exe
47bld::exe_name::model  nemo.exe
Note: See TracBrowser for help on using the repository browser.