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

Ignore:
Timestamp:
2015-06-24T16:35:45+02:00 (9 years ago)
Author:
cguiavarch
Message:

Changes for sequence of coupling calls in HadGEM3.

File:
1 edited

Legend:

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

    r4990 r5479  
    280280  
    281281      CALL wrk_dealloc( jpi,jpj, ztmp1, ztmp2 ) 
    282       ! 
     282      ! In coupled mode get extra fields from CICE for passing back to atmosphere 
     283  
     284      IF ( nsbc == 5 ) CALL cice_sbc_hadgam(nit000) 
     285      !  
    283286      IF( nn_timing == 1 )  CALL timing_stop('cice_sbc_init') 
    284287      ! 
Note: See TracChangeset for help on using the changeset viewer.