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.
2019WP/KERNEL-02_Storkey_Coward_IMMERSE_first_steps (diff) – NEMO

Changes between Version 19 and Version 20 of 2019WP/KERNEL-02_Storkey_Coward_IMMERSE_first_steps


Ignore:
Timestamp:
2019-03-12T11:14:17+01:00 (5 years ago)
Author:
davestorkey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 2019WP/KERNEL-02_Storkey_Coward_IMMERSE_first_steps

    v19 v20  
    2323{{{#!td 
    2424 
    25 Reorganisation of code to prepare for implementation of RK3 timestepping: 
    26 1. Prognostic fields to be passed to tendency routines as arguments. 
    27 2. Tracers to be consistency updated as extensive (volume-weighted) quantities throughout the code. 
     25Reorganisation of code to prepare for implementation of RK3 timestepping and tiling (IMMERSE WP3 and WP4) 
     261. State variables to be renamed with an extra time dimension and time level swapping achieved by swapping 
     27   time level indices. 
     282. Prognostic fields to be passed to tendency routines from stp as arguments. 
     293. Introduction of DO loop macros in preparation for the implementation of tiling. 
    2830 
    2931}}}