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_interp.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_interp.F90

    r9610 r9656  
    33   !!                       ***  MODULE agrif_ice_interp *** 
    44   !! Nesting module :  interp surface ice boundary condition from a parent grid 
    5    !! Sea-Ice model  :  LIM 3.6 Sea ice model time-stepping 
    65   !!===================================================================================== 
    7    !! History :  2.0   !  04-2008  (F. Dupont)  initial version 
     6   !! History :  2.0   !  04-2008  (F. Dupont)               initial version 
    87   !!            3.4   !  09-2012  (R. Benshila, C. Herbaut) update and EVP 
    9    !!            3.6   !  05-2016  (C. Rousset)  Add LIM3 compatibility 
     8   !!            4.0   !  2018     (C. Rousset)              SI3 compatibility 
    109   !!---------------------------------------------------------------------- 
    1110#if defined key_agrif && defined key_si3  
    1211   !!---------------------------------------------------------------------- 
    13    !!   'key_si3'  :                                 LIM 3.6 sea-ice model 
    14    !!   'key_agrif' :                                 AGRIF library 
     12   !!   'key_si3'                                         SI3 sea-ice model 
     13   !!   'key_agrif'                                       AGRIF library 
    1514   !!---------------------------------------------------------------------- 
    1615   !!  agrif_interp_ice    : interpolation of ice at "after" sea-ice time step 
     
    4140   SUBROUTINE agrif_interp_ice( cd_type, kiter, kitermax ) 
    4241      !!----------------------------------------------------------------------- 
    43       !!                 *** ROUTINE agrif_rhg_lim3  *** 
     42      !!                 *** ROUTINE agrif_interp_ice  *** 
    4443      !! 
    4544      !!  ** Method  : simple call to atomic routines using stored values to 
Note: See TracChangeset for help on using the changeset viewer.