Last change
on this file since 529 was
515,
checked in by aclsce, 16 years ago
|
Modifications for IPSLCM5 configuration :
- Put cpp key as argument of gmake command for nemo compilation
- Added ORCA2xLMD9695 resolution
- Changed some names of coupling variables
|
File size:
825 bytes
|
Line | |
---|
1 | # $Id$ |
---|
2 | #--------------------------------------------------------------------- |
---|
3 | #- NEMO : Ocean model + Sea Ice Model |
---|
4 | #--------------------------------------------------------------------- |
---|
5 | SHELL = /bin/sh |
---|
6 | LIBDIR = ../../../lib |
---|
7 | MODDIR = $(LIBDIR) |
---|
8 | MODEL_LIB = $(LIBDIR)/libopa.a |
---|
9 | IOIPSL_LIB = $(LIBDIR)/libioipsl.a |
---|
10 | #-Q- eshpux IOIPSL_LIB = $(LIBDIR)/libsxioipsl.a |
---|
11 | SXMODEL_LIB = $(MODEL_LIB) |
---|
12 | #-Q- eshpux SXMODEL_LIB = $(LIBDIR)/libsxopa.a |
---|
13 | LIBMPI = |
---|
14 | LIBMP = |
---|
15 | USER_INC = |
---|
16 | USER_LIB = |
---|
17 | EXEC_BIN = ../../../bin/opa |
---|
18 | #- |
---|
19 | #- Prefix for preprocessing --- |
---|
20 | #-Q- platine prefix = -Wp,-D |
---|
21 | #-Q- sx8mercure prefix = -D |
---|
22 | #-Q- sx8brodie prefix = -D |
---|
23 | #-Q- eshpux prefix = -D |
---|
24 | #-Q- sxdkrz prefix = -D |
---|
25 | #-Q- linux prefix = -D |
---|
26 | #-Q- lxiv7 prefix = -D |
---|
27 | #-Q- lxiv8 prefix = -D |
---|
28 | #-Q- g95 prefix = -D |
---|
29 | #-Q- aix prefix = -WF,-D |
---|
30 | #-Q- osxxlf prefix = -WF,-D |
---|
31 | |
---|
Note: See
TracBrowser
for help on using the repository browser.