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

    r8409 r8411  
    1919   USE ice              ! LIM-3 variables 
    2020   USE icerhg_evp       ! EVP rheology 
    21    USE limcons          ! conservation tests 
    22    USE limctl           ! control prints 
     21   USE icecons          ! conservation tests 
     22   USE icectl           ! control prints 
    2323   USE limvar 
    2424   ! 
     
    6565      ! 
    6666      ! conservation test 
    67       IF( ln_limdiachk ) CALL lim_cons_hsm(0, 'icerhg', zvi_b, zsmv_b, zei_b, zfw_b, zfs_b, zft_b) 
     67      IF( ln_limdiachk ) CALL ice_cons_hsm(0, 'icerhg', zvi_b, zsmv_b, zei_b, zfw_b, zfs_b, zft_b) 
    6868       
    6969      ! Landfast ice parameterization: define max bottom friction 
     
    9292      ! 
    9393      ! conservation test 
    94       IF( ln_limdiachk ) CALL lim_cons_hsm(1, 'icerhg', zvi_b, zsmv_b, zei_b, zfw_b, zfs_b, zft_b) 
     94      IF( ln_limdiachk ) CALL ice_cons_hsm(1, 'icerhg', zvi_b, zsmv_b, zei_b, zfw_b, zfs_b, zft_b) 
    9595 
    9696      ! Control prints 
    97       IF( ln_ctl )       CALL lim_prt3D( 'icerhg' ) 
     97      IF( ln_ctl )       CALL ice_prt3D( 'icerhg' ) 
    9898      ! 
    9999      IF( nn_timing == 1 )  CALL timing_stop('icerhg') 
Note: See TracChangeset for help on using the changeset viewer.