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

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

remove the remaining references to LIM

File:
1 edited

Legend:

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

    r9654 r9656  
    3434   USE sbcice_if      ! surface boundary condition: ice-if sea-ice model 
    3535#if defined key_si3 
    36    USE icestp         ! surface boundary condition: LIM 3.0 sea-ice model 
     36   USE icestp         ! surface boundary condition: SI3 sea-ice model 
    3737#endif 
    38    USE sbcice_cice    ! surface boundary condition: CICE    sea-ice model 
     38   USE sbcice_cice    ! surface boundary condition: CICE sea-ice model 
    3939   USE sbcisf         ! surface boundary condition: ice-shelf 
    4040   USE sbccpl         ! surface boundary condition: coupled formulation 
     
    216216      CASE( 0 )                        !- no ice in the domain 
    217217      CASE( 1 )                        !- Ice-cover climatology ("Ice-if" model)   
    218       CASE( 2 )                        !- LIM3 ice model 
     218      CASE( 2 )                        !- SI3 ice model 
    219219      CASE( 3 )                        !- CICE ice model 
    220220         IF( .NOT.( ln_blk .OR. ln_cpl ) )   CALL ctl_stop( 'sbc_init : CICE sea-ice model requires ln_blk or ln_cpl = T' ) 
     
    427427      CASE(  1 )   ;         CALL sbc_ice_if   ( kt )             ! Ice-cover climatology ("Ice-if" model) 
    428428#if defined key_si3 
    429       CASE(  2 )   ;         CALL ice_stp  ( kt, nsbc )           ! LIM-3 ice model 
     429      CASE(  2 )   ;         CALL ice_stp  ( kt, nsbc )           ! SI3 ice model 
    430430#endif 
    431431      CASE(  3 )   ;         CALL sbc_ice_cice ( kt, nsbc )       ! CICE ice model 
Note: See TracChangeset for help on using the changeset viewer.