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

source: branches/dev_005_AWL/NVTK/INSTALL/CONFIG_FILES/BB_make.ldef_GYRE_LOBSTER @ 1804

Last change on this file since 1804 was 1804, checked in by sga, 14 years ago

merge of trunk changes from r1782 to r1802 into NEMO branch dev_005_AWL

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1# $Id$
2#---------------------------------------------------------------------
3#- NEMO SYSTEM : Ocean 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
13MODDIR = $(LIBDIR)
14NEMOLIB := $(shell awk '{ print $$1 }' .config)
15COMP=
16EXPER=
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 = 6
29
30#-
31#- Key options for GYRE+LOBSTER configuration: Analytical forcing ---
32#  Keys have to be written on one single line (does NOT accept "\")
33
34P_P = key_zco key_gyre key_dynspg_flt key_ldfslp key_zdftke key_vectopt_loop key_vectopt_memory key_top key_lobster key_trc_diaadd key_trc_dia3d
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.