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 4153 for branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/LBC/mppini_2.h90 – NEMO

Ignore:
Timestamp:
2013-11-05T13:25:45+01:00 (10 years ago)
Author:
cetlod
Message:

dev_LOCEAN_2013: merge in trunk changes between r3940 and r4028, see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/LBC/mppini_2.h90

    r4147 r4153  
    129129      irestj = 1 + MOD( jpjglo - nrecj -1 , jpnj ) 
    130130 
     131#if defined key_nemocice_decomp 
     132      ! Change padding to be consistent with CICE 
     133      ilci(1:jpni-1      ,:) = jpi 
     134      ilci(jpni          ,:) = jpiglo - (jpni - 1) * (jpi - nreci) 
     135 
     136      ilcj(:,      1:jpnj-1) = jpj 
     137      ilcj(:,          jpnj) = jpjglo - (jpnj - 1) * (jpj - nrecj) 
     138#else 
    131139      ilci(1:iresti      ,:) = jpi 
    132140      ilci(iresti+1:jpni ,:) = jpi-1 
     
    134142      ilcj(:,      1:irestj) = jpj 
    135143      ilcj(:, irestj+1:jpnj) = jpj-1 
     144#endif 
    136145 
    137146      IF(lwp) WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.