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.
arch-PW7_METO.fcm in branches/2014/dev_r4650_UKMO14.11_SETTE_OBSASM/NEMOGCM/ARCH – NEMO

source: branches/2014/dev_r4650_UKMO14.11_SETTE_OBSASM/NEMOGCM/ARCH/arch-PW7_METO.fcm @ 4751

Last change on this file since 4751 was 4751, checked in by djlea, 10 years ago

Changes to include an OBS test in SETTE. At the moment this uses an example profile observation.

File size: 1.6 KB
Line 
1# IBM POWER7  UKMO
2# NCDF_INC    netcdf include file
3# NCDF_LIB    netcdf library
4# XIOS_INC    XIOS include files
5# XIOS_LIB    XIOS library
6# FC          Fortran compiler command
7# FCFLAGS     Fortran compiler flags
8# FFLAGS      Fortran 77 compiler flags
9# LD          linker
10# LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
11# FPPFLAGS    pre-processing flags
12# AR          assembler
13# ARFLAGS     assembler flags
14# MK          make
15# USER_INC    additional include files for the compiler,  e.g. -I<include dir>
16# USER_LIB    additional libraries to pass to the linker, e.g. -l<library>
17
18
19%NCDF_INC            -I/home/cr/ocean/hadcv/netcdf/4.1.3_seq/include
20%NCDF_LIB            -L/home/cr/ocean/hadcv/netcdf/4.1.3_seq/lib -lnetcdf -lnetcdff -lhdf5 -lhdf5_hl -lhdf5_fortran -lz
21%XIOS_INC            -I/data/nwp/ofrd/share/NEMO/xios_lib/seq/xios_r451/inc
22%XIOS_LIB            -L/data/nwp/ofrd/share/NEMO/xios_lib/seq/xios_r451/lib -lxios
23%FC                  mpxlf90_r
24%FCFLAGS             -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF
25%FFLAGS              -qrealsize=8 -qextname -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF -qfixed
26%LD                  mpCC_r
27%LDFLAGS             -lxlf90 -L/projects/um1/lib -lsig -O2 -L MASS
28%FPPFLAGS            -E -P -traditional -I/opt/ibmhpc/pecurrent/ppe.poe/include -I/usr/lpp/ppe.poe/include/thread64
29%AR                  ar
30%ARFLAGS             rs
31%MK                  gmake
32%USER_INC            %NCDF_INC %XIOS_INC
33%USER_LIB            %NCDF_LIB %XIOS_LIB
Note: See TracBrowser for help on using the repository browser.