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 5482 for branches/UKMO – NEMO

Changeset 5482 for branches/UKMO


Ignore:
Timestamp:
2015-06-24T18:03:46+02:00 (9 years ago)
Author:
dancopsey
Message:

Also nsbc has been replaced with ksbc in this version of NEMO. An extra ! has been added to avoid a conflict with an existing GSI7 branch.

File:
1 edited

Legend:

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

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