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/KNL-01_Sibylle_RK3_stage1 (diff) – NEMO

Changes between Version 2 and Version 3 of 2021WP/KNL-01_Sibylle_RK3_stage1


Ignore:
Timestamp:
2021-02-18T09:24:13+01:00 (3 years ago)
Author:
techene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2021WP/KNL-01_Sibylle_RK3_stage1

    v2 v3  
    2727}}} 
    2828 
     29RK3 time stepping implementation in its simple form i.e. non linear ssh with dynamics and tracer only, there is no mass forcing. 
     30For simplicity sake we start with no time splitting : ssh and barotrope speed/transport are forced to 0. 
     31 
    2932''...'' 
    3033 
     
    3740give for each the chosen name and description wrt coding rules. 
    3841}}} 
     42 
     431) Barocline part 
     44* Set up a reference : GYRE only configuration with ssh, uu_b, un_adv are set to zero at each time step, no mass forcing, constant vertical viscosity.  
     45* Prepare advection routines 
     46  * Add advective velocities as arguments for dynadv_cen2, dynadv_ubs (flux form) and traadv routines 
     47  * Allow vertical advection de-activation dynadv_cen2, dynadv_ubs (flux form) and dynzad routines 
     48  * Change eos divhor and sshwzv interface. 
     49* Add RK3 time stepping routines 
     50  * rk3stg deals with time integration at N+1/3, N+1/2 and N+1 
     51  * stprk3 orchestrates  
     52 
     532) Barotrope part 
     54TBD 
     55 
     56 
    3957 
    4058''...''