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.
BB_make.ldef in branches/TAM_V3_2_2/CONFIG/ORCA2_TAM/scripts – NEMO

source: branches/TAM_V3_2_2/CONFIG/ORCA2_TAM/scripts/BB_make.ldef @ 3653

Last change on this file since 3653 was 2578, checked in by rblod, 13 years ago

first import of NEMOTAM 3.2.2

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1#----------------------------------------------------------------------
2#- NEMO SYSTEM : Ocean model + Sea Ice Model   (BB_make.ldef in scripts)
3#----------------------------------------------------------------------
4SHELL = /bin/sh
5#-
6#-Q- t3e     #--- Please use gmake instead of make
7#-Q- fjvpp   #--- Please use gmake instead of make
8
9#-
10#- Define the libraries ---
11LIBDIR = ../../../lib
12MODDIR = $(LIBDIR)
13MODEL_LIB = $(LIBDIR)/ocetam/libopa.a
14IOIPSL_LIB = $(LIBDIR)/libioipsl.a
15#-Q- sxdkrz IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
16#-Q- eshpux IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
17AGRIF_LIB = $(LIBDIR)/libagrif.a
18#-Q- sxdkrz AGRIF_LIB = $(LIBDIR)/libsxagrif.a
19#-Q- eshpux AGRIF_LIB = $(LIBDIR)/libsxagrif.a
20SXMODEL_LIB = $(MODEL_LIB)
21#-Q- sxdkrz SXMODEL_LIB = $(LIBDIR)/ocetam/libsxopa.a
22#-Q- eshpux SXMODEL_LIB = $(LIBDIR)/ocetam/libsxopa.a
23OASISMPI2_LIB =
24LIBMPI  =
25LIBMP   =
26EXEC_BIN = ../../../bin/opatam
27
28#-
29#- Key options for OPA ocean model : ORCA_R2 - FORCED
30#  Keys have to be written on one single line (does NOT accept "\")
31
32P_P=key_orca_r2 \
33key_trabbl_dif \
34key_dynspg_flt \
35key_ldfslp  \
36key_traldf_c2d \
37key_traldf_eiv \
38key_dynldf_c3d \
39key_tradmp \
40key_dtatem \
41key_dtasal \
42key_trabbc \
43key_zdftke \
44key_zdfddm \
45key_diahth \
46key_tam
47
48#-
49#- Prefix for preprocessing ---
50prefix = -D
51#-Q- sx8mercure prefix = -D
52#-Q- sx8brodie prefix = -D
53#-Q- eshpux prefix = -D
54#-Q- sxdkrz prefix = -D
55#-Q- linux  prefix = -D
56#-Q- lxiv7  prefix = -D
57#-Q- lxiv8  prefix = -D
58#-Q- g95    prefix = -D
59#-Q- gfortran  prefix = -D
60#-Q- aix    prefix = -WF,-D
61#-Q- babel  prefix = -WF,-D
62#-Q- osxxlf prefix = -WF,-D
63
Note: See TracBrowser for help on using the repository browser.