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
38bfceea
Commit
38bfceea
authored
1 year ago
by
Tomas Lovato
Browse files
Options
Downloads
Patches
Plain Diff
add missing changes and introduce extlinks macro to include http links to merge requests
parent
43cfceb3
No related branches found
Branches containing commit
No related tags found
1 merge request
!8
Update changelog for v4.2.1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/changes.rst
+24
-22
24 additions, 22 deletions
source/changes.rst
source/conf.py
+1
-0
1 addition, 0 deletions
source/conf.py
with
25 additions
and
22 deletions
source/changes.rst
+
24
−
22
View file @
38bfceea
...
...
@@ -6,45 +6,47 @@ List of the main bugfixes in the new 4.2.1 release - March 2023
**KERNEL**
- FCT was not monotonic with non-linear free surface (
!
191)
- Fix emp initial value if salinity relaxation is not used (
!
221)
- TKE boundary condition in GLS was wrong with iceshelves cavities (
!
215)
- Model initialization in coupled configurations fixed (
!
151)
- ABL model was not working with waves options (
!
144)
- Spitz 12 configuration namelists have been updated (!175)
- Bugfix and new diagnostics in OSMOSIS vertical mixing scheme (
!
172,
!
168)
- CPL_OASIS test case has been updated (
!
111)
- FCT was not monotonic with non-linear free surface (
:mergereq:`
191
`
)
- Fix emp initial value if salinity relaxation is not used (
:mergereq:`
221
`
)
- TKE boundary condition in GLS was wrong with iceshelves cavities (
:mergereq:`
215
`
)
- Model initialization in coupled configurations fixed (
:mergereq:`
151
`
)
- ABL model was not working with waves options (
:mergereq:`
144
`
)
- Spitz 12 configuration namelists have been updated (
`
!175
`
)
- Bugfix and new diagnostics in OSMOSIS vertical mixing scheme (
:mergereq:`
172
`
,
:mergereq:`
168
`
)
- CPL_OASIS test case has been updated (
:mergereq:`
111
`
)
**Sea-ice SI3**
- Surface roughness can now be ice-thickness dependant in GLS and TKE scheme (
!
49)
- A bug in Rothrock ice strength has been fixed (
!
139)
- Surface roughness can now be ice-thickness dependant in GLS and TKE scheme (
:mergereq:`
49
`
)
- A bug in Rothrock ice strength has been fixed (
:mergereq:`
139
`
)
**High Performance Computing (HPC)**
- Enable NEMO compilation using single-precision variable (
!
204)
- Fix NEMO compilation when using MPI2 option (
!
97)
- Enable NEMO compilation using single-precision variable (
:mergereq:`
204
`
)
- Fix NEMO compilation when using MPI2 option (
:mergereq:`
97
`
)
**AGRIF zooms**
- Correct freshwater budget computation when using AGRIF zooms (
!
162)
- Fixed issue with sea surface height (ssh) offset with sea-ice and AGRIF (
!
128)
- Correct freshwater budget computation when using AGRIF zooms (
:mergereq:`
162
`
)
- Fixed issue with sea surface height (ssh) offset with sea-ice and AGRIF (
:mergereq:`
128
`
)
**Tracers and biogeochemistry TOP**
- PISCES consolidation and robustness (reproducibility, bugfix corrections, memory optimisation)
- Revised TOP restart file creation and fix time index when Euler forward time integration is used (!96)
- Create a common routine to handle bottom boundary layer conditions (trabbl) for both active and passive tracers (!187)
- Bugfix on Offline transport in TOP when using linear surface option (!141)
- Boundary conditions were missing in 1D configurations with TOP (!103)
- Revised TOP restart file creation and fix time index when Euler forward time integration is used (:mergereq:`96`)
- Create a common routine to handle bottom boundary layer conditions (trabbl) for both active and passive tracers (:mergereq:`187`)
- Bugfix on Offline transport in TOP when using linear surface option (:mergereq:`141`)
- Boundary conditions were missing in 1D configurations with TOP (:mergereq:`103`)
- Improve the use of multiple BDY segments and tracer inputs fields within TOP (:mergereq:`231`)
- Surface roughness can now be ice-thickness dependant in GLS and TKE scheme (!49)
- A bug in Rothrock ice strength has been fixed (!139)
**Input Output Manager**
- Enable the use of XIOS3 to create outputs and handle restart files by means of `key_xios3` (:mergereq:`267`)
**Diagnostics**
- 26/28 isotherm depth calculation fixed (
!
255)
- Some dia_ar5_hst outputs were wrong (
!
140)
- 26/28 isotherm depth calculation fixed (
:mergereq:`
255
`
)
- Some dia_ar5_hst outputs were wrong (
:mergereq:`
140
`
)
###################
Changes since 4.0.7
...
...
This diff is collapsed.
Click to expand it.
source/conf.py
+
1
−
0
View file @
38bfceea
...
...
@@ -110,6 +110,7 @@ extlinks = {
'
website
'
:
(
'
https://www.nemo-ocean.eu/%s
'
,
None
),
'
zenodo
'
:
(
'
https://zenodo.org/publication/%s
'
,
None
),
'
gitlab
'
:
(
nemo_repo
+
'
%s
'
,
None
),
'
mergereq
'
:
(
nemo_repo
+
'
/merge_requests/%s
'
,
'
!%s
'
),
'
coderepo
'
:
(
nemo_repo
+
'
/tree/
'
+
version
+
'
%s
'
,
None
),
'
tarrepo
'
:
(
nemo_repo
+
'
/releases/
'
+
version
+
'
%s
'
,
None
),
}
...
...
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