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 5601 for branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/LBC/mppini_2.h90 – NEMO

Ignore:
Timestamp:
2015-07-16T11:04:29+02:00 (9 years ago)
Author:
cbricaud
Message:

commit changes/bugfix/... for crs ; ok with time-splitting/fixed volume

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5003_MERCATOR6_CRS/NEMOGCM/NEMO/OPA_SRC/LBC/mppini_2.h90

    r5007 r5601  
    196196         ii = 1 + MOD(jarea-1,jpni) 
    197197         ij = 1 +    (jarea-1)/jpni 
    198          write(narea+200,*)"mppini_2  ====== > ",jarea,ii,ij 
    199198         ili = ilci(ii,ij) 
    200199         ilj = ilcj(ii,ij) 
     
    207206         IF( MOD(jarea,jpni) == 0 )   ibondi(ii,ij) =  1 
    208207         IF( jpni            == 1 )   ibondi(ii,ij) =  2 
    209          write(narea+200,*)"titi",jarea,ii,ij,MOD(jarea,jpni),ibondi(ii,ij) ; call flush(narea+200) 
    210208         ! 2.4 Subdomain neighbors 
    211209 
    212210         iproc = jarea - 1 
    213211         ioso(ii,ij) = iproc - jpni 
    214          write(narea+200,*)"mppini_2 0: ",ii,ij,iproc,jpni,ioso(ii,ij) ; call flush(narea+200) 
    215212         iowe(ii,ij) = iproc - 1 
    216213         ioea(ii,ij) = iproc + 1 
     
    281278            ENDIF 
    282279         ENDIF 
    283          write(narea+200,*)"titi",jarea,ibondi(ii,ij) ; call flush(narea+200) 
    284280         ipolj(ii,ij) = 0 
    285281         IF( jperio == 3 .OR. jperio == 4 ) THEN 
     
    311307            ibonit(icont+1) = ibondi(ii,ij) 
    312308            ibonjt(icont+1) = ibondj(ii,ij) 
    313             write(narea+200,*)"titi 1 ",icont+1,ibonit(icont+1) ; call flush(narea+200) 
    314309         ENDIF 
    315310      END DO 
     
    424419      ii = iin(narea) 
    425420      ij = ijn(narea) 
    426       write(narea+200,*)"mppini_2 a ",noso,ii,ij,ioso(ii,ij),jpni*jpnj-1 ; call flush(narea+200) 
    427421      IF( ioso(ii,ij) >= 0 .AND. ioso(ii,ij) <= (jpni*jpnj-1) ) THEN  
    428422         iiso = 1 + MOD(ioso(ii,ij),jpni) 
    429423         ijso = 1 +    (ioso(ii,ij))/jpni 
    430424         noso = ipproc(iiso,ijso) 
    431          write(narea+200,*)"mppini_2 b ",iiso,ijso,noso  ; call flush(narea+200) 
    432425      ELSE 
    433426         noso = -1 
Note: See TracChangeset for help on using the changeset viewer.