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 9654 for NEMO/trunk/src/OCE/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2018-05-28T11:08:53+02:00 (6 years ago)
Author:
clem
Message:

remove lk_lim3 from the code and replace by lk_si3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/SBC/sbcmod.F90

    r9598 r9654  
    117117#if defined key_agrif 
    118118      IF( Agrif_Root() ) THEN                ! AGRIF zoom (cf r1242: possibility to run without ice in fine grid) 
    119          IF( lk_lim3 )   nn_ice      = 2 
     119         IF( lk_si3 )   nn_ice      = 2 
    120120         IF( lk_cice )   nn_ice      = 3 
    121121      ENDIF 
    122122#else 
    123       IF( lk_lim3 )   nn_ice      = 2 
     123      IF( lk_si3 )   nn_ice      = 2 
    124124      IF( lk_cice )   nn_ice      = 3 
    125125#endif 
Note: See TracChangeset for help on using the changeset viewer.