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

Changeset 5298


Ignore:
Timestamp:
2015-05-27T15:32:32+02:00 (9 years ago)
Author:
dancopsey
Message:

Fixed ifdefs to include oasis3 and oasis3mct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5107_hadgem3_mct/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_oasis3.F90

    r5284 r5298  
    6161   INTEGER                    ::   ncomp_id          ! id returned by oasis_init_comp 
    6262   INTEGER                    ::   nerror            ! return error code 
    63 #if ! defined key_oasis3 
     63#if ! defined key_oasis3 && ! defined key_oasis3mct 
    6464   ! OASIS Variables not used. defined only for compilation purpose 
    6565   INTEGER                    ::   OASIS_Out         = -1 
     
    545545   END SUBROUTINE cpl_finalize 
    546546 
    547 #if ! defined key_oasis3 
     547#if ! defined key_oasis3 && ! defined key_oasis3mct 
    548548 
    549549   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.