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-02_Jerome_RK3_stage1_tsplit (diff) – NEMO

Changes between Version 6 and Version 7 of 2021WP/KNL-02_Jerome_RK3_stage1_tsplit


Ignore:
Timestamp:
2021-03-04T09:41:04+01:00 (3 years ago)
Author:
jchanut
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2021WP/KNL-02_Jerome_RK3_stage1_tsplit

    v6 v7  
    4040- I would have tend to think that a kind of post-processing of stp_2D, i.e. a kind of finalize_stp_2D would have been nice so that stp_2D does not have to do specific operations at the end of the cycle (write restart, compute advective velocities, etc...) 
    4141 
    42 At the end, call to dynspg_ts should be replaced in the main stp routine by: 
     42At the end, call to dynspg_ts could be replaced in the main stp routine by: 
    4343 
    4444{{{ 
     
    6363   END DO 
    6464}}} 
     65 
     66I'm in trouble to see which arrays should be passed by argument to stp_2D, e.g. output baroclinic arrays and input forcing terms also ? That's a lot of arrays ! Advice needed.  
    6567  
    6668