Skip to content
Snippets Groups Projects
Commit 3374f17f authored by Guillaume Samson's avatar Guillaume Samson :snowman2:
Browse files

Merge branch '13-update-list-of-bug-fixes-and-embedded-zooms-section' into 'main'

Resolve "Update list of bug fixes and embedded zooms section"

Closes #13

See merge request !11
parents fe2104a9 bf8a8b03
No related branches found
No related tags found
1 merge request!11Resolve "Update list of bug fixes and embedded zooms section"
......@@ -6,6 +6,7 @@ List of the main bugfixes in the new 4.2.1 release - May 2023
**KERNEL**
- Fix non monotonic behavior of FCT tracer advection scheme with non-linear free surface (:mergereq:`292`)
- Fix emp initial value if salinity relaxation is not used (:mergereq:`221`)
- TKE boundary condition in GLS was wrong with iceshelves cavities (:gitlab:`/commit/bad665bd`)
- Model initialization in coupled configurations fixed (:mergereq:`151`)
......
......@@ -26,12 +26,12 @@ AGRIF_.
Compilation
===========
Activating AGRIF requires one to append the cpp key ``key_agrif`` at
Activating AGRIF requires one to add the ``NST`` subcomponent and to append the cpp key ``key_agrif`` at
compilation time:
.. code-block:: sh
./makenemo [...] add_key 'key_agrif'
./makenemo [...] -d 'OCE ... NST' add_key 'key_agrif'
Although this is transparent to users, the way the code is processed during
compilation is different from the standard NEMO case: a preprocessing stage (the so
......@@ -397,23 +397,22 @@ Unsupported options with AGRIF
==============================
A number of features are not compatible with the ``key_agrif`` defined. In most of
the cases listed below it simply means that the functionality has not adapted to the
the cases listed below it simply means that the functionality has not been adapted to the
multigrid paradigm. For example, activating icebergs would ideally require Lagrangian
parcels being able to transit from one grid to another, which has not been implemented.
The missing functionalities are grouped in the table below according to their use on the
root or on the child grid.
============================================ ===== ====== ===========
Option name (and flag) Grid avail. in
-------------------------------------------- ------------- -----------
============================================ ===== ======
Option name (and flag) Grid
-------------------------------------------- -------------
\ Root Child
============================================ ===== ====== ===========
============================================ ===== ======
Timing (``ln_timing=T``) No
Icebergs (``ln_icebergs=T``) No
Under ice cavities (``ln_isf=T``) No No
Under ice shelves cavities (``ln_isf=T``) No No
Floats (``ln_floats=T``) No
Stochastic param. (``ln_sto_XXX=T``) No
Global volume ctl (``nn_fwb=1/2``) No main
Open boundaries (``ln_bdy=T``) Yes No
Global heat and sal budgets (``ln_diahsb``) No
============================================ ===== ====== ===========
Global heat and salt budgets (``ln_diahsb``) No
============================================ ===== ======
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment