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 42 for trunk/NEMO/OPA_SRC/DTA/dtatem.F90 – NEMO

Ignore:
Timestamp:
2004-02-20T10:34:58+01:00 (20 years ago)
Author:
opalod
Message:

CT : BUGFIX021 : Indices errors for the ORCA2_LIM standard configuration only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DTA/dtatem.F90

    r16 r42  
    214214               ij0 = 101   ;   ij1 = 102 
    215215               ii0 = 139   ;   ii1 = 139 
    216                DO jl = mi0(ii0), mi1(ii1)                ! New temperature profile at Gibraltar 
     216               DO jl = mi0(il0), mi1(il1)                ! New temperature profile at Gibraltar 
    217217                  DO jj = mj0(ij0), mj1(ij1) 
    218218                     DO ji = mi0(ii0), mi1(ii1) 
     
    224224               ij0 =  88   ;   ij1 =  88 
    225225               ii0 = 161   ;   ii1 = 163 
    226                DO jl = mi0(ii0), mi1(ii1)                ! New temperature profile at Bab el Mandeb 
     226               DO jl = mi0(il0), mi1(il1)                ! New temperature profile at Bab el Mandeb 
    227227                  DO jj = mj0(ij0), mj1(ij1) 
    228228                     DO ji = mi0(ii0), mi1(ii1) 
Note: See TracChangeset for help on using the changeset viewer.