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 14950 – NEMO

Changeset 14950


Ignore:
Timestamp:
2021-06-04T17:27:25+02:00 (3 years ago)
Author:
jchanut
Message:

#2638, shifted southern bdy sponge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14608_AGRIF_domcfg/src/NST/agrif_oce_sponge.F90

    r14688 r14950  
    185185      ENDIF       
    186186      IF( lk_south ) THEN                            ! --- South --- ! 
    187          ind1 = nn_hls + nbghostcells - 1            ! halo + nbghostcells 
    188          ind2 = nn_hls + nbghostcells - 1 + jspongearea  
     187         ind1 = nn_hls + nbghostcells                ! halo + nbghostcells 
     188         ind2 = nn_hls + nbghostcells + jspongearea  
    189189         DO jj = mj0(ind1), mj1(ind2)  
    190190            DO ji = 1, jpi 
Note: See TracChangeset for help on using the changeset viewer.