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.
5_changeLog.md in utils/tools/SIREN/src/docsrc – NEMO

source: utils/tools/SIREN/src/docsrc/5_changeLog.md @ 9621

Last change on this file since 9621 was 7646, checked in by timgraham, 7 years ago

Merge of dev_merge_2016 into trunk. UPDATE TO ARCHFILES NEEDED for XIOS2.
LIM_SRC_s/limrhg.F90 to follow in next commit due to change of kind (I'm unable to do it in this commit).
Merged using the following steps:

1) svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk .
2) Resolve minor conflicts in sette.sh and namelist_cfg for ORCA2LIM3 (due to a change in trunk after branch was created)
3) svn commit
4) svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
5) svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2016/dev_merge_2016 .
6) At this stage I checked out a clean copy of the branch to compare against what is about to be committed to the trunk.
6) svn commit #Commit code to the trunk

In this commit I have also reverted a change to Fcheck_archfile.sh which was causing problems on the Paris machine.

File size: 1.8 KB
Line 
1# Change log
2
3@tableofcontents
4
5# Release $Date:: 2016-11-16 #$ ($Revision: 7235 $)
6
7## New Features
8- create_meshmask.f90 program to create meshmask from coordinates and bathymetry files.
9- create_meshmask.f90 allows to write domain_cfg file.
10- merge_bathy.f90: allow to choose the number of boundary point with coarse grid value.
11- dimension.f90: dimension allowed read in configuration file.
12- variable.f90: allow to add scalar value.
13- create_meshmask.f90: choose vertical scale factors (e3.=dk[depth] or old definition).
14## Changes
15- create_coord.f90: allow to define sub domain with coarse grid indices or coordinates.
16- grid.f90:grid__get_closest_str: add function to get closest grid point using coarse grid coordinates strucutre.
17- iom_cdf.f90:iom_cdf__get_info: define cdf4 as cdf.
18- variable.f90: add subroutine to clean global array of extra information, and define logical for variable to be used.
19- create_coord.f90: dimension to be used select from configuration file.
20- create_bathy.f90: dimension to be used select from configuration file.
21- merge_bathy.f90: dimension to be used select from configuration file.
22- create_boundary.f90: dimension to be used select from configuration file.
23- create_restart.f90: dimension to be used select from configuration file.
24## Bug fixes
25- boundary.f90:boundary_check: take into account that boundaries are compute on T point, but expressed on U,V point.
26- grid.f90:grid__get_closest_str: use max of zero and east-west overlap instead of east-west overlap.
27- mpp.f90: compare index to td_lay number of proc instead of td_mpp (bug fix) .
28
29# Initial Release 2016-03-17
30
31 <HR>
32   <b>
33   - @ref index
34   - @ref md_src_docsrc_1_install
35   - @ref md_src_docsrc_2_quickstart
36   - @ref md_src_docsrc_3_support_bug
37   - @ref md_src_docsrc_4_codingRules
38   - @ref todo
39   </b>
Note: See TracBrowser for help on using the repository browser.