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/ASM – 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/ASM/asminc.F90

    r9598 r9656  
    826826      REAL(wp) ::   zincwgt   ! IAU weight for current time step 
    827827#if defined key_si3 
    828       REAL(wp), DIMENSION(jpi,jpj) ::   zofrld, zohicif, zseaicendg, zhicifinc  ! LIM 
     828      REAL(wp), DIMENSION(jpi,jpj) ::   zofrld, zohicif, zseaicendg, zhicifinc 
    829829      REAL(wp) ::   zhicifmin = 0.5_wp      ! ice minimum depth in metres 
    830830#endif 
     
    847847            ENDIF 
    848848            ! 
    849             ! Sea-ice : LIM-3 case 
     849            ! Sea-ice : SI3 case 
    850850            ! 
    851851#if defined key_si3 
     
    896896            neuler = 0                    ! Force Euler forward step 
    897897            ! 
    898             ! Sea-ice : LIM-3 case 
     898            ! Sea-ice : SI3 case 
    899899            ! 
    900900#if defined key_si3 
Note: See TracChangeset for help on using the changeset viewer.