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

Changeset 5297


Ignore:
Timestamp:
2015-05-27T12:54:43+02:00 (9 years ago)
Author:
dancopsey
Message:

Moved call to mod_oasis to avoid conflict with branch dev_r5021_UKMO1_CICE_coupling

File:
1 edited

Legend:

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

    r5284 r5297  
    4141   USE timing          ! Timing 
    4242   USE lbclnk          ! ocean lateral boundary conditions (or mpp link) 
     43#if defined key_oasis3 || defined key_oasis3mct 
     44   USE mod_oasis                    ! OASIS3-MCT module 
     45#endif 
    4346#if defined key_cpl_carbon_cycle 
    4447   USE p4zflx, ONLY : oce_co2 
     
    4750   USE ice_domain_size, only: ncat 
    4851#endif 
    49  
    50 #if defined key_oasis3 || defined key_oasis3mct 
    51    USE mod_oasis                    ! OASIS3-MCT module 
    52 #endif 
    53  
    5452   IMPLICIT NONE 
    5553   PRIVATE 
Note: See TracChangeset for help on using the changeset viewer.