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/OPA_SRC/BDY/bdyice.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/OPA_SRC/BDY/bdyice.F90

    r8422 r8424  
    2020   USE oce             ! ocean dynamics and tracers variables 
    2121   USE ice             ! LIM_3 ice variables 
    22    USE limvar 
     22   USE icevar 
    2323   USE icectl 
    2424   USE par_oce         ! ocean parameters 
     
    5656      !!---------------------------------------------------------------------- 
    5757      ! 
    58       CALL lim_var_glo2eqv 
     58      CALL ice_var_glo2eqv 
    5959      ! 
    6060      DO ib_bdy=1, nb_bdy 
     
    7171      END DO 
    7272      ! 
    73                         CALL lim_var_zapsmall 
    74                         CALL lim_var_agg(1) 
     73                        CALL ice_var_zapsmall 
     74                        CALL ice_var_agg(1) 
    7575      IF( ln_limctl )   CALL ice_prt( kt, iiceprt, jiceprt, 1, ' - ice thermo bdy - ' ) 
    7676      ! 
Note: See TracChangeset for help on using the changeset viewer.