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

Changeset 609


Ignore:
Timestamp:
2007-02-21T09:04:05+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_007 : CT : correct cpp key syntax to avoid messages at compilation process on NEC

Location:
trunk/NEMO/OPA_SRC/SBC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/flxmod.F90

    r604 r609  
    1717#if defined key_oasis3 
    1818   USE cpl_oasis3      ! OASIS3 coupling (to ECHAM5) 
    19 #else if defined key_oasis4 
     19#elif defined key_oasis4 
    2020   USE cpl_oasis4      ! OASIS4 coupling (to ECHAM5) 
    2121#endif 
  • trunk/NEMO/OPA_SRC/SBC/taumod.F90

    r532 r609  
    2020#if defined key_oasis3 
    2121   USE cpl_oasis3      ! OASIS3 coupling (to ECHAM5) 
    22 #else if defined key_oasis4 
     22#elif defined key_oasis4 
    2323   USE cpl_oasis4      ! OASIS4 coupling (to ECHAM5) 
    2424#endif 
Note: See TracChangeset for help on using the changeset viewer.