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_ZAGRIF in branches/DEV_r1784_mid_year_merge_2010/NVTK/INSTALL/CONFIG_FILES – NEMO

source: branches/DEV_r1784_mid_year_merge_2010/NVTK/INSTALL/CONFIG_FILES/BB_make.ldef_ZAGRIF @ 1953

Last change on this file since 1953 was 1953, checked in by acc, 14 years ago

ticket #684 step 3: Add in changes from the trunk between revisions 1784 and 1821. No conflicts so far

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1# $Id$
2#----------------------------------------------------------------------
3#- NEMO SYSTEM : Ocean model + Sea Ice Model   (BB_make.ldef in scripts)
4#----------------------------------------------------------------------
5SHELL = /bin/sh
6#-
7#-Q- t3e     #--- Please use gmake instead of make
8#-Q- fjvpp   #--- Please use gmake instead of make
9
10#-
11#- Define the libraries ---
12LIBDIR = ../../../lib
13NEMOLIB := $(shell awk '{ print $$1 }' .config)
14COMP=
15EXPER=
16MODDIR = $(LIBDIR)
17MODEL_LIB = $(LIBDIR)/oce_$(NEMOLIB)/$(COMP)
18IOIPSL_LIB = $(LIBDIR)/libioipsl.a
19#-Q- sxdkrz IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
20AGRIF_LIB = $(LIBDIR)/libagrif.a
21#-Q- sxdkrz AGRIF_LIB = $(LIBDIR)/libsxagrif.a
22SXMODEL_LIB = $(MODEL_LIB)
23#-Q- sxdkrz SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
24OASISMPI2_LIB =
25LIBMPI  =
26LIBMP   =
27EXEC_BIN = ../../../bin/opa_$(NEMOLIB)_$(COMP)_$(EXPER)
28NBPRC = 1
29
30#-
31#- Key options for OPA ocean model + LIM sea ice model : ORCA_R2 - FORCED (CLIO)
32#  Keys have to be written on one single line (does NOT accept "\")
33
34P_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_trabbc key_zdftke key_zdfddm key_agrif
35
36#-
37#- Prefix for preprocessing ---
38#-Q- sx8mercure prefix = -D
39#-Q- sx8brodie prefix = -D
40#-Q- es2 prefix = -D
41#-Q- sxdkrz prefix = -D
42#-Q- linux  prefix = -D
43#-Q- lxiv7  prefix = -D
44#-Q- lxiv8  prefix = -D
45#-Q- g95    prefix = -D
46#-Q- gfortran  prefix = -D
47#-Q- aix6    prefix = -WF,-D
48#-Q- babel  prefix = -WF,-D
49#-Q- osxxlf prefix = -WF,-D
50
Note: See TracBrowser for help on using the repository browser.