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 8564 for branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/OPA_SRC/ICB/icbutl.F90 – NEMO

Ignore:
Timestamp:
2017-09-27T11:11:01+02:00 (7 years ago)
Author:
clem
Message:

change variable names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r8183_ICEMODEL/NEMOGCM/NEMO/OPA_SRC/ICB/icbutl.F90

    r8306 r8564  
    2222   USE sbc_oce                             ! ocean surface boundary conditions 
    2323#if defined key_lim3 
    24    USE ice,    ONLY: u_ice, v_ice, htm_i   ! LIM-3 variables 
     24   USE ice,    ONLY: u_ice, v_ice, hm_i    ! LIM-3 variables 
    2525#endif 
    2626 
     
    8181      CALL lbc_lnk_icb( tt_e, 'T', +1._wp, 1, 1 ) 
    8282#if defined key_lim3 
    83       hicth(:,:) = 0._wp ;  hicth(1:jpi,1:jpj) = htm_i(:,:)   
     83      hicth(:,:) = 0._wp ;  hicth(1:jpi,1:jpj) = hm_i (:,:)   
    8484      ui_e(:,:) = 0._wp ;   ui_e(1:jpi, 1:jpj) = u_ice(:,:) 
    8585      vi_e(:,:) = 0._wp ;   vi_e(1:jpi, 1:jpj) = v_ice(:,:) 
Note: See TracChangeset for help on using the changeset viewer.