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 Comment Diff – NEMO

Changes between Initial Version and Version 1 of Ticket #1668, comment 2


Ignore:
Timestamp:
2018-08-02T13:01:53+02:00 (6 years ago)
Author:
nemo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1668, comment 2

    initial v1  
    1313  The second issue actually causes a compilation failure because ishape is dimensioned as (2,2) and  
    1414  sets the values thus 
     15 
     16{{{#!f 
    1517              ishape(:,1) = (/ 1, nlei-nldi+1 /) 
    1618              ishape(:,2) = (/ 1, nlej-nldj+1 /)  
     19}}} 
    1720 
    1821  That was fine for OASIS3-MCT vn3.0 (or at least it worked OK because the psmile interface 
     
    2225  dimension ishape(1:4) and set: 
    2326 
     27{{{#!f 
    2428  ishape(1) = 1 
    2529  ishape(2) = nlei-nldi+1 
    2630  ishape(3) = 1 
    2731  ishape(4) = nlej-nldj+1 
     32}}} 
    2833 
    2934  I was originally going to open my own ticket, but then I found this one, so I guess these