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 14781 for NEMO – NEMO

Changeset 14781 for NEMO


Ignore:
Timestamp:
2021-05-04T17:05:07+02:00 (3 years ago)
Author:
sparonuz
Message:

Added missing file for ICE + moved lbc_lnk_multi -> lbc_lnk

Location:
NEMO/branches/2021/dev_r14116_HPC-10_mcastril_Mixed_Precision_implementation/src
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14116_HPC-10_mcastril_Mixed_Precision_implementation/src/OCE/SBC/sbccpl.F90

    r14644 r14781  
    16771677               p_tauj(ji,jj) = zztmp2 * ( frcv(jpr_ity1)%z3(ji  ,jj+1,1) + frcv(jpr_ity1)%z3(ji,jj,1) ) 
    16781678            END_2D 
    1679 <<<<<<< .working 
    1680             CALL lbc_lnk_multi( 'sbccpl', p_taui, 'U',  -1._wp, p_tauj, 'V',  -1._wp ) 
    1681 ||||||| .merge-left.r14199 
    1682             CALL lbc_lnk_multi( 'sbccpl', p_taui, 'U',  -1., p_tauj, 'V',  -1. ) 
    1683 ======= 
    1684             CALL lbc_lnk( 'sbccpl', p_taui, 'U',  -1., p_tauj, 'V',  -1. ) 
    1685 >>>>>>> .merge-right.r14642 
     1679            CALL lbc_lnk( 'sbccpl', p_taui, 'U',  -1._wp, p_tauj, 'V',  -1._wp ) 
    16861680         END SELECT 
    16871681 
Note: See TracChangeset for help on using the changeset viewer.