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 trunk/CONFIG/GYRE/scripts – NEMO

source: trunk/CONFIG/GYRE/scripts/BB_make.ldef @ 395

Last change on this file since 395 was 395, checked in by opalod, 18 years ago

RB:nemo_v1_update_038: first integration of Agrif :

  • update BB_make
  • in BB_make.ldef, change cpp key specification in a generic one
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1#---------------------------------------------------------------------
2#- NEMO SYSTEM : Ocean 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)/oce/libopa.a
14IOIPSL_LIB = $(LIBDIR)/libioipsl.a
15#-Q- sxnec  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
16#-Q- sx6nec  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
17#-Q- sxdkrz  IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
18AGRIF_LIB = $(LIBDIR)/libagrif.a
19#-Q- sxnec  AGRIF_LIB = $(LIBDIR)/libsxagrif.a
20#-Q- sx6nec AGRIF_LIB = $(LIBDIR)/libsxagrif.a
21#-Q- sxdkrc AGRIF_LIB = $(LIBDIR)/libsxagrif.a
22SXMODEL_LIB = $(MODEL_LIB)
23#-Q- sxnec  SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
24#-Q- sx6nec  SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
25#-Q- sxdkrz  SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
26OASISMPI2_LIB =
27LIBMPI  =
28LIBMP   =
29EXEC_BIN = ../../../bin/opa
30
31#-
32#- Key options for GYRE ocean configuration: Analytical forcing ---
33#  Keys have to be written on one single line (does NOT accept "\")
34
35P_P = key_gyre key_dynspg_flt key_ldfslp key_zdftke key_vectopt_loop key_vectopt_memory   
36
37#-
38#- Prefix for preprocessing ---
39#-Q- sxnec  prefix = -Wp,-D
40#-Q- sx6nec prefix = -Wp,-D
41#-Q- eshpux prefix = -Wp,-D
42#-Q- sxdkrz prefix = -Wp,-D
43#-Q- linux  prefix = -D
44#-Q- lxiv7  prefix = -D
45#-Q- lxiv8  prefix = -D
46#-Q- g95    prefix = -D
47#-Q- aix    prefix = -WF,-D
48#-Q- osxxlf prefix = -WF,-D
49
Note: See TracBrowser for help on using the repository browser.