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 13899 for NEMO/branches/2020/tickets_icb_1900/src/OCE/LBC/mpp_lnk_icb_generic.h90 – NEMO

Ignore:
Timestamp:
2020-11-27T17:26:33+01:00 (4 years ago)
Author:
mathiot
Message:

ticket #1900: update branch to trunk and add ICB test case

Location:
NEMO/branches/2020/tickets_icb_1900
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/tickets_icb_1900

    • Property svn:externals
      •  

        old new  
        22^/utils/build/makenemo@HEAD   makenemo 
        33^/utils/build/mk@HEAD         mk 
        4 ^/utils/tools/@HEAD           tools 
         4^/utils/tools@HEAD            tools 
        55^/vendors/AGRIF/dev_r12970_AGRIF_CMEMS      ext/AGRIF 
        66^/vendors/FCM@HEAD            ext/FCM 
         
        88 
        99# SETTE 
        10 ^/utils/CI/sette@12931        sette 
         10^/utils/CI/sette@13559        sette 
  • NEMO/branches/2020/tickets_icb_1900/src/OCE/LBC/mpp_lnk_icb_generic.h90

    r13226 r13899  
    105105      SELECT CASE ( nbondi )      ! Read Dirichlet lateral conditions 
    106106      CASE ( -1, 0, 1 )                ! all exept 2 (i.e. close case) 
    107          iihom = jpi-nreci-kexti 
     107         iihom = jpi - (2 * nn_hls) -kexti 
    108108         DO jl = 1, ipreci 
    109109            r2dew(:,jl,1) = pt2d(nn_hls+jl,:) 
     
    165165      ! 
    166166      IF( nbondj /= 2 ) THEN      ! Read Dirichlet lateral conditions 
    167          ijhom = jpj-nrecj-kextj 
     167         ijhom = jpj - (2 * nn_hls) - kextj 
    168168         DO jl = 1, iprecj 
    169169            r2dsn(:,jl,1) = pt2d(:,ijhom +jl) 
Note: See TracChangeset for help on using the changeset viewer.