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

Changeset 13633


Ignore:
Timestamp:
2020-10-19T14:58:31+02:00 (3 years ago)
Author:
clem
Message:

trunk: repro issue(?) for UMx advection scheme. One loop index was incorrect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icedyn_adv_umx.F90

    r13618 r13633  
    975975      !                                                     !-- High order flux in i-direction  --! 
    976976      DO jl = 1, jpl 
    977          DO_2D( 1, 0, 1, 0 ) 
     977         DO_2D( 0, 0, 1, 0 ) 
    978978            pfu_ho(ji,jj,jl) = pu(ji,jj) * pt_u(ji,jj,jl) 
    979979         END_2D 
Note: See TracChangeset for help on using the changeset viewer.