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 10 of Ticket #1675


Ignore:
Timestamp:
2017-09-28T18:52:38+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1675

    • Property Keywords CPP nemo_v3_6* out_of_bounds added; out of bounds key_vectopt_loop removed
    • Property Owner changed from nemo to gm
    • Property Status changed from new to assigned
    • Property Cc gm added
  • Ticket #1675 – Description

    initial v10  
    55One piece of code taken from the routine dom_vvl_sf_nxt will hopefully illustrate the problem clearly: 
    66 
     7{{{#!f 
    78         ! 3 - Thickness diffusion term 
    89         ! ---------------------------- 
     
    2223            END DO 
    2324         END DO 
     25}}} 
    2426 
    2527When key_vectopt_loop is on, fs_jpim1=jp1, when it is off, fs_jpim1=jpim1=jp1-1. If the key is on, in this loop the variable tilde_e3t_b will go out of bounds, as the size of its first dimension is jp1.