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 303 for trunk/NEMO/LIM_SRC – NEMO

Changeset 303 for trunk/NEMO/LIM_SRC


Ignore:
Timestamp:
2005-09-22T15:50:30+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_010 : CT : correction of the location of ptab(:,:) array swap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC/limhdf.F90

    r288 r303  
    159159         IF( lk_mpp )   CALL mpp_max( zconv )   ! max over the global domain 
    160160 
    161          DO jj = 2, jpjm1 
    162             DO ji = 2 , jpim1 
    163                ptab(ji,jj) = zrlx(ji,jj) 
    164             END DO 
    165          END DO 
     161         ptab(:,:) = zrlx(:,:) 
     162 
    166163         !                                         !========================== 
    167164      END DO                                       ! end of sub-time step loop 
    168165      !                                            !========================== 
    169  
    170       ptab(:,:) = zrlx(:,:) 
    171166 
    172167      IF(ln_ctl)   THEN 
Note: See TracChangeset for help on using the changeset viewer.