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 6546 for branches/UKMO/dev_r5518_MO_couple_package/NEMOGCM/NEMO/OPA_SRC/SBC/cpl_oasis3.F90 – NEMO

Ignore:
Timestamp:
2016-05-17T16:20:29+02:00 (8 years ago)
Author:
frrh
Message:

Commit final changes relating to manual addition of relevant code
from fcm:NEMO.xm/branches/UKMO/dev_r5107_hadgem3_mct@6355.

Note this is a subset of the total changnes... I have ecluded those which
have become or appear redundant or unnecessary.

This version bit compares with the original.

File:
1 edited

Legend:

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

    r6545 r6546  
    8282 
    8383   REAL(wp), DIMENSION(:,:), ALLOCATABLE ::   exfld   ! Temporary buffer for receiving 
    84  
     84   INTEGER, PUBLIC :: localComm  
    8585   !!---------------------------------------------------------------------- 
    8686   !! NEMO/OPA 3.3 , NEMO Consortium (2010) 
     
    120120      IF ( nerror /= OASIS_Ok ) & 
    121121         CALL oasis_abort (ncomp_id, 'cpl_init','Failure in oasis_get_localcomm' ) 
     122      localComm = kl_comm  
    122123      ! 
    123124   END SUBROUTINE cpl_init 
     
    463464         CALL oasis_get_freqs(id, mop, 1, itmp, info) 
    464465#else 
    465          CALL oasis_get_freqs(id,      1, itmp, info) 
    466 #endif 
    467          cpl_freq = itmp(1) 
     466!         CALL oasis_get_freqs(id,      1, itmp, info) 
     467#endif 
     468          cpl_freq = itmp(1) 
     469 
     470#if defined key_oasis3 
     471         cpl_freq = namflddti( id ) 
     472#endif 
    468473      ENDIF 
    469474      ! 
Note: See TracChangeset for help on using the changeset viewer.