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.
Ticket Diff – NEMO

Changes between Initial Version and Version 1 of Ticket #2116


Ignore:
Timestamp:
2018-08-02T12:39:17+02:00 (6 years ago)
Author:
nicolasmartin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2116 – Description

    initial v1  
    1010 
    1111At the start of cpl_define, cpl_send and cpl_rcv the following should be added: 
    12 {{{ 
     12 
     13{{{#!f 
    1314         nldi_save = nldi   ;   nlei_save = nlei 
    1415         nldj_save = nldj   ;   nlej_save = nlej 
     
    1920 
    2021}}} 
     22 
    2123and at the end of the routines: 
    22 {{{ 
     24 
     25{{{#!f 
    2326         nldi = nldi_save   ;   nlei = nlei_save 
    2427         nldj = nldj_save   ;   nlej = nlej_save