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 599 – NEMO

Changeset 599


Ignore:
Timestamp:
2007-02-20T15:21:07+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_007 : CT : correct cpp key syntax (key_oasis3, key_oasis4) to avoid messages at compilation process on NEC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/opa.F90

    r554 r599  
    7171#if defined key_oasis3 
    7272   USE cpl_oasis3      ! OASIS3 coupling (to ECHAM5) 
    73 #else if defined key_oasis4 
     73#elif defined key_oasis4 
    7474   USE cpl_oasis4      ! OASIS4 coupling (to ECHAM5) 
    7575#endif 
     
    211211      READ  ( numnam, namctl ) 
    212212 
    213 #ifdef key_oasis3 || defined key_oasis4 
     213#if defined key_oasis3 || defined key_oasis4 
    214214      call cpl_prism_init(localComm) 
    215215      ! Nodes selection 
Note: See TracChangeset for help on using the changeset viewer.