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 2808 for branches/2011/dev_r2787_NOCS_NEPTUNE/NEMOGCM/ARCH/arch-ALTIX_NAUTILUS4.fcm – NEMO

Ignore:
Timestamp:
2011-07-20T17:34:39+02:00 (13 years ago)
Author:
acc
Message:

Corrected version of simplified harmonic Neptune effect.
This version runs OK in ORCA2 and ORCA1 configurations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2787_NOCS_NEPTUNE/NEMOGCM/ARCH/arch-ALTIX_NAUTILUS4.fcm

    r2364 r2808  
    2222# Note use of -Bstatic because the library root directories are not accessible to the back-end compute nodes 
    2323%NCDF_LIB            -L%HDF5_HOME/lib -L%NCDF_HOME/lib -Bstatic -lnetcdf -lhdf5_fortran -lhdf5_hl -lhdf5 -Bdynamic -lz 
    24 %FC                  mpif90 
     24%FC                  ifort 
    2525%FCFLAGS             -r8 -O3 -xT -ip -vec-report0 
    2626%FFLAGS              -r8 -O3 -xT -ip -vec-report0 
    27 %LD                  mpif90 
     27%LD                  ifort 
    2828%FPPFLAGS            -P -C -traditional 
    29 %LDFLAGS 
     29%LDFLAGS             -lmpi 
    3030%AR                  ar  
    3131%ARFLAGS             -r 
Note: See TracChangeset for help on using the changeset viewer.