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

Ignore:
Timestamp:
2017-12-01T14:51:50+01:00 (6 years ago)
Author:
frrh
Message:

Merge in http://fcm3/projects/NEMO.xm/log/branches/UKMO/dev_r8183_GC_couple_pkg
revisions 8731:8734 inclusive

File:
1 edited

Legend:

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

    r8877 r8878  
    286286      CALL wrk_dealloc( jpi,jpj, ztmp1, ztmp2 ) 
    287287      ! 
     288      ! In coupled mode get extra fields from CICE for passing back to atmosphere 
     289  
     290      IF ( ksbc == jp_purecpl ) CALL cice_sbc_hadgam(nit000) 
     291      !  
    288292      IF( nn_timing == 1 )  CALL timing_stop('cice_sbc_init') 
    289293      ! 
     
    708712      IF( nn_timing == 1 )  CALL timing_start('cice_sbc_hadgam') 
    709713      ! 
    710       IF( kt == nit000 )  THEN 
    711          IF(lwp) WRITE(numout,*)'cice_sbc_hadgam' 
    712          IF( sbc_cpl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_cpl_alloc : unable to allocate arrays' ) 
    713       ENDIF 
    714  
    715714      !                                         ! =========================== ! 
    716715      !                                         !   Prepare Coupling fields   ! 
Note: See TracChangeset for help on using the changeset viewer.