From b13ef4180d7bb8b63e4410d58fded6866cd8c245 Mon Sep 17 00:00:00 2001
From: Claire Levy <claire.levy@locean.ipsl.fr>
Date: Wed, 2 Feb 2022 15:38:57 +0000
Subject: [PATCH] Update CHANGES.md

---
 CHANGES.md | 67 ++++++++++++++++++++++--------------------------------
 1 file changed, 27 insertions(+), 40 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 83f9b31d4..d21c13a7a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -7,7 +7,7 @@ Changes
   
 # List the main additions of the new 4.2 release - February 2022
 
-This document lsts the improvements and new features of the 4.2 release compared to the previous 4.0.
+This document lists the improvements and new features of the 4.2 release compared to the previous 4.0.
 If you are willing to port an existing configuration in order to start using this new release, it is sugggested to also look at the 4.2 Migration Guide (link to add).
 
 Improvements and new features of 4.2 release
@@ -15,77 +15,64 @@ Improvements and new features of 4.2 release
 ## KERNEL
 
 - Quasi Eulerian Coordinates
-
-- New vertical scale factors management
-
-- New HPG schemes, Runge Kutta (preparatory stages includes time-pointer changes, DO LOOP macros
-
-- Full Shallow Water equations setup
+- New HPG schemes (imrpoveents and new option)
+- Preparatory stages for new RK3 time stepping scheme (includes time-pointer changes, DO LOOP macros, changes in main arrays dimensions)
+- Full Shallow Water setup
+- New vertical scale factors management in time reducing meùory footprint : added key qco (Quasi Eulerian Coordinates), key linssh, see Migration Guide
 
 ## AIR SEA INTERACTIONS
 
 - Currents feedbacks
-
 - Mass-flux convection scheme (still not compatible with TOP & PISCES)
-
 - Bulk improvements 
-
-- ABL1D model & tools improvements
-
+- Atmospheric Boundary layer model (1D vertical as for now) & tools improvements
 - Wave forcing improvements
 
-- Atmospheric boundary layer
-
-## AGRIF
+## AGRIF zooms
 
-- Improvement of Agrif for global configurations (periodic, north fold zoom, HPC), AGRIF vertical interpolation
+- Improvement of Agrif for global configurations (periodic, north fold zoom, HPC), 
+- Allow AGRIF for multiple vertical grids
+- Updated Nesting Tools to set up the AGRIF zooms
 
-## SI3
+## Sea-ice SI3
 
 - EAP & VP rheology (V&V to complete)
-
 - Melt ponds (preliminary implementation)
 
-## ENHANCE
+## ENHANCEMENTS
 
 - Ocean column properties in NEMO-ICB
-
 - OSMOSIS
+- Update internal tidal mixing 
 
-- Update tidal mixing 
-
-## TOP
+## Tracers and biogeochemistry TOP
 
 - Ice sheet iron sources
-
 - Scheme for vertical penetration of visible light
 
 ## DATA interface
 
 - OBS modifications
 
-## IO Manager
+## Input Output Manager
 
-- Restart read write with XIOS
+- Use XIOS to read & write restart file (allowing to produce a unique restart file while using domain decomposition)
 
-## VALIDATION
+## High Performance Computing HPC
 
-- Tests cases now available with most  new developments
-
-- SETTE validation script improvements
-
-- OASIS test case for ocean atmosphere coupled interface
-
-## HPC
 
+- MPI Communication cleanup & improvements using MPI3
+- Reduce memory footprint
+- Improved computational performance of solar penetration scheme
+So as some new features implemented, and now needing further work to produce actual performance improvements:
 - Extra Halo extension
-
 - Mixed precision preparatory phase
-
-- MPI Communication cleanup & improvements using MPI3
-
 - Loop fusion
-
 - Tiling
 
-- Improved computational performance of solar penetration scheme
+
+## VERIFICATION & VALIDATION
+
+- Tests cases now available with most  new developments
+- SETTE validation script improvements
+- OASIS test case for ocean atmosphere coupled interface
-- 
GitLab