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 8411 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/OPA_SRC/BDY/bdyice.F90 – NEMO

Ignore:
Timestamp:
2017-08-07T18:09:12+02:00 (7 years ago)
Author:
clem
Message:

continue changing names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/OPA_SRC/BDY/bdyice.F90

    r8407 r8411  
    2121   USE ice             ! LIM_3 ice variables 
    2222   USE limvar 
    23    USE limctl 
     23   USE icectl 
    2424   USE par_oce         ! ocean parameters 
    2525   USE dom_oce         ! ocean space and time domain variables  
     
    7373                        CALL lim_var_zapsmall 
    7474                        CALL lim_var_agg(1) 
    75       IF( ln_limctl )   CALL lim_prt( kt, iiceprt, jiceprt, 1, ' - ice thermo bdy - ' ) 
     75      IF( ln_limctl )   CALL ice_prt( kt, iiceprt, jiceprt, 1, ' - ice thermo bdy - ' ) 
    7676      ! 
    7777   END SUBROUTINE bdy_ice 
Note: See TracChangeset for help on using the changeset viewer.