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.
2017WP/ENHANCE-05_Gurvan-RK3 (diff) – NEMO

Changes between Version 10 and Version 11 of 2017WP/ENHANCE-05_Gurvan-RK3


Ignore:
Timestamp:
2017-07-25T11:02:19+02:00 (6 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2017WP/ENHANCE-05_Gurvan-RK3

    v10 v11  
    55|| '''Action''' || ENHANCE-5_Gurvan — RK-3 time stepping || 
    66|| '''PI(S)''' || Gurvan Madec || 
    7  
    8 {{{#!td '''Digest''' }}} {{{#!td Introduce an optional RK3 time-stepping scheme. The scheme will: 
     7{{{#!td 
     8'''Digest''' 
     9}}} 
     10{{{#!td 
     11Introduce an optional RK3 time-stepping scheme. The scheme will: 
    912 
    1013 1. be a valuable alternative to the current Modified Leap-Frog (MLF, Leclair and Madec OM2009) scheme, 
     
    2326 
    2427In practice the work is to :[[BR]]• start from the trunk, updated with HPC09 branch (i.e. ZDF modifications)[[BR]]• create RK3_SRC directory a a copy of OPA_SRC[[BR]]• implement the FB scheme in a stp_fbs routine (found either in step.F90 or in stpfbs.F90), [[BR]]   implying changes in most of SBC, TRA, DYN and ZDF modules[[BR]]• implement the RK3 scheme in a stp_rk3 routine (found either in step.F90 or stprk3.F90) 
    25  
    26 }}} |- 
    27  
     28}}} 
     29|- 
    2830|| '''Dependencies''' || no || 
    2931|| '''Target''' || 2017 merge party ||