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

Ignore:
Timestamp:
2016-10-27T13:30:10+02:00 (7 years ago)
Author:
jcastill
Message:

Version as in UKMO/dev_r5107_hadgem3_cplseq@5646

File:
1 edited

Legend:

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

    r7131 r7134  
    288288      CALL wrk_dealloc( jpi,jpj, ztmp1, ztmp2 ) 
    289289      ! 
     290      ! In coupled mode get extra fields from CICE for passing back to atmosphere  
     291      IF ( ksbc == jp_purecpl ) CALL cice_sbc_hadgam(nit000)  
     292      !   
    290293      IF( nn_timing == 1 )  CALL timing_stop('cice_sbc_init') 
    291294      ! 
     
    710713      IF( nn_timing == 1 )  CALL timing_start('cice_sbc_hadgam') 
    711714      ! 
    712       IF( kt == nit000 )  THEN 
    713          IF(lwp) WRITE(numout,*)'cice_sbc_hadgam' 
    714          IF( sbc_cpl_alloc() /= 0 )   CALL ctl_stop( 'STOP', 'sbc_cpl_alloc : unable to allocate arrays' ) 
    715       ENDIF 
    716  
    717715      !                                         ! =========================== ! 
    718716      !                                         !   Prepare Coupling fields   ! 
Note: See TracChangeset for help on using the changeset viewer.