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 13470 for NEMO/branches/2020/temporary_r4_trunk/src/ICE/icedyn_rdgrft.F90 – NEMO

Ignore:
Timestamp:
2020-09-15T12:56:56+02:00 (4 years ago)
Author:
smasson
Message:

r4_trunk: second change of DO loops for routines to be merged, see #2523

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/temporary_r4_trunk/src/ICE/icedyn_rdgrft.F90

    r13469 r13470  
    159159      npti = 0   ;   nptidx(:) = 0 
    160160      ipti = 0   ;   iptidx(:) = 0 
    161       DO_2D_11_11 
     161      DO_2D( 1, 1, 1, 1 ) 
    162162         IF ( at_i(ji,jj) > epsi10 ) THEN 
    163163            npti           = npti + 1 
     
    775775      !                              !--------------------------------------------------! 
    776776      CASE( 1 )               !--- Spatial smoothing 
    777          DO_2D_00_00 
     777         DO_2D( 0, 0, 0, 0 ) 
    778778            IF ( SUM( a_i(ji,jj,:) ) > 0._wp ) THEN  
    779779               zworka(ji,jj) = ( 4.0 * strength(ji,jj)              & 
     
    786786         END_2D 
    787787          
    788          DO_2D_00_00 
     788         DO_2D( 0, 0, 0, 0 ) 
    789789            strength(ji,jj) = zworka(ji,jj) 
    790790         END_2D 
     
    797797         ENDIF 
    798798         ! 
    799          DO_2D_00_00 
     799         DO_2D( 0, 0, 0, 0 ) 
    800800            IF ( SUM( a_i(ji,jj,:) ) > 0._wp ) THEN  
    801801               itframe = 1 ! number of time steps for the running mean 
Note: See TracChangeset for help on using the changeset viewer.