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 5682 for branches/2015/dev_r5072_UKMO2_OBS_simplification/NEMOGCM/ARCH/arch-X64_ADA.fcm – NEMO

Ignore:
Timestamp:
2015-08-12T17:46:45+02:00 (9 years ago)
Author:
mattmartin
Message:

OBS simplification changes committed to branch after running SETTE tests to make sure we get the same results as the trunk for ORCA2_LIM_OBS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5072_UKMO2_OBS_simplification/NEMOGCM/ARCH/arch-X64_ADA.fcm

    r4990 r5682  
    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: 
     
    3234%HDF5_HOME           /smplocal/pub/HDF5/1.8.9/par 
    3335%XIOS_HOME           $WORKDIR/XIOS 
    34 %OASIS_HOME          /not/yet/defined 
     36####%OASIS_HOME          $WORKDIR/oasis3-mct/BLD 
     37%OASIS_HOME          /not/defined 
    3538 
    3639%NCDF_INC            -I%NCDF_HOME/include  
     
    5356%USER_INC            %XIOS_INC %OASIS_INC %NCDF_INC 
    5457%USER_LIB            %XIOS_LIB %OASIS_LIB %NCDF_LIB 
     58 
     59%CC                  icc 
     60%CFLAGS              -O0 
Note: See TracChangeset for help on using the changeset viewer.