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/ORCA2_LIM/scripts – NEMO

source: trunk/CONFIG/ORCA2_LIM/scripts/BB_make.ldef @ 891

Last change on this file since 891 was 891, checked in by ctlod, 16 years ago

change cpp keys name related to the Surface Module and LIM 3.0, see ticket: #113

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 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)/oce/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)/oce/libsxopa.a
22#-Q- eshpux SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
23OASISMPI2_LIB =
24LIBMPI  =
25LIBMP   =
26EXEC_BIN = ../../../bin/opa
27
28#-
29#- Key options for OPA ocean model + LIM sea ice model : ORCA_R2 - FORCED (CLIO)
30#  Keys have to be written on one single line (does NOT accept "\")
31
32P_P = key_trabbl_dif key_vectopt_loop key_vectopt_memory key_orca_r2 key_lim2 key_dynspg_flt key_diaeiv key_ldfslp key_traldf_c2d key_traldf_eiv key_dynldf_c3d key_dtatem key_dtasal key_tradmp key_trabbc key_zdftke key_zdfddm
33
34#-
35#- Prefix for preprocessing ---
36#-Q- sx8mercure prefix = -D
37#-Q- sx8brodie prefix = -D
38#-Q- eshpux prefix = -D
39#-Q- sxdkrz prefix = -D
40#-Q- linux  prefix = -D
41#-Q- lxiv7  prefix = -D
42#-Q- lxiv8  prefix = -D
43#-Q- g95    prefix = -D
44#-Q- aix    prefix = -WF,-D
45#-Q- osxxlf prefix = -WF,-D
46
Note: See TracBrowser for help on using the repository browser.