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/LIM_SRC_3/icerdgrft.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/LIM_SRC_3/icerdgrft.F90

    r8409 r8411  
    1919   USE ice              ! LIM variables 
    2020   USE limvar           ! LIM 
    21    USE limcons          ! conservation tests 
    22    USE limctl           ! control prints 
     21   USE icecons          ! conservation tests 
     22   USE icectl           ! control prints 
    2323   ! 
    2424   USE lbclnk           ! lateral boundary condition - MPP exchanges 
     
    122122 
    123123      ! conservation test 
    124       IF( ln_limdiachk ) CALL lim_cons_hsm(0, 'icerdgrft', zvi_b, zsmv_b, zei_b, zfw_b, zfs_b, zft_b) 
     124      IF( ln_limdiachk ) CALL ice_cons_hsm(0, 'icerdgrft', zvi_b, zsmv_b, zei_b, zfw_b, zfs_b, zft_b) 
    125125 
    126126      !-----------------------------------------------------------------------------! 
     
    281281      !-----------------------------------------------------------------------------! 
    282282      ! conservation test 
    283       IF( ln_limdiachk ) CALL lim_cons_hsm(1, 'icerdgrft', zvi_b, zsmv_b, zei_b, zfw_b, zfs_b, zft_b) 
     283      IF( ln_limdiachk ) CALL ice_cons_hsm(1, 'icerdgrft', zvi_b, zsmv_b, zei_b, zfw_b, zfs_b, zft_b) 
    284284 
    285285      ! control prints 
    286       IF( ln_ctl )       CALL lim_prt3D( 'icerdgrft' ) 
     286      IF( ln_ctl )       CALL ice_prt3D( 'icerdgrft' ) 
    287287      ! 
    288288      IF( nn_timing == 1 )  CALL timing_stop('icerdgrft') 
Note: See TracChangeset for help on using the changeset viewer.