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 4859 for branches/2014/dev_4728_CNRS04_coupled_interface/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_oasis3.F90 – NEMO

Ignore:
Timestamp:
2014-11-14T21:43:49+01:00 (9 years ago)
Author:
smasson
Message:

dev_4728_CNRS04_coupled_interface: cleaning of the coupling interface for OASIS3-MCT. 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_4728_CNRS04_coupled_interface/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_oasis3.F90

    r4857 r4859  
    4545   INTEGER                    ::   ncomp_id          ! id returned by oasis_init_comp 
    4646   INTEGER                    ::   nerror            ! return error code 
    47 #if defined key_oasis3 
    48    LOGICAL, PUBLIC, PARAMETER ::   lk_cpl = .TRUE.   !: coupled flag 
    49 #else 
    50    LOGICAL, PUBLIC, PARAMETER ::   lk_cpl = .FALSE.  !: coupled flag 
     47#if ! defined key_oasis3 
    5148   ! OASIS Variables not used. defined only for compilation purpose 
    5249   INTEGER                    ::   OASIS_Out         = -1 
Note: See TracChangeset for help on using the changeset viewer.