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 10691 for NEMO/trunk/src/OCE/ICB/icbini.F90 – NEMO

Ignore:
Timestamp:
2019-02-15T17:41:15+01:00 (5 years ago)
Author:
mathiot
Message:

merge fix_ticket2229 into the trunk (ticket #2229)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/ICB/icbini.F90

    r10570 r10691  
    224224      src_calving_hflx(:,:) = 0._wp 
    225225 
     226      ! definition of extended surface masked needed by icb_bilin_h 
     227      tmask_e(:,:) = 0._wp   ;   tmask_e(1:jpi,1:jpj) = tmask(:,:,1) 
     228      umask_e(:,:) = 0._wp   ;   umask_e(1:jpi,1:jpj) = umask(:,:,1) 
     229      vmask_e(:,:) = 0._wp   ;   vmask_e(1:jpi,1:jpj) = vmask(:,:,1) 
     230      CALL lbc_lnk_icb( 'icbini', tmask_e, 'T', +1._wp, 1, 1 ) 
     231      CALL lbc_lnk_icb( 'icbini', umask_e, 'T', +1._wp, 1, 1 ) 
     232      CALL lbc_lnk_icb( 'icbini', vmask_e, 'T', +1._wp, 1, 1 ) 
     233      ! 
    226234      ! assign each new iceberg with a unique number constructed from the processor number 
    227235      ! and incremented by the total number of processors 
Note: See TracChangeset for help on using the changeset viewer.