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 5489 for branches/UKMO/dev_r5107_hadgem3_cplseq/NEMOGCM/NEMO – NEMO

Ignore:
Timestamp:
2015-06-25T15:50:34+02:00 (9 years ago)
Author:
dancopsey
Message:

Commented out second call to sbc_cpl_alloc as it was already called from within cice_sbc_hadgam and shouldn't be called twice.

File:
1 edited

Legend:

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

    r5477 r5489  
    246246 
    247247      !                                   ! allocate sbccpl arrays 
    248       IF( sbc_cpl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_cpl_alloc : unable to allocate arrays' ) 
     248      !IF( sbc_cpl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_cpl_alloc : unable to allocate arrays' ) 
    249249      
    250250      ! ================================ ! 
Note: See TracChangeset for help on using the changeset viewer.