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.
Changeset 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

Location:
branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH
Files:
3 deleted
22 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/CMCC/arch-gfortran_athena_xios.fcm

    r4865 r6808  
    2525# USER_INC    complete list of include files 
    2626# USER_LIB    complete list of libraries to pass to the linker 
     27# CC          C compiler used to compile conv for AGRIF 
     28# CFLAGS      compiler flags used with CC 
    2729# 
    2830# Note that: 
     
    5658%USER_INC            %XIOS_INC %NCDF_INC %HDF5_INC 
    5759%USER_LIB            %XIOS_LIB %NCDF_LIB %HDF5_LIB  -lnetcdff -lnetcdf -lstdc++ -lz -lcurl -lgpfs 
     60 
     61%CC                  cc 
     62%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/CMCC/arch-ifort_athena.fcm

    r4865 r6808  
    1313# USER_INC additional include files for the compiler, e.g. -I<include dir> 
    1414# USER_LIB additional libraries to pass to the linker, e.g. -l<library> 
     15# CC          C compiler used to compile conv for AGRIF 
     16# CFLAGS      compiler flags used with CC 
    1517 
    1618 
    17 %NCDF_INC -I$NETCDF/include 
    18 %NCDF_LIB -L$NETCDF/lib -lnetcdf -lnetcdff 
     19%NCDF_INC -I${NETCDF}/include 
     20%NCDF_LIB -L${NETCDF}/lib -lnetcdf -lnetcdff 
    1921%CPP                 cpp 
    2022%FC mpiifort 
     
    2931%USER_INC %NCDF_INC 
    3032%USER_LIB %NCDF_LIB 
     33%CC                  icc 
     34%CFLAGS              -O0 
    3135 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/CMCC/arch-ifort_athena_debug.fcm

    r4865 r6808  
    1313# USER_INC additional include files for the compiler, e.g. -I<include dir> 
    1414# USER_LIB additional libraries to pass to the linker, e.g. -l<library> 
     15# CC          C compiler used to compile conv for AGRIF 
     16# CFLAGS      compiler flags used with CC 
    1517 
    1618 
     
    2931%USER_INC %NCDF_INC 
    3032%USER_LIB %NCDF_LIB 
     33%CC                  icc 
     34%CFLAGS              -O0 
    3135 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/CMCC/arch-ifort_athena_tools.fcm

    r4865 r6808  
    1313# USER_INC additional include files for the compiler, e.g. -I<include dir> 
    1414# USER_LIB additional libraries to pass to the linker, e.g. -l<library> 
     15# CC          C compiler used to compile conv for AGRIF 
     16# CFLAGS      compiler flags used with CC 
    1517 
    1618 
     
    2931%USER_INC %NCDF_INC 
    3032%USER_LIB %NCDF_LIB 
     33%CC                  icc 
     34%CFLAGS              -O0 
    3135 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/CMCC/arch-ifort_athena_xios.fcm

    r4997 r6808  
    2525# USER_INC    complete list of include files 
    2626# USER_LIB    complete list of libraries to pass to the linker 
     27# CC          C compiler used to compile conv for AGRIF 
     28# CFLAGS      compiler flags used with CC 
    2729# 
    2830# Note that: 
     
    3234 
    3335# required modules 
    34 # module load  INTEL/intel_xe_2013 NETCDF/netcdf-4.3_parallel NETCDF/parallel-netcdf-1.3.1 HDF5/hdf5-1.8.11_parallel 
     36# module load  INTEL/intel_xe_2013 NETCDF/netcdf-4.3_parallel_shared NETCDF/parallel-netcdf-1.3.1 HDF5/hdf5-1.8.11_parallel_shared 
    3537 
    3638# Environment variables set by user. Others should automatically define when loading modules. 
    37 # export XIOS=/users/home/models/nemo/xios 
     39#export XIOS=/users/home/models/nemo/xios 
     40#export HDF5=/users/home/opt/hdf5/hdf5-1.8.11_parallel_shared 
     41#export NETCDF=/users/home/opt/netcdf/netcdf-4.3_parallel_shared 
    3842 
    39 %NCDF_INC            -I$NETCDF/include -I$PNETCDF/include 
    40 %NCDF_LIB            -L$NETCDF/lib -lnetcdff -lnetcdf -L$PNETCDF/lib -lpnetcdf 
    41 %HDF5_INC            -I$PHDF5/include 
    42 %HDF5_LIB            -L$PHDF5/lib -lhdf5_hl -lhdf5 
    43 %XIOS_INC            -I$XIOS/inc 
    44 %XIOS_LIB            -L$XIOS/lib -lxios 
     43%NCDF_INC            -I${NETCDF}/include  
     44%NCDF_LIB            -L${NETCDF}/lib -lnetcdff -lnetcdf 
     45%HDF5_INC            -I${HDF5}/include 
     46%HDF5_LIB            -L${HDF5}/lib -lhdf5_hl -lhdf5 
     47%XIOS_INC            -I${XIOS}/inc 
     48%XIOS_LIB            -L${XIOS}/lib -lxios 
    4549%CPP                 cpp 
    4650%FC                  mpiifort 
    47 %FCFLAGS             -r8 -O3 -xHost -fp-model source -traceback 
     51%FCFLAGS             -r8 -O3 -xHost -fp-model source -traceback ${CFLAGS}  
    4852%FFLAGS              %FCFLAGS 
    4953%LD                  mpiifort 
    5054%FPPFLAGS            -P -C -traditional 
    51 %LDFLAGS             -lstdc++ -lz -lgpfs -lcurl 
     55%LDFLAGS             -lstdc++ -lz -lgpfs -lcurl  ${LDFLAGS} 
    5256%AR                  ar  
    5357%ARFLAGS             -r 
     
    5559%USER_INC            %XIOS_INC %NCDF_INC %HDF5_INC 
    5660%USER_LIB            %XIOS_LIB %NCDF_LIB %HDF5_LIB 
     61%CC                  icc 
     62%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/INGV/arch-IBM_EKMAN_INGV.fcm

    r5301 r6808  
    1515# USER_INC    additional include files for the compiler,  e.g. -I<include dir> 
    1616# USER_LIB    additional libraries to pass to the linker, e.g. -l<library> 
     17# CC          C compiler used to compile conv for AGRIF 
     18# CFLAGS      compiler flags used with CC 
    1719 
    1820%NCDF_INC            -I/srv/lib/netcdf-x/include 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/OLD/NOC/arch-ALTIX_NAUTILUS.fcm

    • Property svn:keywords set to Id
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-ALTIX_NAUTILUS_MPT.fcm

    • Property svn:keywords set to Id
    r5385 r6808  
    2424# USER_INC    complete list of include files 
    2525# USER_LIB    complete list of libraries to pass to the linker 
     26# CC          C compiler used to compile conv for AGRIF 
     27# CFLAGS      compiler flags used with CC 
    2628# 
    2729# Note that: 
     
    5860#FCFLAGS             -g -traceback -r8 -O0 -xT -ip -vec-report0 
    5961#FFLAGS              -g -traceback -r8 -O0 -xT -ip -vec-report0 
     62 
     63%CC                  cc 
     64%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-PW7_C2A_XIO.fcm

    r4865 r6808  
    1717# USER_INC    complete list of include files 
    1818# USER_LIB    complete list of libraries to pass to the linker 
     19# CC          C compiler used to compile conv for AGRIF 
     20# CFLAGS      compiler flags used with CC 
    1921# 
    2022# Note that: 
     
    4850%USER_INC            %XIOS_INC %NCDF_INC 
    4951%USER_LIB            %XIOS_LIB %NCDF_LIB %XLF90_LIB 
     52 
     53%CC                  xlc 
     54%CFLAGS              -O -qcpluscmt 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-PW7_METO.fcm

    r5415 r6808  
    1515# USER_INC    additional include files for the compiler,  e.g. -I<include dir> 
    1616# USER_LIB    additional libraries to pass to the linker, e.g. -l<library> 
     17# CC          C compiler used to compile conv for AGRIF 
     18# CFLAGS      compiler flags used with CC 
    1719 
    1820 
     
    2426%FC                  mpxlf90_r 
    2527%FCFLAGS             -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF 
    26 %FFLAGS              -qrealsize=8 -qextname -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF -qfixed 
     28%FFLAGS             -qrealsize=8 -qextname -qsuffix=f=f90 -qarch=pwr7 -qtune=pwr7 -g -O2 -qstrict -qinitauto=7FBFFFFF 
    2729%LD                  mpCC_r 
    2830%LDFLAGS             -lxlf90 -L/projects/um1/lib -lsig -O2 -L MASS 
     
    3335%USER_INC            %NCDF_INC %XIOS_INC 
    3436%USER_LIB            %NCDF_LIB %XIOS_LIB 
     37%CC                  xlc 
     38%CFLAGS              -O -qcpluscmt 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-PW7_MONSOON.fcm

    r5027 r6808  
    1515# USER_INC    additional include files for the compiler,  e.g. -I<include dir> 
    1616# USER_LIB    additional libraries to pass to the linker, e.g. -l<library> 
     17# CC          C compiler used to compile conv for AGRIF 
     18# CFLAGS      compiler flags used with CC 
    1719 
    1820%NCDF_INC            -I/home/dcalve/netcdf/4.1.3_seq/include 
     
    3234%USER_INC            %NCDF_INC %XIOS_INC 
    3335%USER_LIB            %NCDF_LIB %XIOS_LIB 
     36 
     37%CC                  xlc 
     38%CFLAGS              -O -qcpluscmt 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-X64_ADA.fcm

    r5385 r6808  
    2424# USER_INC    complete list of include files 
    2525# USER_LIB    complete list of libraries to pass to the linker 
     26# CC          C compiler used to compile conv for AGRIF 
     27# CFLAGS      compiler flags used with CC 
    2628# 
    2729# Note that: 
     
    5456%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5557%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     58 
     59%CC                  icc 
     60%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-X64_ADA_O0.fcm

    r4990 r6808  
    2424# USER_INC    complete list of include files 
    2525# USER_LIB    complete list of libraries to pass to the linker 
     26# CC          C compiler used to compile conv for AGRIF 
     27# CFLAGS      compiler flags used with CC 
    2628# 
    2729# Note that: 
     
    5355%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5456%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     57 
     58%CC                  icc 
     59%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-X64_CURIE.fcm

    r5407 r6808  
    2424# USER_INC    complete list of include files 
    2525# USER_LIB    complete list of libraries to pass to the linker 
     26# CC          C compiler used to compile conv for AGRIF 
     27# CFLAGS      compiler flags used with CC 
    2628# 
    2729# Note that: 
     
    5860%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5961%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     62 
     63%CC                  cc 
     64%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-X64_MOBILIS.fcm

    r5118 r6808  
    2929# USER_INC    complete list of include files 
    3030# USER_LIB    complete list of libraries to pass to the linker 
     31# CC          C compiler used to compile conv for AGRIF 
     32# CFLAGS      compiler flags used with CC 
    3133# 
    3234# Note that: 
     
    3638%NCDF_HOME           /home/acc/shared 
    3739%HDF5_HOME           /home/acc/shared 
    38 %XIOS_HOME           /home/acc/XIOS_1.0 
     40%XIOS_HOME           /home/acc/XIOS_1.0_r803 
    3941%OASIS_HOME           
    4042 
     
    5860%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5961%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     62 
     63%CC                  icc 
     64%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-X64_VAYU.fcm

    r4865 r6808  
    2424# USER_INC    complete list of include files 
    2525# USER_LIB    complete list of libraries to pass to the linker 
     26# CC          C compiler used to compile conv for AGRIF 
     27# CFLAGS      compiler flags used with CC 
    2628# 
    2729# Note that: 
     
    5355%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5456%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     57 
     58%CC                  cc 
     59%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-X64_YELLOWSTONE.fcm

    r4865 r6808  
    2424# USER_INC    complete list of include files 
    2525# USER_LIB    complete list of libraries to pass to the linker 
     26# CC          C compiler used to compile conv for AGRIF 
     27# CFLAGS      compiler flags used with CC 
    2628# 
    2729# Note that: 
     
    5355%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5456%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     57 
     58%CC                  cc 
     59%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-XC40_METO.fcm

    r5480 r6808  
    2424# USER_INC    complete list of include files 
    2525# USER_LIB    complete list of libraries to pass to the linker 
     26# CC          C compiler used to compile conv for AGRIF 
     27# CFLAGS      compiler flags used with CC 
    2628# 
    2729# Note that: 
     
    3133%NCDF_HOME           /opt/cray/netcdf-hdf5parallel/4.3.2/CRAY/83 
    3234%HDF5_HOME           /opt/cray/hdf5-parallel/1.8.13/CRAY/83 
    33 %XIOS_HOME           /projects/ocean/nemo/xios/xios_1.0_r618_20150619/XIOS 
     35%XIOS_HOME           /projects/ocean/nemo/xios/xios_1.0_r629_20150625/XIOS 
    3436 
    3537%NCDF_INC            -I%NCDF_HOME/include -I%HDF5_HOME/include 
     
    5153%USER_INC            %XIOS_INC 
    5254%USER_LIB            %XIOS_LIB 
     55 
     56%CC                  cc 
     57%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-XC_ARCHER.fcm

    r4865 r6808  
    2424# USER_INC    complete list of include files 
    2525# USER_LIB    complete list of libraries to pass to the linker 
     26# CC          C compiler used to compile conv for AGRIF 
     27# CFLAGS      compiler flags used with CC 
    2628# 
    2729# Note that: 
     
    5759#USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5860#USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     61 
     62%CC                  cc 
     63%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-XC_ARCHER_INTEL.fcm

    r4865 r6808  
    2424# USER_INC    complete list of include files 
    2525# USER_LIB    complete list of libraries to pass to the linker 
     26# CC          C compiler used to compile conv for AGRIF 
     27# CFLAGS      compiler flags used with CC 
    2628# 
    2729# Note that: 
     
    3133%NCDF_HOME           $NETCDF_DIR 
    3234%HDF5_HOME           $HDF5_DIR 
    33 %XIOS_HOME           /work/n01/n01/acc/XIOS_r484 
     35%XIOS_HOME           /work/n01/n01/jdha/ST/xios-1.0 
    3436#OASIS_HOME           
    3537 
     
    4345%CPP               cpp 
    4446%FC                  ftn 
    45 %FCFLAGS             -integer-size 32 -real-size 64 -O3 -fp-model source -zero -fpp -warn all 
    46 %FFLAGS              -integer-size 32 -real-size 64 -O3 -fp-model source -zero -fpp -warn all 
     47%FCFLAGS             -integer-size 32 -real-size 64 -O0 -g -fp-model source -zero -fpp -warn all 
     48%FFLAGS              -integer-size 32 -real-size 64 -O0 -g -fp-model source -zero -fpp -warn all 
    4749%LD                  CC -Wl,"--allow-multiple-definition" 
    4850%FPPFLAGS            -P -C -traditional 
     
    5153%ARFLAGS             -r 
    5254%MK                  gmake 
     55#%USER_INC             %NCDF_INC 
     56#%USER_LIB             %NCDF_LIB 
    5357%USER_INC            %XIOS_INC %NCDF_INC 
    5458%USER_LIB            %XIOS_LIB %NCDF_LIB 
    5559#USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5660#USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     61 
     62%CC                  cc 
     63%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-macport_osx.fcm

    r5407 r6808  
    3333# USER_INC    complete list of include files 
    3434# USER_LIB    complete list of libraries to pass to the linker 
     35# CC          C compiler used to compile conv for AGRIF 
     36# CFLAGS      compiler flags used with CC 
    3537# 
    3638# Note that: 
     
    6264%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    6365%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     66 
     67%CC                  cc 
     68%CFLAGS              -O0 
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/NEMOGCM/ARCH/arch-openmpi_NAVITI_MERCATOR.fcm

    r4865 r6808  
    1313# USER_INC    additional include files for the compiler,  e.g. -I<include dir> 
    1414# USER_LIB    additional libraries to pass to the linker, e.g. -l<library> 
     15# CC          C compiler used to compile conv for AGRIF 
     16# CFLAGS      compiler flags used with CC 
    1517# debug: -g  -check bounds -check uninit -check pointers -traceback 
    1618 
     
    3133%USER_INC            -I$XIOS_INC %NCDF_INC 
    3234%USER_LIB            -L$XIOS_LIB -lxios %NCDF_LIB -lstdc++ 
     35 
     36%CC                  cc 
     37%CFLAGS              -O0 
Note: See TracChangeset for help on using the changeset viewer.