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 6625 for branches/UKMO/dev_r5518_v3.4_asm_nemovar_community/NEMOGCM/TOOLS/MPP_PREP – NEMO

Ignore:
Timestamp:
2016-05-26T11:08:07+02:00 (8 years ago)
Author:
kingr
Message:

Rolled back to r6613

Location:
branches/UKMO/dev_r5518_v3.4_asm_nemovar_community/NEMOGCM/TOOLS/MPP_PREP/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_v3.4_asm_nemovar_community/NEMOGCM/TOOLS/MPP_PREP/src/mpp_optimiz_zoom_nc.f90

    r6617 r6625  
    258258                 ijlb=ijdom(jni2,jnj2) 
    259259              ENDIF 
    260  
    261               ! Check wet points over the entire domain to preserve the MPI communication stencil 
    262260              isurf=0 
    263               DO jj=1,ippdj(jni2,jnj2) 
    264                  DO  ji=1,ippdi(jni2,jnj2) 
     261              DO jj=1+jprecj,ippdj(jni2,jnj2)-jprecj 
     262                 DO  ji=1+jpreci,ippdi(jni2,jnj2)-jpreci 
    265263                    IF(zmask(ji+iilb-1,jj+ijlb-1).EQ.1.) isurf=isurf+1 
    266264                 END DO 
    267265              END DO 
    268  
    269266              IF(isurf.EQ.0) THEN 
    270267                 ivide=ivide+1 
  • branches/UKMO/dev_r5518_v3.4_asm_nemovar_community/NEMOGCM/TOOLS/MPP_PREP/src/mppopt_showproc_nc.f90

    r6617 r6625  
    289289                 ijlb=ijdom(jni2,jnj2) 
    290290              ENDIF 
    291  
    292               ! Check wet points over the entire domain to preserve the MPI communication stencil 
    293291              isurf=0 
    294               DO jj=1,ippdj(jni2,jnj2) 
    295                  DO  ji=1,ippdi(jni2,jnj2) 
     292 
     293              DO jj=1+jprecj,ippdj(jni2,jnj2)-jprecj 
     294                 DO  ji=1+jpreci,ippdi(jni2,jnj2)-jpreci 
    296295                    IF(zmask(ji+iilb-1,jj+ijlb-1).EQ.1.) isurf=isurf+1 
    297296                 END DO 
    298297              END DO 
    299  
    300298              IF(isurf.EQ.0) THEN 
    301299                 ivide=ivide+1 
Note: See TracChangeset for help on using the changeset viewer.