Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
User guide
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NEMO Workspace
Documentation
User guide
Commits
bf8a8b03
Commit
bf8a8b03
authored
1 year ago
by
Jérôme Chanut
Committed by
Guillaume Samson
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Update list of bug fixes and embedded zooms section"
parent
c195ee72
No related branches found
Branches containing commit
No related tags found
1 merge request
!11
Resolve "Update list of bug fixes and embedded zooms section"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/changes.rst
+1
-0
1 addition, 0 deletions
source/changes.rst
source/zooms.rst
+10
-11
10 additions, 11 deletions
source/zooms.rst
with
11 additions
and
11 deletions
source/changes.rst
+
1
−
0
View file @
bf8a8b03
...
...
@@ -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`)
...
...
This diff is collapsed.
Click to expand it.
source/zooms.rst
+
10
−
11
View file @
bf8a8b03
...
...
@@ -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 sal
t
budgets (``ln_diahsb``) No
============================================ ===== ======
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment