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/tests/CANAL/MY_SRC/usrdef_istate.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/tests/CANAL/MY_SRC/usrdef_istate.F90

    r13469 r13470  
    201201      CASE(4)    ! geostrophic zonal pulse 
    202202    
    203          DO_2D_11_11 
     203         DO_2D( 1, 1, 1, 1 ) 
    204204            IF ( ABS(glamt(ji,jj)) <= zjetx ) THEN 
    205205               zdu = rn_uzonal 
     
    236236         zP0 = rau0 * zf0 * zumax * zlambda * SQRT(EXP(1._wp)/2._wp) 
    237237         ! 
    238          DO_2D_11_11 
     238         DO_2D( 1, 1, 1, 1 ) 
    239239            zx = glamt(ji,jj) * 1.e3 
    240240            zy = gphit(ji,jj) * 1.e3 
     
    267267         ! velocities: 
    268268         za = 2._wp * zP0 / zlambda**2 
    269          DO_2D_00_00 
     269         DO_2D( 0, 0, 0, 0 ) 
    270270            zx = glamu(ji,jj) * 1.e3 
    271271            zy = gphiu(ji,jj) * 1.e3 
     
    282282         END_2D 
    283283         ! 
    284          DO_2D_00_00 
     284         DO_2D( 0, 0, 0, 0 ) 
    285285            zx = glamv(ji,jj) * 1.e3 
    286286            zy = gphiv(ji,jj) * 1.e3 
Note: See TracChangeset for help on using the changeset viewer.