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 9 of Ticket #1584


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1584

    • Property Status changed from new to assigned
    • Property Cc gm added
    • Property Priority changed from minor to major
    • Property Owner changed from nemo to gm
    • Property Keywords TRD nemo_v3_6* added; trend removed
  • Ticket #1584 – Description

    initial v9  
    33Therefore, 
    44 
    5 {{{ 
     5{{{#!f 
    6690   IF( l_trddyn )   THEN                      ! save the vertical diffusive trends for further diagnostics 
    7791      ztrdu(:,:,:) = ua(:,:,:) - ztrdu(:,:,:) 
     
    1515should be changed to  
    1616 
    17 {{{ 
     17{{{#!f 
    181890   IF( l_trddyn )   THEN                      ! save the vertical diffusive trends for further diagnostics 
    191991      ztrdu(:,:,:) = ( ua(:,:,:) - ub(:,:,:) ) / r2dt - ztrdu(:,:,:)