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 8379 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_lac.F90 – NEMO

Ignore:
Timestamp:
2017-07-26T17:35:49+02:00 (7 years ago)
Author:
clem
Message:

more cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/LIM_SRC_3/limthd_lac.F90

    r8378 r8379  
    8282      
    8383      REAL(wp) ::   zv_newfra 
     84      REAL(wp) ::   zvi_b, zsmv_b, zei_b, zfs_b, zfw_b, zft_b ! conservation check 
    8485   
    8586      INTEGER , DIMENSION(jpij) ::   jcat        ! indexes of categories where new ice grows 
     
    110111      REAL(wp) :: zcai = 1.4e-3_wp                     ! ice-air drag (clem: should be dependent on coupling/forcing used) 
    111112      !!-----------------------------------------------------------------------! 
     113 
     114      IF( ln_limdiachk ) CALL lim_cons_hsm(0, 'limthd_lac', zvi_b, zsmv_b, zei_b, zfw_b, zfs_b, zft_b) 
    112115 
    113116      CALL lim_var_agg(1) 
     
    475478      ENDIF ! nidx > 0 
    476479      ! 
     480      IF( ln_limdiachk ) CALL lim_cons_hsm(1, 'limthd_lac', zvi_b, zsmv_b, zei_b, zfw_b, zfs_b, zft_b) 
     481      ! 
    477482   END SUBROUTINE lim_thd_lac 
    478483 
Note: See TracChangeset for help on using the changeset viewer.