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 trunk/NEMOGCM/ARCH – NEMO

source: trunk/NEMOGCM/ARCH/arch-PW7_METO.fcm @ 5453

Last change on this file since 5453 was 5415, checked in by hadcv, 9 years ago

Final commits for CF compliance development.

  • Add cell area output (under ln_cfmeta)
  • Add depth bounds
  • Update Met Office ARCH file to use XIOS-1.0 r618
  • Remove current XIOS domain definition for scalar variables (a zoom of the T grid) and go back to the one defined in iom.F90
  • Add new scalar variable XIOS domain definition with coordinates that better represent collapsed global coordinates
  • Rewrite the grid bounds code in iom.F90 to allocate less memory.
File size: 1.6 KB
RevLine 
[4245]1# IBM POWER7  UKMO
[3834]2# NCDF_INC    netcdf include file
3# NCDF_LIB    netcdf library
[4245]4# XIOS_INC    XIOS include files
5# XIOS_LIB    XIOS library
[3834]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
[5415]19%NCDF_INC            -I/home/cr/ocean/hadcv/netcdf/4.1.3_par/include
20%NCDF_LIB            -L/home/cr/ocean/hadcv/netcdf/4.1.3_par/lib -lnetcdf -lnetcdff -lhdf5 -lhdf5_hl -lhdf5_fortran -lz
21%XIOS_INC            -I/home/cr/ocean/hadcv/xios_lib/par/r618/xios/inc
22%XIOS_LIB            -L/home/cr/ocean/hadcv/xios_lib/par/r618/xios/lib -lxios
[4865]23%CPP               cpp
[3834]24%FC                  mpxlf90_r
[4377]25%FCFLAGS             -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF
[4791]26%FFLAGS              -qrealsize=8 -qextname -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF -qfixed
[4050]27%LD                  mpCC_r
[4377]28%LDFLAGS             -lxlf90 -L/projects/um1/lib -lsig -O2 -L MASS
[3834]29%FPPFLAGS            -E -P -traditional -I/opt/ibmhpc/pecurrent/ppe.poe/include -I/usr/lpp/ppe.poe/include/thread64
30%AR                  ar
31%ARFLAGS             rs
32%MK                  gmake
[4245]33%USER_INC            %NCDF_INC %XIOS_INC
34%USER_LIB            %NCDF_LIB %XIOS_LIB
Note: See TracBrowser for help on using the repository browser.