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 8424 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/iceadv.F90 – NEMO

Ignore:
Timestamp:
2017-08-08T16:18:04+02:00 (7 years ago)
Author:
clem
Message:

continue naming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/iceadv.F90

    r8411 r8424  
    1818   USE sbc_oce , ONLY : nn_fsbc 
    1919   USE ice            ! ice variables 
    20    USE limvar         !  
     20   USE icevar         !  
    2121   USE iceadv_prather ! advection scheme (Prather) 
    2222   USE iceadv_umx     ! advection scheme (ultimate-macho) 
     
    9696      ENDIF 
    9797       
    98       CALL lim_var_agg( 1 ) ! integrated values + ato_i 
     98      CALL ice_var_agg( 1 ) ! integrated values + ato_i 
    9999 
    100100      !-------------------------------------! 
     
    414414 
    415415         ! zap small areas 
    416          CALL lim_var_zapsmall 
     416         CALL ice_var_zapsmall 
    417417            
    418418         !--- Thickness correction in case too high --- ! 
Note: See TracChangeset for help on using the changeset viewer.