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/NST/agrif_ice_update.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/NST/agrif_ice_update.F90

    r9610 r9656  
    66   !!                       ***  MODULE agrif_ice_update *** 
    77   !! Nesting module :  update surface ocean boundary condition over ice from a child grid 
    8    !! Sea-Ice model  :  LIM 3.6 Sea ice model time-stepping 
    98   !!===================================================================================== 
    10    !! History :  2.0   !  04-2008  (F. Dupont)  initial version 
     9   !! History :  2.0   !  04-2008  (F. Dupont)               initial version 
    1110   !!            3.4   !  08-2012  (R. Benshila, C. Herbaut) update and EVP 
    12    !!            3.6   !  05-2016  (C. Rousset)  Add LIM3 compatibility 
     11   !!            4.0   !  2018     (C. Rousset)              SI3 compatibility 
    1312   !!---------------------------------------------------------------------- 
    1413#if defined key_agrif && defined key_si3 
    1514   !!---------------------------------------------------------------------- 
    16    !!   'key_si3'  :                                 LIM 3.6 sea-ice model 
    17    !!   'key_agrif' :                                 AGRIF library  
     15   !!   'key_si3'  :                                      SI3 sea-ice model 
     16   !!   'key_agrif' :                                     AGRIF library  
    1817   !!---------------------------------------------------------------------- 
    1918   !!   agrif_update_ice  : update sea-ice on boundaries or total 
    2019   !!                        child domain for velocities and ice properties 
    21    !!   update_tra_ice     : sea-ice properties 
    22    !!   update_u_ice       : zonal      ice velocity 
    23    !!   update_v_ice       : meridional ice velocity 
     20   !!   update_tra_ice    : sea-ice properties 
     21   !!   update_u_ice      : zonal      ice velocity 
     22   !!   update_v_ice      : meridional ice velocity 
    2423   !!---------------------------------------------------------------------- 
    2524   USE dom_oce 
Note: See TracChangeset for help on using the changeset viewer.