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 10701 for NEMO/branches/2019/fix_ticket2238_solution1/src/OCE/ICB/icbini.F90 – NEMO

Ignore:
Timestamp:
2019-02-19T20:15:53+01:00 (5 years ago)
Author:
mathiot
Message:

update branch to head of the trunk (ticket #2238)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/fix_ticket2238_solution1/src/OCE/ICB/icbini.F90

    r10700 r10701  
    235235      src_calving_hflx(:,:) = 0._wp 
    236236 
     237      ! definition of extended surface masked needed by icb_bilin_h 
     238      tmask_e(:,:) = 0._wp   ;   tmask_e(1:jpi,1:jpj) = tmask(:,:,1) 
     239      umask_e(:,:) = 0._wp   ;   umask_e(1:jpi,1:jpj) = umask(:,:,1) 
     240      vmask_e(:,:) = 0._wp   ;   vmask_e(1:jpi,1:jpj) = vmask(:,:,1) 
     241      CALL lbc_lnk_icb( 'icbini', tmask_e, 'T', +1._wp, 1, 1 ) 
     242      CALL lbc_lnk_icb( 'icbini', umask_e, 'T', +1._wp, 1, 1 ) 
     243      CALL lbc_lnk_icb( 'icbini', vmask_e, 'T', +1._wp, 1, 1 ) 
     244      ! 
    237245      ! assign each new iceberg with a unique number constructed from the processor number 
    238246      ! and incremented by the total number of processors 
Note: See TracChangeset for help on using the changeset viewer.