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/icethd_lac.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/icethd_lac.F90

    r8422 r8424  
    2525   USE icecons        ! LIM conservation 
    2626   USE icethd_ent 
    27    USE limvar 
     27   USE icevar 
    2828   ! 
    2929   USE in_out_manager ! I/O manager 
     
    114114      IF( ln_limdiachk ) CALL ice_cons_hsm(0, 'icethd_lac', zvi_b, zsmv_b, zei_b, zfw_b, zfs_b, zft_b) 
    115115 
    116       CALL lim_var_agg(1) 
    117       CALL lim_var_glo2eqv 
     116      CALL ice_var_agg(1) 
     117      CALL ice_var_glo2eqv 
    118118 
    119119      !------------------------------------------------------------------------------! 
Note: See TracChangeset for help on using the changeset viewer.