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 6 of Ticket #2004


Ignore:
Timestamp:
2018-09-07T12:34:01+02:00 (6 years ago)
Author:
nicolasmartin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2004

    • Property Status changed from new to closed
    • Property Owner set to cetlod
    • Property Resolution changed from to fixed
  • Ticket #2004 – Description

    initial v6  
    1010 
    1111 In line 342 : 
    12 {{{ 
     12{{{#!f 
    1313            zfact = 1._wp / r2dtra(jk) 
    1414}}} 
    1515 
    1616 replaced r2dtra by p2dt, the time-step passed in argument : 
    17 {{{ 
     17{{{#!f 
    1818            zfact = 1._wp / p2dt(jk) 
    1919}}}