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 988 for trunk/NEMO/LIM_SRC_3/limrhg.F90 – NEMO

Ignore:
Timestamp:
2008-05-16T18:07:42+02:00 (16 years ago)
Author:
rblod
Message:

Minor bugs, see ticket #153

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limrhg.F90

    r921 r988  
    328328 
    329329         DO jj = k_j1+1, k_jpj-1 
    330             DO ji = fs_2, fs_jpim1 
     330            DO ji = fs_2, jpim1   !RB bug no vect opt due to tmi 
    331331 
    332332               !   
     
    654654      DO jj = k_j1+1, k_jpj-1 
    655655!CDIR NOVERRCHK 
    656          DO ji = fs_2, fs_jpim1 
     656         DO ji = fs_2, jpim1   !RB bug no vect opt due to tmi 
    657657            !- zdd(:,:), zdt(:,:): divergence and tension at centre  
    658658            !- zds(:,:): shear on northeast corner of grid cells 
Note: See TracChangeset for help on using the changeset viewer.