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 9132 for branches/UKMO/dev_r6912_GO6_package/NEMOGCM/NEMO/OPA_SRC/LBC/mppini.F90 – NEMO

Ignore:
Timestamp:
2017-12-19T15:42:23+01:00 (6 years ago)
Author:
andmirek
Message:

#1868 changes enabling coupling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r6912_GO6_package/NEMOGCM/NEMO/OPA_SRC/LBC/mppini.F90

    r6498 r9132  
    154154      IF(  iresti == 0 )   iresti = jpni 
    155155 
    156 #if defined key_nemocice_decomp 
     156!#if defined key_nemocice_decomp 
    157157      ! In order to match CICE the size of domains in NEMO has to be changed 
    158158      ! The last line of blocks (west) will have fewer points 
     
    165165      END DO 
    166166 
    167 #else 
    168  
    169       DO jj = 1, jpnj 
    170          DO ji = 1, iresti 
    171             ilcit(ji,jj) = jpi 
    172          END DO 
    173          DO ji = iresti+1, jpni 
    174             ilcit(ji,jj) = jpi -1 
    175          END DO 
    176       END DO 
    177        
    178 #endif 
     167!#else 
     168 
     169!      DO jj = 1, jpnj 
     170!         DO ji = 1, iresti 
     171!            ilcit(ji,jj) = jpi 
     172!         END DO 
     173!         DO ji = iresti+1, jpni 
     174!            ilcit(ji,jj) = jpi -1 
     175!         END DO 
     176!      END DO 
     177       
     178!#endif 
    179179      nfilcit(:,:) = ilcit(:,:) 
    180180      IF( irestj == 0 )   irestj = jpnj 
Note: See TracChangeset for help on using the changeset viewer.