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 4924 for branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/NEMO/OPA_SRC/LBC/mppini_2.h90 – NEMO

Ignore:
Timestamp:
2014-11-28T18:24:01+01:00 (9 years ago)
Author:
mathiot
Message:

UKM02_ice_shelves merged and SETTE tested with revision 4879 of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/NEMO/OPA_SRC/LBC/mppini_2.h90

    r4747 r4924  
    152152#endif 
    153153 
     154      nfilcit(:,:) = ilci(:,:) 
     155 
    154156      IF(lwp) WRITE(numout,*) 
    155157      IF(lwp) WRITE(numout,*) ' mpp_init2: defines mpp subdomains' 
     
    183185         END DO 
    184186      ENDIF 
     187      nfiimpp(:,:) = iimppt(:,:) 
    185188 
    186189      IF( jpnj > 1 )THEN 
     
    203206         ili = ilci(ii,ij) 
    204207         ilj = ilcj(ii,ij) 
    205  
    206208         ibondj(ii,ij) = -1 
    207209         IF( jarea >  jpni          )   ibondj(ii,ij) = 0 
    208210         IF( jarea >  (jpnj-1)*jpni )   ibondj(ii,ij) = 1 
    209211         IF( jpnj  == 1             )   ibondj(ii,ij) = 2 
    210  
    211212         ibondi(ii,ij) = 0 
    212213         IF( MOD(jarea,jpni) == 1 )   ibondi(ii,ij) = -1 
     
    316317      END DO 
    317318 
     319      nfipproc(:,:) = ipproc(:,:) 
     320 
     321 
    318322      ! Control 
    319323      IF(icont+1 /= jpnij) THEN 
Note: See TracChangeset for help on using the changeset viewer.