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 5481 for branches/UKMO/dev_r5107_hadgem3_cplseq/NEMOGCM – NEMO

Ignore:
Timestamp:
2015-06-24T17:13:43+02:00 (9 years ago)
Author:
cguiavarch
Message:

corrected error, replaced ln_cpl by lk_cpl

File:
1 edited

Legend:

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

    r5479 r5481  
    163163            CALL Agrif_Step( stp )           ! AGRIF: time stepping 
    164164#else 
    165             IF (ln_cpl) CALL sbc_cpl_snd( istp )  ! Coupling to atmos 
     165            IF (lk_cpl) CALL sbc_cpl_snd( istp )  ! Coupling to atmos 
    166166       CALL stp( istp ) 
    167167            ! We don't couple on the final timestep because 
Note: See TracChangeset for help on using the changeset viewer.