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_ORCA2_LIM in trunk/NVTK/INSTALL/CONFIG_FILES – NEMO

source: trunk/NVTK/INSTALL/CONFIG_FILES/BB_make.ldef_ORCA2_LIM @ 1297

Last change on this file since 1297 was 1297, checked in by ctlod, 15 years ago

updates NVTK scripts for IBM SP6 named aix6 and to the new nemo_v3_1 release, see ticket: #325

  • 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=
15MODDIR = $(LIBDIR)
16MODEL_LIB = $(LIBDIR)/oce_$(NEMOLIB)/$(COMP)
17IOIPSL_LIB = $(LIBDIR)/libioipsl.a
18#-Q- sxdkrz IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a
19AGRIF_LIB = $(LIBDIR)/libagrif.a
20#-Q- sxdkrz AGRIF_LIB = $(LIBDIR)/libsxagrif.a
21SXMODEL_LIB = $(MODEL_LIB)
22#-Q- sxdkrz SXMODEL_LIB = $(LIBDIR)/oce/libsxopa.a
23OASISMPI2_LIB =
24LIBMPI  =
25LIBMP   =
26EXEC_BIN = ../../../bin/opa_$(NEMOLIB)_$(COMP)
27NBPRC = 6
28
29#-
30#- Key options for OPA ocean model + LIM sea ice model : ORCA_R2 - FORCED (CLIO)
31#  Keys have to be written on one single line (does NOT accept "\")
32
33P_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
34
35#-
36#- Prefix for preprocessing ---
37#-Q- sx8mercure prefix = -D
38#-Q- sx8brodie prefix = -D
39#-Q- eshpux prefix = -D
40#-Q- sxdkrz prefix = -D
41#-Q- linux  prefix = -D
42#-Q- lxiv7  prefix = -D
43#-Q- lxiv8  prefix = -D
44#-Q- g95    prefix = -D
45#-Q- gfortran  prefix = -D
46#-Q- aix6    prefix = -WF,-D
47#-Q- ax6_mono    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.