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 #1934, comment 1


Ignore:
Timestamp:
2017-09-04T11:23:00+02:00 (7 years ago)
Author:
nicolasmartin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1934, comment 1

    initial v1  
    11Coincidentally we were looking at this bit of code earlier this morning for another reason. The error you have seen is a bug but the suggested fix is not correct. Line 298 should be replaced with 
    2 {{{ 
     2{{{#!f 
    33         rke(:,:,jpk) = 0._wp                               !      kinetic energy 
    44}}}