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 3374 for branches/2012/dev_r3337_NOCS10_ICB/NEMOGCM/NEMO/OPA_SRC/ICB/icbdyn.F90 – NEMO

Ignore:
Timestamp:
2012-04-30T13:24:25+02:00 (12 years ago)
Author:
sga
Message:

NEMO branch dev_r3337_NOCS10_ICB: adopt mig, mjg, mi1 and mj1 for improved obscurity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3337_NOCS10_ICB/NEMOGCM/NEMO/OPA_SRC/ICB/icbdyn.F90

    r3373 r3374  
    194194      ! 
    195195      ! map into current processor 
    196       ii0 = ii0 - nimpp + 1 
    197       ij0 = ij0 - njmpp + 1 
    198       ii  = ii  - nimpp + 1 
    199       ij  = ij  - njmpp + 1 
     196      ii0 = mi1( ii0 ) 
     197      ij0 = mj1( ij0 ) 
     198      ii  = mi1( ii  ) 
     199      ij  = mj1( ij  ) 
    200200      ! 
    201201      IF(  tmask(ii,ij,1)  /=   0._wp  )   RETURN           ! berg reach a new t-cell, but an ocean one 
Note: See TracChangeset for help on using the changeset viewer.