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 9679 for branches/UKMO/dev_merge_2017_GC_couple_pkg/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90 – NEMO

Ignore:
Timestamp:
2018-05-29T16:37:04+02:00 (6 years ago)
Author:
dancopsey
Message:

Merge in r8183 version of this branch (dev_r8183_GC_couple_pkg [8730:8734])

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_merge_2017_GC_couple_pkg/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90

    r9677 r9679  
    269269      ENDIF 
    270270      ! 
     271      ! 
     272      ! In coupled mode get extra fields from CICE for passing back to atmosphere 
     273  
     274      IF ( ksbc == jp_purecpl ) CALL cice_sbc_hadgam(nit000) 
     275      !  
    271276   END SUBROUTINE cice_sbc_init 
    272277 
     
    669674      ENDIF 
    670675 
     676      IF( kt == nit000 )  THEN 
     677         IF(lwp) WRITE(numout,*)'cice_sbc_hadgam' 
     678         IF( sbc_cpl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_cpl_alloc : unable to allocate arrays' ) 
     679      ENDIF 
     680 
    671681      !                                         ! =========================== ! 
    672682      !                                         !   Prepare Coupling fields   ! 
Note: See TracChangeset for help on using the changeset viewer.