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.
2021WP/MOI-01_MOI-GRIFFIESTRIADSMOOTHING (diff) – NEMO

Changes between Initial Version and Version 1 of 2021WP/MOI-01_MOI-GRIFFIESTRIADSMOOTHING


Ignore:
Timestamp:
2021-01-20T10:19:15+01:00 (3 years ago)
Author:
cbricaud
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2021WP/MOI-01_MOI-GRIFFIESTRIADSMOOTHING

    v1 v1  
     1== Add an optional shapiro filtering for Griffies triads slopes 
     2 
     3 
     4== Summary 
     5 
     6||=Action       || Add an optional shapiro filtering for Griffies triads slopes  || 
     7||=PI(S)        || Clément Bricaud                                               || 
     8||=Digest       || Griffies triads slopes are nosiy and it leads to instabilities    || 
     9||=Dependencies || None                                                || 
     10||=Branch       || source:/NEMO/branches/{YEAR}/dev_r{REV}_{ACTION_NAME} || 
     11||=Previewer(s) || Gurvan Madec                                          || 
     12||=Reviewer(s)  || Names                                                 || 
     13||=Ticket       || #2601                                                || 
     14 
     15=== Description 
     16 
     17add the a shapiro filtering of slopes, as done for the standard iso-neutral operator. 
     18It will be implemented under a logical 
     19 
     20 
     21=== Implementation 
     22 
     23add ln_smooth_triad logical in namtra_ldf. 
     24 
     25add ldf_slp_smooth subroutine to make the shapiro filtering. 
     26 
     27add calls to shapiro filtering in ldf_slp_triad. 
     28 
     29replace the shapiro filtering in ldf_slp (standard operator) by calls to  ldf_slp_smooth subroutine. 
     30 
     31=== Documentation updates 
     32 
     33{{{#!box width=55em help 
     34Using previous parts, define the main changes to be done in the NEMO literature  
     35(manuals, guide, web pages, …). 
     36}}} 
     37 
     38''...'' 
     39 
     40== Preview  
     41 
     42{{{#!box width=50em info 
     43[[Include(wiki:Developers/DevProcess#preview_)]] 
     44}}} 
     45 
     46''...'' 
     47 
     48== Tests 
     49 
     50{{{#!box width=50em info 
     51[[Include(wiki:Developers/DevProcess#tests)]] 
     52}}} 
     53 
     54''...'' 
     55 
     56== Review 
     57 
     58{{{#!box width=50em info 
     59[[Include(wiki:Developers/DevProcess#review)]] 
     60}}} 
     61 
     62''...''